-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
78 lines (78 loc) · 1.88 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
{
"name": "itiriri-async",
"version": "2.0.0",
"license": "MIT",
"description": "A library built for async iteration protocol.",
"private": true,
"scripts": {
"test": "gulp test",
"coverage": "istanbul cover node_modules/mocha/bin/_mocha ./build/compiled/test ./build/compiled/lib -- --recursive"
},
"repository": {
"type": "git",
"url": "https://github.com/labs42io/itiriri-async.git"
},
"bugs": {
"url": "https://github.com/labs42io/itiriri-async/issues"
},
"keywords": [
"iterator",
"iterable",
"async",
"asynciterator",
"filter",
"map",
"query",
"collections",
"deferred",
"lazy"
],
"author": {
"name": "Labs42",
"url": "https://labs42.io"
},
"contributors": [
"Dumitru Deveatii <[email protected]>",
"Vlad Negura <[email protected]>"
],
"dependencies": {
"itiriri": "2.0.1"
},
"devDependencies": {
"@types/benchmark": "1.0.30",
"@types/chai": "4.1.7",
"@types/chai-as-promised": "7.1.0",
"@types/mocha": "5.2.6",
"@types/node": "10.12.21",
"@types/sinon": "7.0.11",
"@types/uuid": "3.4.4",
"benchmark": "^2.1.4",
"browserify": "16.2.3",
"chai": "4.2.0",
"chai-as-promised": "7.1.1",
"chai-spies": "1.0.0",
"del": "4.1.1",
"gulp": "4.0.2",
"gulp-mocha": "6.0.0",
"gulp-replace": "1.0.0",
"gulp-shell": "0.7.0",
"gulp-sourcemaps": "2.6.5",
"gulp-tslint": "8.1.4",
"gulp-typescript": "5.0.1",
"gulp-uglify-es": "1.0.4",
"gulpclass": "0.2.0",
"istanbul": "0.4.5",
"mocha": "6.1.4",
"mocha-lcov-reporter": "1.3.0",
"sinon": "7.2.3",
"sinon-chai": "3.3.0",
"ts-node": "8.1.0",
"tslib": "^1.9.3",
"tslint": "5.16.0",
"tslint-config-airbnb": "5.11.1",
"typescript": "3.4.5",
"vinyl-buffer": "1.0.1",
"vinyl-source-stream": "2.0.0",
"web-request": "1.0.7"
}
}