HEX
Server: LiteSpeed
System: Linux s17244.fra1.stableserver.net 5.14.0-611.45.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Apr 1 05:56:53 EDT 2026 x86_64
User: jubaroyal (1259)
PHP: 8.2.31
Disabled: NONE
Upload Files
File: /home/jubaroyal/public_html/node_modules/detective/package.json
{
  "name": "detective",
  "description": "find all require() calls by walking the AST",
  "version": "5.2.1",
  "author": {
    "name": "James Halliday",
    "email": "mail@substack.net",
    "url": "http://substack.net"
  },
  "bin": "bin/detective.js",
  "dependencies": {
    "acorn-node": "^1.8.2",
    "defined": "^1.0.0",
    "minimist": "^1.2.6"
  },
  "devDependencies": {
    "tap": "^10.7.3"
  },
  "engines": {
    "node": ">=0.8.0"
  },
  "keywords": [
    "analyze",
    "ast",
    "require",
    "source"
  ],
  "license": "MIT",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/browserify/detective.git"
  },
  "scripts": {
    "test": "tap test/*.js"
  }
}