summaryrefslogtreecommitdiff
path: root/tools/eslint/node_modules/rx-lite/package.json
blob: 06573f1dc940728b36f4dce911c2910aadd9c01f (plain)
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
{
  "_from": "rx-lite@^4.0.8",
  "_id": "rx-lite@4.0.8",
  "_inBundle": false,
  "_integrity": "sha1-Cx4Rr4vESDbwSmQH6S2kJGe3lEQ=",
  "_location": "/eslint/rx-lite",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "rx-lite@^4.0.8",
    "name": "rx-lite",
    "escapedName": "rx-lite",
    "rawSpec": "^4.0.8",
    "saveSpec": null,
    "fetchSpec": "^4.0.8"
  },
  "_requiredBy": [
    "/eslint/inquirer",
    "/eslint/rx-lite-aggregates"
  ],
  "_resolved": "https://registry.npmjs.org/rx-lite/-/rx-lite-4.0.8.tgz",
  "_shasum": "0b1e11af8bc44836f04a6407e92da42467b79444",
  "_spec": "rx-lite@^4.0.8",
  "_where": "/Users/cjihrig/iojs/node/tools/eslint-tmp/node_modules/eslint/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"
  },
  "bundleDependencies": false,
  "dependencies": {},
  "deprecated": false,
  "description": "Lightweight library for composing asynchronous and event-based operations in JavaScript",
  "devDependencies": {},
  "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",
  "name": "rx-lite",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Reactive-Extensions/RxJS.git"
  },
  "title": "Reactive Extensions for JavaScript (RxJS) Lite",
  "version": "4.0.8"
}