You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

69 lines
1.7 KiB

{
"_from": "dash-ast@^2.0.1",
"_id": "dash-ast@2.0.1",
"_inBundle": false,
"_integrity": "sha512-5TXltWJGc+RdnabUGzhRae1TRq6m4gr+3K2wQX0is5/F2yS6MJXJvLyI3ErAnsAXuJoGqvfVD5icRgim07DrxQ==",
"_location": "/dash-ast",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "dash-ast@^2.0.1",
"name": "dash-ast",
"escapedName": "dash-ast",
"rawSpec": "^2.0.1",
"saveSpec": null,
"fetchSpec": "^2.0.1"
},
"_requiredBy": [
"/scope-analyzer"
],
"_resolved": "https://registry.npmjs.org/dash-ast/-/dash-ast-2.0.1.tgz",
"_shasum": "8d0fd2e601c59bf874cc22877ee7dd889f54dee8",
"_spec": "dash-ast@^2.0.1",
"_where": "/Users/satish.ganga/Desktop/EKAM/ekamv3/skgangaEkam/node_modules/scope-analyzer",
"author": {
"name": "Renée Kooi",
"email": "renee@kooi.me"
},
"bugs": {
"url": "https://github.com/goto-bus-stop/dash-ast/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "walk an AST, quickly",
"devDependencies": {
"acorn": "7.1.0",
"astw": "^2.2.0",
"estree-walk": "^2.2.0",
"estree-walker": "^2.0.0",
"nanobench": "^2.1.1",
"semver": "^6.3.0",
"standard": "^14.3.1",
"tape": "^4.11.0"
},
"homepage": "https://github.com/goto-bus-stop/dash-ast",
"keywords": [
"ast",
"estree",
"javascript",
"parse",
"transform",
"tree",
"visitor",
"walk",
"walker"
],
"license": "Apache-2.0",
"main": "index.js",
"name": "dash-ast",
"repository": {
"type": "git",
"url": "git+https://github.com/goto-bus-stop/dash-ast.git"
},
"scripts": {
"test": "standard && node test && node bench",
"test:ci": "node test && node bench"
},
"version": "2.0.1"
}