create project

This commit is contained in:
ismailsosic
2022-12-27 12:05:56 +01:00
parent 2a33a2d3de
commit cd2143287c
16035 changed files with 2489703 additions and 0 deletions

37
kitabcitab/node_modules/detective/package.json generated vendored Normal file
View File

@@ -0,0 +1,37 @@
{
"name": "detective",
"description": "find all require() calls by walking the AST",
"version": "5.2.1",
"author": {
"name": "James Halliday",
"email": "mail@substack.net",
"url": "http://substack.net"
},
"bin": "bin/detective.js",
"dependencies": {
"acorn-node": "^1.8.2",
"defined": "^1.0.0",
"minimist": "^1.2.6"
},
"devDependencies": {
"tap": "^10.7.3"
},
"engines": {
"node": ">=0.8.0"
},
"keywords": [
"analyze",
"ast",
"require",
"source"
],
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/browserify/detective.git"
},
"scripts": {
"test": "tap test/*.js"
}
}