vs/v5.0.0/node_modules/npm/node_modules/path-array/package.json

{
  "_args": [
    [
      "path-array@^1.0.0",
      "/Users/rebecca/code/npm/node_modules/node-gyp"
    ]
  ],
  "_from": "path-array@>=1.0.0 <2.0.0",
  "_id": "path-array@1.0.0",
  "_inCache": true,
  "_location": "/path-array",
  "_npmUser": {
    "email": "nathan@tootallnate.net",
    "name": "tootallnate"
  },
  "_npmVersion": "1.4.28",
  "_phantomChildren": {},
  "_requested": {
    "name": "path-array",
    "raw": "path-array@^1.0.0",
    "rawSpec": "^1.0.0",
    "scope": null,
    "spec": ">=1.0.0 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/node-gyp"
  ],
  "_resolved": "https://registry.npmjs.org/path-array/-/path-array-1.0.0.tgz",
  "_shasum": "6c14130c33084f0150553c657b38397ab67aaa4e",
  "_shrinkwrap": null,
  "_spec": "path-array@^1.0.0",
  "_where": "/Users/rebecca/code/npm/node_modules/node-gyp",
  "author": {
    "email": "nathan@tootallnate.net",
    "name": "Nathan Rajlich",
    "url": "http://n8.io/"
  },
  "bugs": {
    "url": "https://github.com/TooTallNate/node-path-array/issues"
  },
  "dependencies": {
    "array-index": "~0.1.0"
  },
  "description": "Treat your $PATH like a JavaScript Array",
  "devDependencies": {
    "mocha": "~1.16.1"
  },
  "directories": {},
  "dist": {
    "shasum": "6c14130c33084f0150553c657b38397ab67aaa4e",
    "tarball": "http://registry.npmjs.org/path-array/-/path-array-1.0.0.tgz"
  },
  "gitHead": "5d1fedd54e4413459f67e4a4babb024144cd00d0",
  "homepage": "https://github.com/TooTallNate/node-path-array",
  "keywords": [
    "PATH",
    "array",
    "env"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "tootallnate",
      "email": "nathan@tootallnate.net"
    }
  ],
  "name": "path-array",
  "optionalDependencies": {},
  "repository": {
    "type": "git",
    "url": "git://github.com/TooTallNate/node-path-array.git"
  },
  "scripts": {
    "test": "mocha --reporter spec"
  },
  "version": "1.0.0"
}