forked from enviPath/enviPy
Current Dev State
This commit is contained in:
62
static/js/ketcher2/node_modules/detective/package.json
generated
vendored
Normal file
62
static/js/ketcher2/node_modules/detective/package.json
generated
vendored
Normal file
@ -0,0 +1,62 @@
|
||||
{
|
||||
"_from": "detective@^4.0.0",
|
||||
"_id": "detective@4.5.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-blqMaybmx6JUsca210kNmOyR7dE=",
|
||||
"_location": "/detective",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "detective@^4.0.0",
|
||||
"name": "detective",
|
||||
"escapedName": "detective",
|
||||
"rawSpec": "^4.0.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^4.0.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/module-deps",
|
||||
"/replace-requires"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/detective/-/detective-4.5.0.tgz",
|
||||
"_shasum": "6e5a8c6b26e6c7a254b1c6b6d7490d98ec91edd1",
|
||||
"_spec": "detective@^4.0.0",
|
||||
"_where": "/home/manfred/enviPath/ketcher2/ketcher/node_modules/module-deps",
|
||||
"author": {
|
||||
"name": "James Halliday",
|
||||
"email": "mail@substack.net",
|
||||
"url": "http://substack.net"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/substack/node-detective/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"acorn": "^4.0.3",
|
||||
"defined": "^1.0.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "find all require() calls by walking the AST",
|
||||
"devDependencies": {
|
||||
"tap": "^5.7.1"
|
||||
},
|
||||
"homepage": "https://github.com/substack/node-detective#readme",
|
||||
"keywords": [
|
||||
"require",
|
||||
"source",
|
||||
"analyze",
|
||||
"ast"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "detective",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/substack/node-detective.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "tap test/*.js"
|
||||
},
|
||||
"version": "4.5.0"
|
||||
}
|
||||
Reference in New Issue
Block a user