Show More
Commit Description:
Update README.rdoc
Commit Description:
Update README.rdoc
References:
File last commit:
Show/Diff file:
Action:
node_modules/acorn-walk/package.json
| 34 lines
| 791 B
| application/json
| JsonLexer
|
r789 | { | |||
"name": "acorn-walk", | ||||
"description": "ECMAScript (ESTree) AST walker", | ||||
"homepage": "https://github.com/acornjs/acorn", | ||||
"main": "dist/walk.js", | ||||
"types": "dist/walk.d.ts", | ||||
"module": "dist/walk.mjs", | ||||
"version": "7.1.1", | ||||
"engines": {"node": ">=0.4.0"}, | ||||
"maintainers": [ | ||||
{ | ||||
"name": "Marijn Haverbeke", | ||||
"email": "marijnh@gmail.com", | ||||
"web": "https://marijnhaverbeke.nl" | ||||
}, | ||||
{ | ||||
"name": "Ingvar Stepanyan", | ||||
"email": "me@rreverser.com", | ||||
"web": "https://rreverser.com/" | ||||
}, | ||||
{ | ||||
"name": "Adrian Heine", | ||||
"web": "http://adrianheine.de" | ||||
} | ||||
], | ||||
"repository": { | ||||
"type": "git", | ||||
"url": "https://github.com/acornjs/acorn.git" | ||||
}, | ||||
"scripts": { | ||||
"prepare": "cd ..; npm run build:walk" | ||||
}, | ||||
"license": "MIT" | ||||
} | ||||