1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-25 15:29:32 -05:00
denoland-deno/tests/registry/npm/require-from-string/registry.json
David Sherret 8539cacbbe
chore: update more registry.json files (#25615)
Extracted out of https://github.com/denoland/deno/pull/25614

It's better for these to be non-minified because then diffs are better
when adding new versions.
2024-09-13 15:27:20 +01:00

68 lines
1.9 KiB
JSON

{
"name": "require-from-string",
"description": "Require module from string",
"dist-tags": {
"latest": "2.0.2"
},
"versions": {
"2.0.2": {
"name": "require-from-string",
"version": "2.0.2",
"description": "Require module from string",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/floatdrop/require-from-string.git"
},
"author": {
"name": "Vsevolod Strukchinsky",
"email": "floatdrop@gmail.com",
"url": "github.com/floatdrop"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"files": [
"index.js"
],
"dependencies": {},
"devDependencies": {
"mocha": "*"
},
"gitHead": "d1575a49065eb7a49b86b4de963f04f1a14dfd60",
"bugs": {
"url": "https://github.com/floatdrop/require-from-string/issues"
},
"_id": "require-from-string@2.0.2",
"_npmVersion": "5.6.0",
"_nodeVersion": "9.5.0",
"dist": {
"integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==",
"shasum": "89a7fdd938261267318eafe14f9c32e598c36909",
"tarball": "http://localhost:4260/require-from-string/require-from-string-2.0.2.tgz",
"fileCount": 4,
"unpackedSize": 3422
},
"directories": {},
"_hasShrinkwrap": false
}
},
"homepage": "https://github.com/floatdrop/require-from-string#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/floatdrop/require-from-string.git"
},
"author": {
"name": "Vsevolod Strukchinsky",
"email": "floatdrop@gmail.com",
"url": "github.com/floatdrop"
},
"bugs": {
"url": "https://github.com/floatdrop/require-from-string/issues"
},
"license": "MIT",
"readmeFilename": "readme.md"
}