detective
Version:
Find all calls to require() no matter how crazily nested using a proper walk of the AST
40 lines (39 loc) • 894 B
JSON
{
"name" : "detective",
"description" : "Find all calls to require() no matter how crazily nested using a proper walk of the AST",
"version" : "0.1.0",
"repository" : {
"type" : "git",
"url" : "git://github.com/substack/node-detective.git"
},
"main" : "index.js",
"keywords" : [
"require",
"source",
"analyze",
"ast"
],
"directories" : {
"lib" : ".",
"example" : "example",
"test" : "test"
},
"scripts" : {
"test" : "tap test/*.js"
},
"dependencies" : {
"uglify-js" : "~1.2.5"
},
"devDependencies" : {
"tap" : "~0.2.3"
},
"engines" : {
"node" : ">=0.4.0"
},
"license" : "MIT",
"author" : {
"name" : "James Halliday",
"email" : "mail@substack.net",
"url" : "http://substack.net"
}
}