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

68 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": [
[
"acorn-walk@6.2.0",
"/Users/ives/Documents/Dev/Personal/gh-pages-github-action"
]
],
"_development": true,
"_from": "acorn-walk@6.2.0",
"_id": "acorn-walk@6.2.0",
"_inBundle": false,
"_integrity": "sha512-7evsyfH1cLOCdAzZAd43Cic04yKydNx0cF+7tiA19p1XnLLPU4dpCQOqpjqwokFe//vS0QqfqqjCS2JkiIs0cA==",
"_location": "/acorn-walk",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "acorn-walk@6.2.0",
"name": "acorn-walk",
"escapedName": "acorn-walk",
"rawSpec": "6.2.0",
"saveSpec": null,
"fetchSpec": "6.2.0"
},
"_requiredBy": [
"/acorn-globals"
],
"_resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-6.2.0.tgz",
"_spec": "6.2.0",
"_where": "/Users/ives/Documents/Dev/Personal/gh-pages-github-action",
"bugs": {
"url": "https://github.com/acornjs/acorn/issues"
},
2020-01-28 13:07:56 +08:00
"description": "ECMAScript (ESTree) AST walker",
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/walk.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/walk.mjs",
"name": "acorn-walk",
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:walk"
},
2020-03-22 05:13:25 +08:00
"version": "6.2.0"
2020-01-28 13:07:56 +08:00
}