33 lines
611 B
JSON
33 lines
611 B
JSON
|
|
{
|
||
|
|
"name": "detective",
|
||
|
|
"description": "find all require() calls by walking the AST",
|
||
|
|
"version": "4.7.1",
|
||
|
|
"repository": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "git://github.com/browserify/detective.git"
|
||
|
|
},
|
||
|
|
"main": "index.js",
|
||
|
|
"keywords": [
|
||
|
|
"require",
|
||
|
|
"source",
|
||
|
|
"analyze",
|
||
|
|
"ast"
|
||
|
|
],
|
||
|
|
"scripts": {
|
||
|
|
"test": "tap test/*.js"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"acorn": "^5.2.1",
|
||
|
|
"defined": "^1.0.0"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"tap": "^10.7.3"
|
||
|
|
},
|
||
|
|
"license": "MIT",
|
||
|
|
"author": {
|
||
|
|
"name": "James Halliday",
|
||
|
|
"email": "mail@substack.net",
|
||
|
|
"url": "http://substack.net"
|
||
|
|
}
|
||
|
|
}
|