-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
145 lines (145 loc) · 3.41 KB
/
Copy pathpackage.json
File metadata and controls
145 lines (145 loc) · 3.41 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
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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
{
"config": {
"commitizen": {
"path": "node_modules/cz-conventional-changelog"
},
"ghooks": {
"commit-msg": "node ./node_modules/validate-commit-msg/index.js"
}
},
"name": "rxjs",
"license": "Apache-2.0",
"contributors": [
{
"name": "Ben Lesh",
"email": "[email protected]"
},
{
"name": "Paul Taylor",
"email": "[email protected]"
},
{
"name": "Jeff Cross",
"email": "[email protected]"
},
{
"name": "Matthew Podwysocki",
"email": "[email protected]"
},
{
"name": "OJ Kwon",
"email": "[email protected]"
},
{
"name": "Andre Staltz",
"email": "[email protected]"
}
],
"author": {
"name": "Ben Lesh",
"email": "[email protected]"
},
"engines": {
"npm": ">=2.0.0"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/ReactiveX/RxJS.git"
},
"main": "Rx.js",
"version": "5.0.0-beta.2",
"keywords": [
"Rx",
"RxJS",
"ReactiveX",
"ReactiveExtensions",
"Streams",
"Observables",
"Observable",
"Stream",
"ES6",
"ES2015"
],
"bugs": {
"url": "https://github.com/ReactiveX/RxJS/issues"
},
"devDependencies": {
"benchmark": "1.0.0",
"benchpress": "2.0.0-beta.1",
"browserify": "11.0.0",
"color": "^0.11.1",
"colors": "1.1.2",
"commitizen": "2.5.0",
"coveralls": "2.11.6",
"cz-conventional-changelog": "1.1.5",
"esdoc": "0.4.3",
"eslint": "2.0.0-beta.3",
"fs-extra": "0.24.0",
"ghooks": "0.3.2",
"glob": "5.0.14",
"gm": "1.21.1",
"google-closure-compiler": "20160125.0.0",
"gzip-size": "^3.0.0",
"http-server": "0.8.0",
"istanbul": "0.4.2",
"jasmine": "2.4.1",
"jasmine-ajax": "3.2.0",
"jasmine-core": "2.4.1",
"karma": "0.13.19",
"karma-browserify": "^5.0.1",
"karma-chrome-launcher": "0.2.2",
"karma-jasmine": "^0.3.6",
"karma-sauce-launcher": "0.3.0",
"lodash": "4.1.0",
"madge": "^0.5.3",
"markdown-doctest": "^0.3.0",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"platform": "1.3.0",
"promise": "7.0.3",
"protractor": "2.5.1",
"remap-istanbul": "0.5.1",
"rx": "latest",
"systemjs": "^0.19.6",
"systemjs-builder": "^0.10.6",
"tslint": "3.3.0-dev.2",
"typescript": "1.9.0-dev.20160128",
"validate-commit-msg": "1.1.1",
"watch": "0.16.0",
"watchify": "3.7.0",
"xmlhttprequest": "1.8.0"
},
"typings": "Rx.d.ts",
"description": "Reactive Extensions for modern JavaScript",
"homepage": "https://github.com/ReactiveX/RxJS",
"_id": "[email protected]",
"scripts": {},
"_shasum": "f775df8b8598c0657031e5ff8ff8251e1c5c0185",
"_from": "[email protected]",
"_npmVersion": "3.3.10",
"_nodeVersion": "5.0.0",
"_npmUser": {
"name": "blesh",
"email": "[email protected]"
},
"dist": {
"shasum": "f775df8b8598c0657031e5ff8ff8251e1c5c0185",
"tarball": "http://registry.npmjs.org/rxjs/-/rxjs-5.0.0-beta.2.tgz"
},
"maintainers": [
{
"name": "blesh",
"email": "[email protected]"
},
{
"name": "jeffbcross",
"email": "[email protected]"
}
],
"_npmOperationalInternal": {
"host": "packages-5-east.internal.npmjs.com",
"tmp": "tmp/rxjs-5.0.0-beta.2.tgz_1455138523425_0.768723902059719"
},
"directories": {},
"_resolved": "http://registry.npmjs.org/rxjs/-/rxjs-5.0.0-beta.2.tgz"
}