{
  "_from": "install",
  "_id": "install@0.13.0",
  "_inBundle": false,
  "_integrity": "sha512-zDml/jzr2PKU9I8J/xyZBQn8rPCAY//UOYNmR01XwNwyfhEWObo2SWfSl1+0tm1u6PhxLwDnfsT/6jB7OUxqFA==",
  "_location": "/install",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "install",
    "name": "install",
    "escapedName": "install",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER"
  ],
  "_resolved": "https://registry.npmjs.org/install/-/install-0.13.0.tgz",
  "_shasum": "6af6e9da9dd0987de2ab420f78e60d9c17260776",
  "_spec": "install",
  "_where": "/root",
  "author": {
    "name": "Ben Newman",
    "email": "bn@cs.stanford.edu"
  },
  "bugs": {
    "url": "https://github.com/benjamn/install/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Minimal JavaScript module loader",
  "devDependencies": {
    "docco": "^0.8.0",
    "mocha": "^5.0.0",
    "reify": "^0.18.1",
    "terser": "^3.16.0"
  },
  "engines": {
    "node": ">= 0.10"
  },
  "homepage": "http://github.com/benjamn/install",
  "keywords": [
    "modules",
    "require",
    "commonjs",
    "exports",
    "browser",
    "packaging",
    "packager",
    "install"
  ],
  "license": "MIT",
  "main": "install.js",
  "name": "install",
  "repository": {
    "type": "git",
    "url": "git://github.com/benjamn/install.git"
  },
  "scripts": {
    "docs": "scripts/docs.sh",
    "prepublish": "scripts/prepublish.sh",
    "test": "mocha --reporter spec --full-trace test/run.js"
  },
  "version": "0.13.0"
}
