{
  "_args": [
    [
      {
        "raw": "uglifyify@3.0.1",
        "scope": null,
        "escapedName": "uglifyify",
        "name": "uglifyify",
        "rawSpec": "3.0.1",
        "spec": "3.0.1",
        "type": "version"
      },
      "C:\\src\\pnpm\\node_modules\\docpress-base"
    ]
  ],
  "_from": "uglifyify@3.0.1",
  "_id": "uglifyify@3.0.1",
  "_inCache": true,
  "_installable": true,
  "_location": "/uglifyify",
  "_nodeVersion": "1.0.1",
  "_npmUser": {
    "name": "hughsk",
    "email": "hughskennedy@gmail.com"
  },
  "_npmVersion": "2.1.18",
  "_phantomChildren": {
    "sigmund": "1.0.1"
  },
  "_requested": {
    "raw": "uglifyify@3.0.1",
    "scope": null,
    "escapedName": "uglifyify",
    "name": "uglifyify",
    "rawSpec": "3.0.1",
    "spec": "3.0.1",
    "type": "version"
  },
  "_requiredBy": [
    "/docpress-base",
    "/docpress-search"
  ],
  "_resolved": "https://registry.npmjs.org/uglifyify/-/uglifyify-3.0.1.tgz",
  "_shasum": "89dd6467e3a33875b78c35d81055f5bd21716057",
  "_shrinkwrap": null,
  "_spec": "uglifyify@3.0.1",
  "_where": "C:\\src\\pnpm\\node_modules\\docpress-base",
  "author": {
    "name": "Hugh Kennedy",
    "email": "hughskennedy@gmail.com",
    "url": "http://hughskennedy.com/"
  },
  "bugs": {
    "url": "https://github.com/hughsk/uglifyify/issues"
  },
  "dependencies": {
    "convert-source-map": "~0.2.3",
    "extend": "^1.2.1",
    "minimatch": "^0.3.0",
    "through": "~2.3.4",
    "uglify-js": "2.x.x"
  },
  "description": "A browserify transform which minifies your code using UglifyJS2",
  "devDependencies": {
    "bl": "^0.9.3",
    "browserify": "^8.1.1",
    "from2": "^1.3.0",
    "tap-spec": "^2.1.2",
    "tape": "^3.2.0",
    "wrap-stream": "^2.0.0"
  },
  "directories": {},
  "dist": {
    "shasum": "89dd6467e3a33875b78c35d81055f5bd21716057",
    "tarball": "https://registry.npmjs.org/uglifyify/-/uglifyify-3.0.1.tgz"
  },
  "gitHead": "c6ce8f14b8b7704f0c9d9685b91615454558d85d",
  "homepage": "https://github.com/hughsk/uglifyify",
  "keywords": [
    "uglify",
    "minify",
    "compress",
    "compile",
    "browserify",
    "transform",
    "stream"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "hughsk",
      "email": "hughskennedy@gmail.com"
    }
  ],
  "name": "uglifyify",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/hughsk/uglifyify.git"
  },
  "scripts": {
    "test": "node test | tap-spec"
  },
  "version": "3.0.1"
}
