-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.05 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.05 KB
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
{
"name": "fast-functionals",
"version": "0.2.0",
"description": "Super quick collection processing with functional programming.",
"engines": {
"node": ">=8.9.0"
},
"main": "index.js",
"scripts": {
"coverage": "istanbul cover test.js",
"test": "node test.js | node node_modules/faucet/bin/cmd",
"docs": "node node_modules/jsdoc/jsdoc.js -c jsdoc.json",
"benchmark": "node benchmark.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/walasek/node-fast-functionals.git"
},
"keywords": [
"nodejs",
"array",
"offload"
],
"author": "Karol Walasek <coreconviction@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/walasek/node-fast-functionals/issues"
},
"homepage": "https://github.com/walasek/node-fast-functionals#readme",
"devDependencies": {
"benchmark": "^2",
"docdash": "^1",
"faucet": "0.0.3",
"glob": "^8",
"istanbul": "^0.4.5",
"jsdoc": "^3",
"list": "^2",
"zora": "^3"
},
"dependencies": {
"debug": "^4"
}
}