This commit is contained in:
Simon Priet
2021-09-05 22:53:58 +02:00
commit 9e2991e668
17888 changed files with 1263126 additions and 0 deletions

42
node_modules/outpipe/package.json generated vendored Normal file
View File

@@ -0,0 +1,42 @@
{
"name": "outpipe",
"version": "1.1.1",
"description": "write output to a file through shell commands",
"main": "index.js",
"directories": {
"example": "example"
},
"dependencies": {
"shell-quote": "^1.4.2"
},
"devDependencies": {
"gaze": "^0.5.1",
"minimist": "^1.1.0",
"osenv": "^0.1.0",
"tape": "^3.5.0",
"xtend": "^4.0.0"
},
"scripts": {
"test": "tape test/*.js"
},
"repository": {
"type": "git",
"url": "git://github.com/substack/outpipe.git"
},
"keywords": [
"output",
"file",
"pipe",
"shell",
"exec",
"spawn",
"createWriteStream",
"redirect"
],
"author": "substack",
"license": "MIT",
"bugs": {
"url": "https://github.com/substack/outpipe/issues"
},
"homepage": "https://github.com/substack/outpipe"
}