asdf-games/node_modules/outpipe/package.json

70 lines
1.5 KiB
JSON

{
"_from": "outpipe@^1.1.0",
"_id": "outpipe@1.1.1",
"_inBundle": false,
"_integrity": "sha1-UM+GFjZeh+Ax4ppeyTOaPaRyX6I=",
"_location": "/outpipe",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "outpipe@^1.1.0",
"name": "outpipe",
"escapedName": "outpipe",
"rawSpec": "^1.1.0",
"saveSpec": null,
"fetchSpec": "^1.1.0"
},
"_requiredBy": [
"/watchify"
],
"_resolved": "https://registry.npmjs.org/outpipe/-/outpipe-1.1.1.tgz",
"_shasum": "50cf8616365e87e031e29a5ec9339a3da4725fa2",
"_spec": "outpipe@^1.1.0",
"_where": "C:\\Users\\User\\Documents\\Git\\asdf-games\\node_modules\\watchify",
"author": {
"name": "substack"
},
"bugs": {
"url": "https://github.com/substack/outpipe/issues"
},
"bundleDependencies": false,
"dependencies": {
"shell-quote": "^1.4.2"
},
"deprecated": false,
"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"
}