{
  "_from": "detective@^4.3.1",
  "_id": "detective@4.7.1",
  "_inBundle": false,
  "_integrity": "sha512-H6PmeeUcZloWtdt4DAkFyzFL94arpHr3NOwwmVILFiy+9Qd4JTxxXrzfyGk/lmct2qVGBwTSwSXagqu2BxmWig==",
  "_location": "/detective",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "detective@^4.3.1",
    "name": "detective",
    "escapedName": "detective",
    "rawSpec": "^4.3.1",
    "saveSpec": null,
    "fetchSpec": "^4.3.1"
  },
  "_requiredBy": [
    "/commoner"
  ],
  "_resolved": "https://registry.npmjs.org/detective/-/detective-4.7.1.tgz",
  "_shasum": "0eca7314338442febb6d65da54c10bb1c82b246e",
  "_spec": "detective@^4.3.1",
  "_where": "/Library/WebServer/Documents/GitHub/funcunit/site/node_modules/commoner",
  "author": {
    "name": "James Halliday",
    "email": "mail@substack.net",
    "url": "http://substack.net"
  },
  "bugs": {
    "url": "https://github.com/browserify/detective/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "acorn": "^5.2.1",
    "defined": "^1.0.0"
  },
  "deprecated": false,
  "description": "find all require() calls by walking the AST",
  "devDependencies": {
    "tap": "^10.7.3"
  },
  "homepage": "https://github.com/browserify/detective#readme",
  "keywords": [
    "require",
    "source",
    "analyze",
    "ast"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "detective",
  "repository": {
    "type": "git",
    "url": "git://github.com/browserify/detective.git"
  },
  "scripts": {
    "test": "tap test/*.js"
  },
  "version": "4.7.1"
}
