{
  "_args": [
    [
      {
        "raw": "browserify@10.1.3",
        "scope": null,
        "escapedName": "browserify",
        "name": "browserify",
        "rawSpec": "10.1.3",
        "spec": "10.1.3",
        "type": "version"
      },
      "/home/jthoms1/Workspace/ionic-cli-v2/node_modules/cordova-js"
    ]
  ],
  "_from": "browserify@10.1.3",
  "_id": "browserify@10.1.3",
  "_inCache": true,
  "_location": "/browserify",
  "_nodeVersion": "0.10.38",
  "_npmUser": {
    "name": "zertosh",
    "email": "zertosh@gmail.com"
  },
  "_npmVersion": "2.9.0",
  "_phantomChildren": {
    "brace-expansion": "1.1.7",
    "inflight": "1.0.6",
    "inherits": "2.0.3",
    "once": "1.3.3",
    "path-parse": "1.0.5",
    "readable-stream": "1.1.14",
    "xtend": "4.0.1"
  },
  "_requested": {
    "raw": "browserify@10.1.3",
    "scope": null,
    "escapedName": "browserify",
    "name": "browserify",
    "rawSpec": "10.1.3",
    "spec": "10.1.3",
    "type": "version"
  },
  "_requiredBy": [
    "/cordova-js"
  ],
  "_resolved": "https://registry.npmjs.org/browserify/-/browserify-10.1.3.tgz",
  "_shasum": "6605dcffbb918c6a69d9c60201d2397ef7ce20ff",
  "_shrinkwrap": null,
  "_spec": "browserify@10.1.3",
  "_where": "/home/jthoms1/Workspace/ionic-cli-v2/node_modules/cordova-js",
  "author": {
    "name": "James Halliday",
    "email": "mail@substack.net",
    "url": "http://substack.net"
  },
  "bin": {
    "browserify": "bin/cmd.js"
  },
  "bugs": {
    "url": "https://github.com/substack/node-browserify/issues"
  },
  "dependencies": {
    "JSONStream": "^1.0.3",
    "assert": "~1.3.0",
    "browser-pack": "^4.0.3",
    "browser-resolve": "^1.7.1",
    "browserify-zlib": "~0.1.2",
    "buffer": "^3.0.0",
    "builtins": "~0.0.3",
    "commondir": "0.0.1",
    "concat-stream": "~1.4.1",
    "console-browserify": "^1.1.0",
    "constants-browserify": "~0.0.1",
    "crypto-browserify": "^3.0.0",
    "deep-equal": "^1.0.0",
    "defined": "^1.0.0",
    "deps-sort": "^1.3.7",
    "domain-browser": "~1.1.0",
    "duplexer2": "~0.0.2",
    "events": "~1.0.0",
    "glob": "^4.0.5",
    "has": "^1.0.0",
    "htmlescape": "^1.1.0",
    "http-browserify": "^1.4.0",
    "https-browserify": "~0.0.0",
    "inherits": "~2.0.1",
    "insert-module-globals": "^6.4.1",
    "isarray": "0.0.1",
    "labeled-stream-splicer": "^1.0.0",
    "module-deps": "^3.7.11",
    "os-browserify": "~0.1.1",
    "parents": "^1.0.1",
    "path-browserify": "~0.0.0",
    "process": "~0.11.0",
    "punycode": "^1.3.2",
    "querystring-es3": "~0.2.0",
    "read-only-stream": "^1.1.1",
    "readable-stream": "^1.1.13",
    "resolve": "^1.1.4",
    "shallow-copy": "0.0.1",
    "shasum": "^1.0.0",
    "shell-quote": "~0.0.1",
    "stream-browserify": "^1.0.0",
    "string_decoder": "~0.10.0",
    "subarg": "^1.0.0",
    "syntax-error": "^1.1.1",
    "through2": "^1.0.0",
    "timers-browserify": "^1.0.1",
    "tty-browserify": "~0.0.0",
    "url": "~0.10.1",
    "util": "~0.10.1",
    "vm-browserify": "~0.0.1",
    "xtend": "^4.0.0"
  },
  "description": "browser-side require() the node way",
  "devDependencies": {
    "backbone": "~0.9.2",
    "browser-unpack": "~0.0.0",
    "coffee-script": "~1.5.0",
    "coffeeify": "~0.6.0",
    "es6ify": "~0.4.8",
    "isstream": "^0.1.2",
    "seq": "0.3.3",
    "tap": "~0.4.0",
    "temp": "^0.8.1",
    "through": "^2.3.4"
  },
  "directories": {},
  "dist": {
    "shasum": "6605dcffbb918c6a69d9c60201d2397ef7ce20ff",
    "tarball": "https://registry.npmjs.org/browserify/-/browserify-10.1.3.tgz"
  },
  "gitHead": "1ff88d58830b954d3ea47fb10f6b7df05ab7a785",
  "homepage": "https://github.com/substack/node-browserify#readme",
  "keywords": [
    "browser",
    "require",
    "commonjs",
    "commonj-esque",
    "bundle",
    "npm",
    "javascript"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "substack",
      "email": "substack@gmail.com"
    },
    {
      "name": "maxogden",
      "email": "max@maxogden.com"
    },
    {
      "name": "mafintosh",
      "email": "mathiasbuus@gmail.com"
    },
    {
      "name": "domenic",
      "email": "d@domenic.me"
    },
    {
      "name": "dominictarr",
      "email": "dominic.tarr@gmail.com"
    },
    {
      "name": "terinjokes",
      "email": "terinjokes@gmail.com"
    },
    {
      "name": "feross",
      "email": "feross@feross.org"
    },
    {
      "name": "jmm",
      "email": "npm-public@jessemccarthy.net"
    },
    {
      "name": "thlorenz",
      "email": "thlorenz@gmx.de"
    },
    {
      "name": "zertosh",
      "email": "zertosh@gmail.com"
    }
  ],
  "name": "browserify",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/substack/node-browserify.git"
  },
  "scripts": {
    "test": "tap test/*.js"
  },
  "version": "10.1.3"
}
