You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
67 lines
1.7 KiB
67 lines
1.7 KiB
{ |
|
"_from": "acorn@^7.4.0", |
|
"_id": "acorn@7.4.0", |
|
"_inBundle": false, |
|
"_integrity": "sha1-4a1IbmxUUBY0xsOXxcEh2qODYHw=", |
|
"_location": "/acorn", |
|
"_phantomChildren": {}, |
|
"_requested": { |
|
"type": "range", |
|
"registry": true, |
|
"raw": "acorn@^7.4.0", |
|
"name": "acorn", |
|
"escapedName": "acorn", |
|
"rawSpec": "^7.4.0", |
|
"saveSpec": null, |
|
"fetchSpec": "^7.4.0" |
|
}, |
|
"_requiredBy": [ |
|
"/espree" |
|
], |
|
"_resolved": "https://registry.npm.taobao.org/acorn/download/acorn-7.4.0.tgz?cache=0&sync_timestamp=1597237468154&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Facorn%2Fdownload%2Facorn-7.4.0.tgz", |
|
"_shasum": "e1ad486e6c54501634c6c397c5c121daa383607c", |
|
"_spec": "acorn@^7.4.0", |
|
"_where": "/home/alvis/Projects/chrome-extension-syncmarks/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" |
|
}, |
|
"types": "dist/acorn.d.ts", |
|
"version": "7.4.0" |
|
}
|
|
|