1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-23 15:16:54 -05:00
denoland-deno/tests/registry/npm/js-tokens/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

63 lines
1.7 KiB
JSON

{
"name": "js-tokens",
"description": "Tiny JavaScript tokenizer.",
"dist-tags": {
"latest": "4.0.0"
},
"versions": {
"4.0.0": {
"name": "js-tokens",
"version": "4.0.0",
"author": {
"name": "Simon Lydell"
},
"license": "MIT",
"description": "A regex that tokenizes JavaScript.",
"files": [
"index.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/lydell/js-tokens.git"
},
"scripts": {
"test": "mocha --ui tdd",
"esprima-compare": "node esprima-compare ./index.js everything.js/es5.js",
"build": "node generate-index.js",
"dev": "npm run build && npm test"
},
"devDependencies": {
"coffeescript": "2.1.1",
"esprima": "4.0.0",
"everything.js": "1.0.3",
"mocha": "5.0.0"
},
"gitHead": "0eb6e9daee32160ab0fca979b6dc91a1991b720c",
"bugs": {
"url": "https://github.com/lydell/js-tokens/issues"
},
"_id": "js-tokens@4.0.0",
"_npmVersion": "5.6.0",
"_nodeVersion": "8.9.4",
"dist": {
"integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
"shasum": "19203fb59991df98e3a287050d4647cdeaf32499",
"tarball": "http://localhost:4260/js-tokens/js-tokens-4.0.0.tgz"
},
"directories": {}
}
},
"homepage": "https://github.com/lydell/js-tokens#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/lydell/js-tokens.git"
},
"author": {
"name": "Simon Lydell"
},
"bugs": {
"url": "https://github.com/lydell/js-tokens/issues"
},
"license": "MIT",
"readmeFilename": "README.md"
}