yanchengPowerSupply/node_modules/acorn/package.json

72 lines
1.6 KiB
JSON

{
"_args": [
[
"acorn@6.4.2",
"D:\\林谷智能项目\\yanchengPowerSupply"
]
],
"_development": true,
"_from": "acorn@6.4.2",
"_id": "acorn@6.4.2",
"_inBundle": false,
"_integrity": "sha512-XtGIhXwF8YM8bJhGxG5kXgjkEuNGLTkoYqVE+KMR+aspr4KGYmKYg7yUe3KghyQ9yheNwLnjmzh/7+gfDBmHCQ==",
"_location": "/acorn",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "acorn@6.4.2",
"name": "acorn",
"escapedName": "acorn",
"rawSpec": "6.4.2",
"saveSpec": null,
"fetchSpec": "6.4.2"
},
"_requiredBy": [
"/@vue/cli-service",
"/webpack"
],
"_resolved": "https://registry.npmmirror.com/acorn/-/acorn-6.4.2.tgz",
"_spec": "6.4.2",
"_where": "D:\\林谷智能项目\\yanchengPowerSupply",
"bin": {
"acorn": "bin/acorn"
},
"bugs": {
"url": "https://github.com/acornjs/acorn/issues"
},
"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.4.2"
}