initial commit
This commit is contained in:
32
node_modules/detective/package.json
generated
vendored
Normal file
32
node_modules/detective/package.json
generated
vendored
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user