urltomarkdown/node_modules/acorn-walk/package.json

35 lines
791 B
JSON
Raw Normal View History

2022-01-08 17:05:05 +00:00
{
2022-01-08 17:17:05 +00:00
"name": "acorn-walk",
2022-01-08 17:05:05 +00:00
"description": "ECMAScript (ESTree) AST walker",
"homepage": "https://github.com/acornjs/acorn",
"main": "dist/walk.js",
2022-01-08 17:17:05 +00:00
"types": "dist/walk.d.ts",
"module": "dist/walk.mjs",
"version": "7.2.0",
"engines": {"node": ">=0.4.0"},
2022-01-08 17:05:05 +00:00
"maintainers": [
{
"name": "Marijn Haverbeke",
"email": "marijnh@gmail.com",
2022-01-08 17:17:05 +00:00
"web": "https://marijnhaverbeke.nl"
2022-01-08 17:05:05 +00:00
},
{
"name": "Ingvar Stepanyan",
"email": "me@rreverser.com",
2022-01-08 17:17:05 +00:00
"web": "https://rreverser.com/"
2022-01-08 17:05:05 +00:00
},
{
"name": "Adrian Heine",
2022-01-08 17:17:05 +00:00
"web": "http://adrianheine.de"
2022-01-08 17:05:05 +00:00
}
],
"repository": {
"type": "git",
2022-01-08 17:17:05 +00:00
"url": "https://github.com/acornjs/acorn.git"
2022-01-08 17:05:05 +00:00
},
"scripts": {
"prepare": "cd ..; npm run build:walk"
},
2022-01-08 17:17:05 +00:00
"license": "MIT"
2022-01-08 17:05:05 +00:00
}