package.json
2.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
{
"_args": [
[
{
"raw": "rx-lite@^3.1.2",
"scope": null,
"escapedName": "rx-lite",
"name": "rx-lite",
"rawSpec": "^3.1.2",
"spec": ">=3.1.2 <4.0.0",
"type": "range"
},
"/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/inquirer"
]
],
"_from": "rx-lite@>=3.1.2 <4.0.0",
"_id": "rx-lite@3.1.2",
"_inCache": true,
"_location": "/rx-lite",
"_nodeVersion": "0.12.7",
"_npmUser": {
"name": "mattpodwysocki",
"email": "matthew.podwysocki@gmail.com"
},
"_npmVersion": "3.1.1",
"_phantomChildren": {},
"_requested": {
"raw": "rx-lite@^3.1.2",
"scope": null,
"escapedName": "rx-lite",
"name": "rx-lite",
"rawSpec": "^3.1.2",
"spec": ">=3.1.2 <4.0.0",
"type": "range"
},
"_requiredBy": [
"/inquirer"
],
"_resolved": "https://registry.npmjs.org/rx-lite/-/rx-lite-3.1.2.tgz",
"_shasum": "19ce502ca572665f3b647b10939f97fd1615f102",
"_shrinkwrap": null,
"_spec": "rx-lite@^3.1.2",
"_where": "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/inquirer",
"author": {
"name": "Cloud Programmability Team",
"url": "https://github.com/Reactive-Extensions/RxJS/blob/master/authors.txt"
},
"browser": {
"index.js": "rx.lite.js"
},
"bugs": {
"url": "https://github.com/Reactive-Extensions/RxJS/issues"
},
"dependencies": {},
"description": "Lightweight library for composing asynchronous and event-based operations in JavaScript",
"devDependencies": {},
"directories": {},
"dist": {
"shasum": "19ce502ca572665f3b647b10939f97fd1615f102",
"tarball": "https://registry.npmjs.org/rx-lite/-/rx-lite-3.1.2.tgz"
},
"homepage": "https://github.com/Reactive-Extensions/RxJS",
"jam": {
"main": "rx.lite.js"
},
"keywords": [
"React",
"Reactive",
"Events",
"Rx",
"RxJS"
],
"licenses": [
{
"type": "Apache License, Version 2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
}
],
"main": "rx.lite.js",
"maintainers": [
{
"name": "mattpodwysocki",
"email": "matthew.podwysocki@gmail.com"
}
],
"name": "rx-lite",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/Reactive-Extensions/RxJS.git"
},
"scripts": {},
"title": "Reactive Extensions for JavaScript (RxJS) Lite",
"version": "3.1.2"
}