package.json 1.48 KB
{
  "_args": [
    [
      "detective@4.7.1",
      "D:\\WS\\WebstormProjects\\222\\lawyer"
    ]
  ],
  "_from": "detective@4.7.1",
  "_id": "detective@4.7.1",
  "_inBundle": false,
  "_integrity": "sha512-H6PmeeUcZloWtdt4DAkFyzFL94arpHr3NOwwmVILFiy+9Qd4JTxxXrzfyGk/lmct2qVGBwTSwSXagqu2BxmWig==",
  "_location": "/detective",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "detective@4.7.1",
    "name": "detective",
    "escapedName": "detective",
    "rawSpec": "4.7.1",
    "saveSpec": null,
    "fetchSpec": "4.7.1"
  },
  "_requiredBy": [
    "/commoner"
  ],
  "_resolved": "https://registry.npmjs.org/detective/-/detective-4.7.1.tgz",
  "_spec": "4.7.1",
  "_where": "D:\\WS\\WebstormProjects\\222\\lawyer",
  "author": {
    "name": "James Halliday",
    "email": "mail@substack.net",
    "url": "http://substack.net"
  },
  "bugs": {
    "url": "https://github.com/browserify/detective/issues"
  },
  "dependencies": {
    "acorn": "^5.2.1",
    "defined": "^1.0.0"
  },
  "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"
}