-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Satya Rohith <me@satyarohith.com>
- Loading branch information
1 parent
b1036e4
commit 085058c
Showing
12 changed files
with
229 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
"steps": [ | ||
{ | ||
"args": "add npm:ajv@latest", | ||
"output": "Add npm:ajv@8.11.0\n" | ||
"output": "add.out" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
Add npm:ajv@8.11.0 | ||
[UNORDERED_START] | ||
Download http://localhost:4260/ajv | ||
Download http://localhost:4260/fast-deep-equal | ||
Download http://localhost:4260/json-schema-traverse | ||
Download http://localhost:4260/require-from-string | ||
Download http://localhost:4260/uri-js | ||
Download http://localhost:4260/punycode | ||
Download http://localhost:4260/ajv/ajv-8.11.0.tgz | ||
Download http://localhost:4260/require-from-string/require-from-string-2.0.2.tgz | ||
Download http://localhost:4260/uri-js/uri-js-4.4.1.tgz | ||
Download http://localhost:4260/fast-deep-equal/fast-deep-equal-3.1.3.tgz | ||
Download http://localhost:4260/json-schema-traverse/json-schema-traverse-1.0.0.tgz | ||
Download http://localhost:4260/punycode/punycode-2.1.1.tgz | ||
[UNORDERED_END] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"tempDir": true, | ||
"steps": [{ | ||
"args": ["add", "@std/assert", "@std/http"], | ||
"output": "add.out" | ||
}, { | ||
"args": ["eval", "console.log(Deno.readTextFileSync('deno.lock').trim())"], | ||
"output": "add_lock.out" | ||
}, { | ||
"args": ["remove", "@std/assert", "@std/http"], | ||
"output": "rm.out" | ||
}, { | ||
"args": ["eval", "console.log(Deno.readTextFileSync('deno.lock').trim())"], | ||
"output": "remove_lock.out" | ||
}] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
Created deno.json configuration file. | ||
Add jsr:@std/assert@1.0.0 | ||
Add jsr:@std/http@1.0.0 | ||
[UNORDERED_START] | ||
Download http://127.0.0.1:4250/@std/http/1.0.0_meta.json | ||
Download http://127.0.0.1:4250/@std/assert/1.0.0_meta.json | ||
Download http://127.0.0.1:4250/@std/http/1.0.0/mod.ts | ||
Download http://127.0.0.1:4250/@std/assert/1.0.0/mod.ts | ||
Download http://127.0.0.1:4250/@std/assert/1.0.0/assert_equals.ts | ||
Download http://127.0.0.1:4250/@std/assert/1.0.0/assert.ts | ||
Download http://127.0.0.1:4250/@std/assert/1.0.0/fail.ts | ||
[UNORDERED_END] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"version": "3", | ||
"packages": { | ||
"specifiers": { | ||
"jsr:@std/assert@^1.0.0": "jsr:@std/assert@1.0.0", | ||
"jsr:@std/http@^1.0.0": "jsr:@std/http@1.0.0" | ||
}, | ||
"jsr": { | ||
"@std/assert@1.0.0": { | ||
"integrity": "7ae268c58de9693b4997fd93d9b303a47df336664e2008378ccb93c3458d092a" | ||
}, | ||
"@std/http@1.0.0": { | ||
"integrity": "d75bd303c21123a9b58f7249e38b4c0aa3a09f7d76b13f9d7e7842d89052091a" | ||
} | ||
} | ||
}, | ||
"remote": {}, | ||
"workspace": { | ||
"dependencies": [ | ||
"jsr:@std/assert@^1.0.0", | ||
"jsr:@std/http@^1.0.0" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"version": "3", | ||
"remote": {} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Removed @std/assert | ||
Removed @std/http |