{
  "_args": [
    [
      "outpipe@1.1.1",
      "/var/www/nomadis/maj/nomadis_maj"
    ]
  ],
  "_development": true,
  "_from": "outpipe@1.1.1",
  "_id": "outpipe@1.1.1",
  "_inBundle": false,
  "_integrity": "sha1-UM+GFjZeh+Ax4ppeyTOaPaRyX6I=",
  "_location": "/outpipe",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "outpipe@1.1.1",
    "name": "outpipe",
    "escapedName": "outpipe",
    "rawSpec": "1.1.1",
    "saveSpec": null,
    "fetchSpec": "1.1.1"
  },
  "_requiredBy": [
    "/watchify"
  ],
  "_resolved": "https://registry.npmjs.org/outpipe/-/outpipe-1.1.1.tgz",
  "_spec": "1.1.1",
  "_where": "/var/www/nomadis/maj/nomadis_maj",
  "author": {
    "name": "substack"
  },
  "bugs": {
    "url": "https://github.com/substack/outpipe/issues"
  },
  "dependencies": {
    "shell-quote": "^1.4.2"
  },
  "description": "write output to a file through shell commands",
  "devDependencies": {
    "gaze": "^0.5.1",
    "minimist": "^1.1.0",
    "osenv": "^0.1.0",
    "tape": "^3.5.0",
    "xtend": "^4.0.0"
  },
  "directories": {
    "example": "example"
  },
  "homepage": "https://github.com/substack/outpipe",
  "keywords": [
    "output",
    "file",
    "pipe",
    "shell",
    "exec",
    "spawn",
    "createWriteStream",
    "redirect"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "outpipe",
  "repository": {
    "type": "git",
    "url": "git://github.com/substack/outpipe.git"
  },
  "scripts": {
    "test": "tape test/*.js"
  },
  "version": "1.1.1"
}
