{ "_args": [ [ "detective@4.5.0", "C:\\wamp64\\www\\ilink" ] ], "_from": "detective@4.5.0", "_id": "detective@4.5.0", "_inBundle": false, "_integrity": "sha1-blqMaybmx6JUsca210kNmOyR7dE=", "_location": "/detective", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "detective@4.5.0", "name": "detective", "escapedName": "detective", "rawSpec": "4.5.0", "saveSpec": null, "fetchSpec": "4.5.0" }, "_requiredBy": [ "/module-deps" ], "_resolved": "https://registry.npmjs.org/detective/-/detective-4.5.0.tgz", "_spec": "4.5.0", "_where": "C:\\wamp64\\www\\ilink", "author": { "name": "James Halliday", "email": "mail@substack.net", "url": "http://substack.net" }, "bugs": { "url": "https://github.com/substack/node-detective/issues" }, "dependencies": { "acorn": "^4.0.3", "defined": "^1.0.0" }, "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" }