github-pages-deploy-action/node_modules/acorn/package.json

73 lines
1.6 KiB
JSON
Raw Normal View History

2020-01-28 13:07:56 +08:00
{
2020-03-22 05:13:25 +08:00
"_args": [
[
2020-03-31 20:40:00 +08:00
"acorn@7.1.1",
"."
2020-03-22 05:13:25 +08:00
]
],
"_development": true,
2020-03-31 20:40:00 +08:00
"_from": "acorn@7.1.1",
"_id": "acorn@7.1.1",
2020-03-22 05:13:25 +08:00
"_inBundle": false,
2020-03-31 20:40:00 +08:00
"_integrity": "sha512-add7dgA5ppRPxCFJoAGfMDi7PIBXq1RtGo7BhbLaxwrXPOmw8gq48Y9ozT01hUKy9byMjlR20EJhu5zlkErEkg==",
2020-03-22 05:13:25 +08:00
"_location": "/acorn",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
2020-03-31 20:40:00 +08:00
"raw": "acorn@7.1.1",
2020-03-22 05:13:25 +08:00
"name": "acorn",
"escapedName": "acorn",
2020-03-31 20:40:00 +08:00
"rawSpec": "7.1.1",
2020-03-22 05:13:25 +08:00
"saveSpec": null,
2020-03-31 20:40:00 +08:00
"fetchSpec": "7.1.1"
2020-03-22 05:13:25 +08:00
},
"_requiredBy": [
2020-03-31 20:54:32 +08:00
"/espree",
"/jsdom"
2020-03-22 05:13:25 +08:00
],
2020-03-31 20:40:00 +08:00
"_resolved": "https://registry.npmjs.org/acorn/-/acorn-7.1.1.tgz",
"_spec": "7.1.1",
"_where": ".",
2020-03-22 05:13:25 +08:00
"bin": {
"acorn": "bin/acorn"
},
"bugs": {
"url": "https://github.com/acornjs/acorn/issues"
},
2020-01-28 13:07:56 +08:00
"description": "ECMAScript parser",
2020-03-22 05:13:25 +08:00
"engines": {
"node": ">=0.4.0"
},
2020-01-28 13:07:56 +08:00
"homepage": "https://github.com/acornjs/acorn",
2020-03-22 05:13:25 +08:00
"license": "MIT",
2020-01-28 13:07:56 +08:00
"main": "dist/acorn.js",
"maintainers": [
{
"name": "Marijn Haverbeke",
"email": "marijnh@gmail.com",
2020-03-22 05:13:25 +08:00
"url": "https://marijnhaverbeke.nl"
2020-01-28 13:07:56 +08:00
},
{
"name": "Ingvar Stepanyan",
"email": "me@rreverser.com",
2020-03-22 05:13:25 +08:00
"url": "https://rreverser.com/"
2020-01-28 13:07:56 +08:00
},
{
"name": "Adrian Heine",
2020-03-22 05:13:25 +08:00
"url": "http://adrianheine.de"
2020-01-28 13:07:56 +08:00
}
],
2020-03-22 05:13:25 +08:00
"module": "dist/acorn.mjs",
"name": "acorn",
2020-01-28 13:07:56 +08:00
"repository": {
"type": "git",
2020-03-22 05:13:25 +08:00
"url": "git+https://github.com/acornjs/acorn.git"
2020-01-28 13:07:56 +08:00
},
"scripts": {
"prepare": "cd ..; npm run build:main && npm run build:bin"
},
2020-03-31 20:40:00 +08:00
"types": "dist/acorn.d.ts",
"version": "7.1.1"
2020-01-28 13:07:56 +08:00
}