{
  "_args": [
    [
      {
        "name": "subarg",
        "raw": "subarg@^1.0.0",
        "rawSpec": "^1.0.0",
        "scope": null,
        "spec": ">=1.0.0 <2.0.0",
        "type": "range"
      },
      "/home/fgreiner/prog/js/Nodulator/node_modules/browserify"
    ]
  ],
  "_from": "subarg@>=1.0.0 <2.0.0",
  "_id": "subarg@1.0.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/subarg",
  "_nodeVersion": "0.10.31",
  "_npmUser": {
    "email": "mail@substack.net",
    "name": "substack"
  },
  "_npmVersion": "2.0.2",
  "_phantomChildren": {},
  "_requested": {
    "name": "subarg",
    "raw": "subarg@^1.0.0",
    "rawSpec": "^1.0.0",
    "scope": null,
    "spec": ">=1.0.0 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/browserify",
    "/deps-sort",
    "/module-deps"
  ],
  "_resolved": "https://registry.npmjs.org/subarg/-/subarg-1.0.0.tgz",
  "_shasum": "f62cf17581e996b48fc965699f54c06ae268b8d2",
  "_shrinkwrap": null,
  "_spec": "subarg@^1.0.0",
  "_where": "/home/fgreiner/prog/js/Nodulator/node_modules/browserify",
  "author": {
    "email": "mail@substack.net",
    "name": "James Halliday",
    "url": "http://substack.net"
  },
  "bugs": {
    "url": "https://github.com/substack/subarg/issues"
  },
  "dependencies": {
    "minimist": "^1.1.0"
  },
  "description": "parse arguments with recursive contexts",
  "devDependencies": {
    "tape": "^3.0.0"
  },
  "directories": {},
  "dist": {
    "shasum": "f62cf17581e996b48fc965699f54c06ae268b8d2",
    "tarball": "https://registry.npmjs.org/subarg/-/subarg-1.0.0.tgz"
  },
  "gitHead": "249bde03606850fac7d89d67e79782f56cd41cce",
  "homepage": "https://github.com/substack/subarg",
  "keywords": [
    "argument",
    "option",
    "parser",
    "parsing",
    "flags",
    "command-line",
    "cli",
    "recursive",
    "minimist"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "email": "mail@substack.net",
      "name": "substack"
    }
  ],
  "name": "subarg",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/substack/subarg.git"
  },
  "scripts": {
    "test": "tape test/*.js"
  },
  "testling": {
    "browsers": [
      "ie/8..latest",
      "firefox/16",
      "firefox/latest",
      "firefox/nightly",
      "chrome/22",
      "chrome/latest",
      "chrome/canary",
      "opera/12..latest",
      "opera/next",
      "safari/5.1..latest"
    ],
    "files": "test/*.js"
  },
  "version": "1.0.0"
}
