-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
executable file
·101 lines (101 loc) · 2.31 KB
/
package.json
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"files": [
"nixar.js",
"compiled-commands",
"refs",
"docs"
],
"name": "nixar",
"description": "map, filter and other functions for unix bash",
"version": "0.1.2045",
"uperversion": "0.1",
"subversion": 2045,
"homepage": "https://github.com/gruntjs/",
"author": {
"name": "xm",
"url": ""
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/askucher/nixar/blob/master/LICENSE-MIT"
}
],
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"xonom": "^0.1.74",
"yargs": "^3.21.0",
"highlight": "^0.2.3",
"glob-all": "^3.0.1",
"glob": "^6.0.1",
"event-stream": "^3.3.1",
"easy-table": "^1.0.0",
"colors": "^1.1.2",
"readline": "0.0.8",
"prelude-ls": "^1.1.2",
"picture-tube": "^1.0.0",
"node-syntaxhighlighter": "^0.8.1",
"moment": "^2.10.6",
"html-to-json": "^0.5.1"
},
"devDependencies": {},
"peerDependencies": {},
"keywords": [],
"bin": {
"unique": "./refs/unique",
"drop": "./refs/drop",
"count": "./refs/count",
"content": "./refs/content",
"concat": "./refs/concat",
"cols": "./refs/cols",
"before": "./refs/before",
"after": "./refs/after",
"filter": "./refs/filter",
"upper": "./refs/upper",
"max": "./refs/max",
"mark": "./refs/mark",
"map": "./refs/map",
"lower": "./refs/lower",
"log": "./refs/log",
"length": "./refs/length",
"fs": "./refs/fs",
"exclude": "./refs/exclude",
"min": "./refs/min",
"nixar": "./refs/nixar",
"order": "./refs/order",
"remove": "./refs/remove",
"replace": "./refs/replace",
"reverse": "./refs/reverse",
"rows": "./refs/rows",
"show": "./refs/show",
"split": "./refs/split",
"substr": "./refs/substr",
"sum": "./refs/sum",
"table": "./refs/table",
"take": "./refs/take",
"trim": "./refs/trim",
"turn": "./refs/turn"
},
"repository": {
"type": "git",
"url": "[email protected]:askucher/nixar.git"
},
"_id": "[email protected]",
"dist": {},
"_from": "prelude@>0.1",
"_npmVersion": "0.1.00",
"_npmUser": {
"name": "askucher",
"email": "[email protected]"
},
"maintainers": [],
"directories": {},
"bugs": {
"url": "https://github.com/askucher/nixar/issues"
}
}