mirror of
https://github.com/actions/setup-node.git
synced 2025-04-23 01:36:27 +00:00
37 lines
No EOL
981 B
JSON
37 lines
No EOL
981 B
JSON
{
|
|
"name": "acorn-walk",
|
|
"description": "ECMAScript (ESTree) AST walker",
|
|
"homepage": "https://github.com/acornjs/acorn",
|
|
"main": "dist/walk.js",
|
|
"module": "dist/walk.mjs",
|
|
"version": "6.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"
|
|
|
|
,"_resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-6.1.1.tgz"
|
|
,"_integrity": "sha512-OtUw6JUTgxA2QoqqmrmQ7F2NYqiBPi/L2jqHyFtllhOUvXYQXf0Z1CYUinIfyT4bTCGmrA7gX9FvHA81uzCoVw=="
|
|
,"_from": "acorn-walk@6.1.1"
|
|
} |