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

36 lines
832 B
JSON
Raw Normal View History

2020-01-28 13:07:56 +08:00
{
2020-03-31 20:57:48 +08:00
"name": "acorn",
2020-01-28 13:07:56 +08:00
"description": "ECMAScript parser",
"homepage": "https://github.com/acornjs/acorn",
"main": "dist/acorn.js",
2020-05-15 05:33:08 +08:00
"types": "dist/acorn.d.ts",
2020-03-31 20:57:48 +08:00
"module": "dist/acorn.mjs",
2020-05-15 05:33:08 +08:00
"version": "7.1.1",
2020-03-31 20:57:48 +08:00
"engines": {"node": ">=0.4.0"},
2020-01-28 13:07:56 +08:00
"maintainers": [
{
"name": "Marijn Haverbeke",
"email": "marijnh@gmail.com",
2020-03-31 20:57:48 +08:00
"web": "https://marijnhaverbeke.nl"
2020-01-28 13:07:56 +08:00
},
{
"name": "Ingvar Stepanyan",
"email": "me@rreverser.com",
2020-03-31 20:57:48 +08:00
"web": "https://rreverser.com/"
2020-01-28 13:07:56 +08:00
},
{
"name": "Adrian Heine",
2020-03-31 20:57:48 +08:00
"web": "http://adrianheine.de"
2020-01-28 13:07:56 +08:00
}
],
"repository": {
"type": "git",
2020-03-31 20:57:48 +08:00
"url": "https://github.com/acornjs/acorn.git"
2020-01-28 13:07:56 +08:00
},
2020-03-31 20:57:48 +08:00
"license": "MIT",
2020-01-28 13:07:56 +08:00
"scripts": {
"prepare": "cd ..; npm run build:main && npm run build:bin"
},
2020-03-31 20:57:48 +08:00
"bin": {"acorn": "./bin/acorn"}
2020-01-28 13:07:56 +08:00
}