{
  "_args": [
    [
      {
        "raw": "cross-spawn@4.0.0",
        "scope": null,
        "escapedName": "cross-spawn",
        "name": "cross-spawn",
        "rawSpec": "4.0.0",
        "spec": "4.0.0",
        "type": "version"
      },
      "/private/var/folders/hb/91jhdgdx7t55s92ys5ts2c640000gn/T/tmp.iVFP9X9X"
    ]
  ],
  "_from": "cross-spawn@4.0.0",
  "_id": "cross-spawn@4.0.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/cross-spawn",
  "_nodeVersion": "4.4.3",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/cross-spawn-4.0.0.tgz_1464295843723_0.5908118768129498"
  },
  "_npmUser": {
    "name": "satazor",
    "email": "andremiguelcruz@msn.com"
  },
  "_npmVersion": "2.15.4",
  "_phantomChildren": {},
  "_requested": {
    "raw": "cross-spawn@4.0.0",
    "scope": null,
    "escapedName": "cross-spawn",
    "name": "cross-spawn",
    "rawSpec": "4.0.0",
    "spec": "4.0.0",
    "type": "version"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-4.0.0.tgz",
  "_shasum": "8254774ab4786b8c5b3cf4dfba66ce563932c252",
  "_shrinkwrap": null,
  "_spec": "cross-spawn@4.0.0",
  "_where": "/private/var/folders/hb/91jhdgdx7t55s92ys5ts2c640000gn/T/tmp.iVFP9X9X",
  "author": {
    "name": "IndigoUnited",
    "email": "hello@indigounited.com",
    "url": "http://indigounited.com"
  },
  "bugs": {
    "url": "https://github.com/IndigoUnited/node-cross-spawn/issues/"
  },
  "dependencies": {
    "lru-cache": "^4.0.1",
    "which": "^1.2.9"
  },
  "description": "Cross platform child_process#spawn and child_process#spawnSync",
  "devDependencies": {
    "@satazor/eslint-config": "^2.3.0",
    "eslint": "^2.10.2",
    "expect.js": "^0.3.0",
    "glob": "^7.0.0",
    "mkdirp": "^0.5.1",
    "mocha": "^2.2.5",
    "rimraf": "^2.5.0"
  },
  "directories": {},
  "dist": {
    "shasum": "8254774ab4786b8c5b3cf4dfba66ce563932c252",
    "tarball": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-4.0.0.tgz"
  },
  "gitHead": "f26c67b14f1f8fc64564aca9eb5319a2dd708e6b",
  "homepage": "https://github.com/IndigoUnited/node-cross-spawn#readme",
  "keywords": [
    "spawn",
    "spawnSync",
    "windows",
    "cross",
    "platform",
    "path",
    "ext",
    "path-ext",
    "path_ext",
    "shebang",
    "hashbang",
    "cmd",
    "execute"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "satazor",
      "email": "andremiguelcruz@msn.com"
    }
  ],
  "name": "cross-spawn",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/IndigoUnited/node-cross-spawn.git"
  },
  "scripts": {
    "lint": "eslint '{*.js,lib/**/*.js,test/**/*.js}'",
    "test": "node test/prepare && mocha --bail test/test"
  },
  "version": "4.0.0"
}
