vs/v5.0.0/node_modules/npm/node_modules/fstream/package.json

{
  "_args": [
    [
      "fstream@~1.0.7",
      "/Users/rebecca/code/npm"
    ]
  ],
  "_from": "fstream@>=1.0.7 <1.1.0",
  "_id": "fstream@1.0.8",
  "_inCache": true,
  "_location": "/fstream",
  "_nodeVersion": "2.2.2",
  "_npmUser": {
    "email": "kat@sykosomatic.org",
    "name": "zkat"
  },
  "_npmVersion": "2.14.3",
  "_phantomChildren": {},
  "_requested": {
    "name": "fstream",
    "raw": "fstream@~1.0.7",
    "rawSpec": "~1.0.7",
    "scope": null,
    "spec": ">=1.0.7 <1.1.0",
    "type": "range"
  },
  "_requiredBy": [
    "/",
    "/fstream-ignore",
    "/node-gyp",
    "/node-gyp/tar",
    "/tar"
  ],
  "_resolved": "https://registry.npmjs.org/fstream/-/fstream-1.0.8.tgz",
  "_shasum": "7e8d7a73abb3647ef36e4b8a15ca801dba03d038",
  "_shrinkwrap": null,
  "_spec": "fstream@~1.0.7",
  "_where": "/Users/rebecca/code/npm",
  "author": {
    "email": "i@izs.me",
    "name": "Isaac Z. Schlueter",
    "url": "http://blog.izs.me/"
  },
  "bugs": {
    "url": "https://github.com/isaacs/fstream/issues"
  },
  "dependencies": {
    "graceful-fs": "^4.1.2",
    "inherits": "~2.0.0",
    "mkdirp": ">=0.5 0",
    "rimraf": "2"
  },
  "description": "Advanced file system stream things",
  "devDependencies": {
    "standard": "^4.0.0",
    "tap": "^1.2.0"
  },
  "directories": {},
  "dist": {
    "shasum": "7e8d7a73abb3647ef36e4b8a15ca801dba03d038",
    "tarball": "http://registry.npmjs.org/fstream/-/fstream-1.0.8.tgz"
  },
  "engines": {
    "node": ">=0.6"
  },
  "gitHead": "d9f81146c50e687f1df04c1a0e7e4c173eb3dae2",
  "homepage": "https://github.com/isaacs/fstream#readme",
  "installable": true,
  "license": "ISC",
  "main": "fstream.js",
  "maintainers": [
    {
      "name": "iarna",
      "email": "me@re-becca.org"
    },
    {
      "name": "isaacs",
      "email": "isaacs@npmjs.com"
    },
    {
      "name": "othiym23",
      "email": "ogd@aoaioxxysz.net"
    },
    {
      "name": "zkat",
      "email": "kat@sykosomatic.org"
    }
  ],
  "name": "fstream",
  "optionalDependencies": {},
  "repository": {
    "type": "git",
    "url": "git://github.com/isaacs/fstream.git"
  },
  "scripts": {
    "test": "standard && tap examples/*.js"
  },
  "version": "1.0.8"
}