package.json 2.46 KB
{
  "_args": [
    [
      {
        "raw": "detective@^4.3.1",
        "scope": null,
        "escapedName": "detective",
        "name": "detective",
        "rawSpec": "^4.3.1",
        "spec": ">=4.3.1 <5.0.0",
        "type": "range"
      },
      "/Users/admin/Documents/workspace/programming/node_modules/commoner"
    ]
  ],
  "_from": "detective@>=4.3.1 <5.0.0",
  "_id": "detective@4.3.2",
  "_inCache": true,
  "_location": "/detective",
  "_nodeVersion": "6.3.1",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/detective-4.3.2.tgz_1477162754693_0.34135371283628047"
  },
  "_npmUser": {
    "name": "substack",
    "email": "substack@gmail.com"
  },
  "_npmVersion": "3.10.5",
  "_phantomChildren": {},
  "_requested": {
    "raw": "detective@^4.3.1",
    "scope": null,
    "escapedName": "detective",
    "name": "detective",
    "rawSpec": "^4.3.1",
    "spec": ">=4.3.1 <5.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/commoner"
  ],
  "_resolved": "https://registry.npmjs.org/detective/-/detective-4.3.2.tgz",
  "_shasum": "77697e2e7947ac3fe7c8e26a6d6f115235afa91c",
  "_shrinkwrap": null,
  "_spec": "detective@^4.3.1",
  "_where": "/Users/admin/Documents/workspace/programming/node_modules/commoner",
  "author": {
    "name": "James Halliday",
    "email": "mail@substack.net",
    "url": "http://substack.net"
  },
  "bugs": {
    "url": "https://github.com/substack/node-detective/issues"
  },
  "dependencies": {
    "acorn": "^3.1.0",
    "defined": "^1.0.0"
  },
  "description": "find all require() calls by walking the AST",
  "devDependencies": {
    "tap": "^5.7.1"
  },
  "directories": {},
  "dist": {
    "shasum": "77697e2e7947ac3fe7c8e26a6d6f115235afa91c",
    "tarball": "https://registry.npmjs.org/detective/-/detective-4.3.2.tgz"
  },
  "gitHead": "d2d25a009e5ad5a14ee04be602457bf3e35bb192",
  "homepage": "https://github.com/substack/node-detective#readme",
  "keywords": [
    "require",
    "source",
    "analyze",
    "ast"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "substack",
      "email": "substack@gmail.com"
    },
    {
      "name": "zertosh",
      "email": "zertosh@gmail.com"
    }
  ],
  "name": "detective",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/substack/node-detective.git"
  },
  "scripts": {
    "test": "tap test/*.js"
  },
  "version": "4.3.2"
}