62 lines
1.7 KiB
JSON
62 lines
1.7 KiB
JSON
{
|
|
"_from": "estree-walker@^0.6.1",
|
|
"_id": "estree-walker@0.6.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-SqmZANLWS0mnatqbSfRP5g8OXZC12Fgg1IwNtLsyHDzJizORW4khDfjPqJZsemPWBB2uqykUah5YpQ6epsqC/w==",
|
|
"_location": "/estree-walker",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "estree-walker@^0.6.1",
|
|
"name": "estree-walker",
|
|
"escapedName": "estree-walker",
|
|
"rawSpec": "^0.6.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^0.6.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/rollup-pluginutils"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-0.6.1.tgz",
|
|
"_shasum": "53049143f40c6eb918b23671d1fe3219f3a1b362",
|
|
"_spec": "estree-walker@^0.6.1",
|
|
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/rollup-pluginutils",
|
|
"author": {
|
|
"name": "Rich Harris"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/Rich-Harris/estree-walker/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "Traverse an ESTree-compliant AST",
|
|
"devDependencies": {
|
|
"mocha": "^5.2.0",
|
|
"rollup": "^0.67.3"
|
|
},
|
|
"files": [
|
|
"src",
|
|
"dist",
|
|
"index.d.ts",
|
|
"README.md"
|
|
],
|
|
"homepage": "https://github.com/Rich-Harris/estree-walker#readme",
|
|
"license": "MIT",
|
|
"main": "dist/estree-walker.umd.js",
|
|
"module": "src/estree-walker.js",
|
|
"name": "estree-walker",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Rich-Harris/estree-walker.git"
|
|
},
|
|
"scripts": {
|
|
"build": "rollup -c",
|
|
"prepublishOnly": "npm test",
|
|
"pretest": "npm run build",
|
|
"test": "mocha test/test.js"
|
|
},
|
|
"typings": "index.d.ts",
|
|
"version": "0.6.1"
|
|
}
|