-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
67 lines (67 loc) · 1.61 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
{
"name": "itiriri",
"version": "2.0.1",
"license": "MIT",
"description": "A library built for ES6 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.git"
},
"bugs": {
"url": "https://github.com/labs42io/itiriri/issues"
},
"keywords": [
"iterator",
"iterable",
"filter",
"map",
"query",
"collections",
"deferred",
"lazy"
],
"author": {
"name": "Labs42",
"url": "https://labs42.io"
},
"contributors": [
"Dumitru Deveatii <[email protected]>",
"Vlad Negura <[email protected]>"
],
"dependencies": {},
"devDependencies": {
"@types/chai": "4.2.11",
"@types/chai-as-promised": "7.1.2",
"@types/mocha": "7.0.2",
"@types/node": "^14.0.9",
"benchmark": "2.1.4",
"browserify": "16.5.1",
"chai": "4.2.0",
"chai-as-promised": "7.1.1",
"chai-spies": "1.0.0",
"del": "5.1.0",
"gulp": "4.0.2",
"gulp-mocha": "7.0.2",
"gulp-replace": "1.0.0",
"gulp-shell": "0.8.0",
"gulp-sourcemaps": "2.6.5",
"gulp-tslint": "8.1.4",
"gulp-typescript": "5.0.1",
"gulp-uglify-es": "2.0.0",
"gulpclass": "0.2.0",
"istanbul": "0.4.5",
"mocha": "7.2.0",
"mocha-lcov-reporter": "1.3.0",
"ts-node": "8.10.2",
"tslint": "6.1.2",
"tslint-config-airbnb": "5.11.2",
"typescript": "3.9.3",
"vinyl-buffer": "1.0.1",
"vinyl-source-stream": "2.0.0"
}
}