-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 793 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 793 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "pipe2js",
"version": "0.3.14",
"description": "Use javaScript flavor to Map, Filter, Reduce standard input to standard output. This tool use stream and can process huge files.",
"main": "main.js",
"repository": {
"type": "git",
"url": "https://github.com/Zibx/pipe2js"
},
"bin": {
"pipe2js": "main.js",
"awkjs": "main.js"
},
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"shell",
"stdio",
"map",
"reduce",
"filter",
"sh"
],
"author": "Ivan Kubota",
"license": "MPL-2.0",
"dependencies": {
"stream-json": "^1.7.5"
},
"devDependencies": {
"mocha": "^10.2.0",
"shell-quote": "^1.8.0",
"sinon": "^15.0.1"
}
}