79 lines
2.1 KiB
JSON
79 lines
2.1 KiB
JSON
{
|
|
"_from": "node-source-walk@^4.0.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": "range",
|
|
"registry": true,
|
|
"raw": "node-source-walk@^4.0.0",
|
|
"name": "node-source-walk",
|
|
"escapedName": "node-source-walk",
|
|
"rawSpec": "^4.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^4.0.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",
|
|
"_shasum": "c2efe731ea8ba9c03c562aa0a9d984e54f27bc2c",
|
|
"_spec": "node-source-walk@^4.0.0",
|
|
"_where": "/home/suroh/Repos/11ty.work/node_modules/module-definition",
|
|
"author": {
|
|
"name": "Joel Kemp",
|
|
"email": "joel@mrjoelkemp.com",
|
|
"url": "http://www.mrjoelkemp.com/"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/mrjoelkemp/node-source-walk/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"@babel/parser": "^7.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"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"
|
|
}
|