Files
30-seconds-of-code/node_modules/acorn/package.json
2019-08-20 15:52:05 +02:00

68 lines
1.7 KiB
JSON

{
"_from": "acorn@^6.0.7",
"_id": "acorn@6.3.0",
"_inBundle": false,
"_integrity": "sha512-/czfa8BwS88b9gWQVhc8eknunSA2DoJpJyTQkhheIf5E48u1N0R4q/YxxsAeqRrmK9TQ/uYfgLDfZo91UlANIA==",
"_location": "/acorn",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "acorn@^6.0.7",
"name": "acorn",
"escapedName": "acorn",
"rawSpec": "^6.0.7",
"saveSpec": null,
"fetchSpec": "^6.0.7"
},
"_requiredBy": [
"/acorn-globals",
"/espree"
],
"_resolved": "https://registry.npmjs.org/acorn/-/acorn-6.3.0.tgz",
"_shasum": "0087509119ffa4fc0a0041d1e93a417e68cb856e",
"_spec": "acorn@^6.0.7",
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/espree",
"bin": {
"acorn": "./bin/acorn"
},
"bugs": {
"url": "https://github.com/acornjs/acorn/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "ECMAScript parser",
"engines": {
"node": ">=0.4.0"
},
"homepage": "https://github.com/acornjs/acorn",
"license": "MIT",
"main": "dist/acorn.js",
"maintainers": [
{
"name": "Marijn Haverbeke",
"email": "marijnh@gmail.com",
"url": "https://marijnhaverbeke.nl"
},
{
"name": "Ingvar Stepanyan",
"email": "me@rreverser.com",
"url": "https://rreverser.com/"
},
{
"name": "Adrian Heine",
"url": "http://adrianheine.de"
}
],
"module": "dist/acorn.mjs",
"name": "acorn",
"repository": {
"type": "git",
"url": "git+https://github.com/acornjs/acorn.git"
},
"scripts": {
"prepare": "cd ..; npm run build:main && npm run build:bin"
},
"version": "6.3.0"
}