diff options
Diffstat (limited to 'tests/specs/remove/basic/add_lock.out')
-rw-r--r-- | tests/specs/remove/basic/add_lock.out | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/tests/specs/remove/basic/add_lock.out b/tests/specs/remove/basic/add_lock.out new file mode 100644 index 000000000..a5a45e854 --- /dev/null +++ b/tests/specs/remove/basic/add_lock.out @@ -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" + ] + } +} |