package.json
1.9 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
{
"_args": [
[
"rx@4.1.0",
"C:\\Users\\Administrator\\Desktop\\gentelella"
]
],
"_development": true,
"_from": "rx@4.1.0",
"_id": "rx@4.1.0",
"_inBundle": false,
"_integrity": "sha1-pfE/957zt0D+MKqAP7CfmIBdR4I=",
"_location": "/rx",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "rx@4.1.0",
"name": "rx",
"escapedName": "rx",
"rawSpec": "4.1.0",
"saveSpec": null,
"fetchSpec": "4.1.0"
},
"_requiredBy": [
"/browser-sync"
],
"_resolved": "https://registry.npmjs.org/rx/-/rx-4.1.0.tgz",
"_spec": "4.1.0",
"_where": "C:\\Users\\Administrator\\Desktop\\gentelella",
"author": {
"name": "Cloud Programmability Team",
"url": "https://github.com/Reactive-Extensions/RxJS/blob/master/authors.txt"
},
"browser": {
"index.js": "./dist/rx.all.js"
},
"bugs": {
"url": "https://github.com/Reactive-Extensions/RxJS/issues"
},
"dependencies": {},
"description": "Library for composing asynchronous and event-based operations in JavaScript",
"devDependencies": {
"benchmark": "*",
"grunt": "*",
"grunt-cli": "*",
"grunt-contrib-concat": "*",
"grunt-contrib-connect": "*",
"grunt-contrib-copy": "*",
"grunt-contrib-jshint": "*",
"grunt-contrib-qunit": "*",
"grunt-contrib-uglify": "*",
"grunt-contrib-watch": "*",
"grunt-jscs": "*",
"grunt-saucelabs": "*",
"load-grunt-tasks": "*"
},
"homepage": "https://github.com/Reactive-Extensions/RxJS",
"jam": {
"main": "dist/rx.all.js"
},
"keywords": [
"LINQ",
"FRP",
"Reactive",
"Events",
"Rx",
"RxJS"
],
"license": "Apache-2.0",
"main": "index.js",
"name": "rx",
"repository": {
"type": "git",
"url": "git+https://github.com/Reactive-Extensions/RxJS.git"
},
"scripts": {
"test": "grunt"
},
"title": "Reactive Extensions for JavaScript (RxJS)",
"version": "4.1.0"
}