82 lines
2.0 KiB
JSON
Raw Normal View History

2019-11-26 14:50:43 -08:00
{
"_args": [
[
"node-source-walk@4.2.0",
"/Users/tatiana/selfdefined"
]
],
"_from": "node-source-walk@4.2.0",
"_id": "node-source-walk@4.2.0",
"_inBundle": false,
"_integrity": "sha512-hPs/QMe6zS94f5+jG3kk9E7TNm4P2SulrKiLWMzKszBfNZvL/V6wseHlTd7IvfW0NZWqPtK3+9yYNr+3USGteA==",
"_location": "/node-source-walk",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "node-source-walk@4.2.0",
"name": "node-source-walk",
"escapedName": "node-source-walk",
"rawSpec": "4.2.0",
"saveSpec": null,
"fetchSpec": "4.2.0"
},
"_requiredBy": [
"/detective-amd",
"/detective-cjs",
"/detective-es6",
"/detective-less",
"/detective-sass",
"/detective-scss",
"/detective-typescript",
"/get-amd-module-type",
"/module-definition",
"/precinct"
],
"_resolved": "https://registry.npmjs.org/node-source-walk/-/node-source-walk-4.2.0.tgz",
"_spec": "4.2.0",
"_where": "/Users/tatiana/selfdefined",
"author": {
"name": "Joel Kemp",
"email": "joel@mrjoelkemp.com",
"url": "http://www.mrjoelkemp.com/"
},
"bugs": {
"url": "https://github.com/mrjoelkemp/node-source-walk/issues"
},
"dependencies": {
"@babel/parser": "^7.0.0"
},
"description": "Execute a callback on every node of a source code's AST and stop walking when you see fit",
"devDependencies": {
"jscs": "~2.4.0",
"jscs-preset-mrjoelkemp": "~1.0.0",
"mocha": "^5.2.0",
"sinon": "^6.1.5"
},
"engines": {
"node": ">=6.0"
},
"homepage": "https://github.com/mrjoelkemp/node-source-walk",
"keywords": [
"ast",
"traversal",
"acorn",
"static analysis",
"source code",
"walker",
"jsx"
],
"license": "MIT",
"main": "index.js",
"name": "node-source-walk",
"repository": {
"type": "git",
"url": "git+https://github.com/mrjoelkemp/node-source-walk.git"
},
"scripts": {
"test": "jscs index.js test && mocha test/test.js"
},
"version": "4.2.0"
}