summaryrefslogtreecommitdiff
path: root/tools/eslint/node_modules/rx-lite-aggregates/package.json
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2017-06-23 20:14:33 -0700
committerRich Trott <rtrott@gmail.com>2017-06-27 06:16:51 -0700
commitaaee43473b7abc2522d9968a92fb4c819fc7d7b3 (patch)
treed9b7e84c5d7aa3fec9474773735f702dd7590778 /tools/eslint/node_modules/rx-lite-aggregates/package.json
parentfda25665be353396518927ad42a2f617816591c6 (diff)
downloadnode-new-aaee43473b7abc2522d9968a92fb4c819fc7d7b3.tar.gz
tools: update to ESLint 4.1.0
Update ESLint to 4.1.0. This fixes a bug that previously prevented us from using the new and stricter indentation checking. Refs: https://github.com/eslint/eslint/issues/8721 PR-URL: https://github.com/nodejs/node/pull/13895 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Roman Reiss <me@silverwind.io> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Michaƫl Zasso <targos@protonmail.com>
Diffstat (limited to 'tools/eslint/node_modules/rx-lite-aggregates/package.json')
-rw-r--r--tools/eslint/node_modules/rx-lite-aggregates/package.json61
1 files changed, 13 insertions, 48 deletions
diff --git a/tools/eslint/node_modules/rx-lite-aggregates/package.json b/tools/eslint/node_modules/rx-lite-aggregates/package.json
index edca5c2da1..c9447ae588 100644
--- a/tools/eslint/node_modules/rx-lite-aggregates/package.json
+++ b/tools/eslint/node_modules/rx-lite-aggregates/package.json
@@ -1,50 +1,27 @@
{
- "_args": [
- [
- {
- "raw": "rx-lite-aggregates@^4.0.8",
- "scope": null,
- "escapedName": "rx-lite-aggregates",
- "name": "rx-lite-aggregates",
- "rawSpec": "^4.0.8",
- "spec": ">=4.0.8 <5.0.0",
- "type": "range"
- },
- "/Users/trott/io.js/tools/node_modules/inquirer"
- ]
- ],
- "_from": "rx-lite-aggregates@>=4.0.8 <5.0.0",
+ "_from": "rx-lite-aggregates@^4.0.8",
"_id": "rx-lite-aggregates@4.0.8",
- "_inCache": true,
- "_location": "/rx-lite-aggregates",
- "_nodeVersion": "5.5.0",
- "_npmOperationalInternal": {
- "host": "packages-6-west.internal.npmjs.com",
- "tmp": "tmp/rx-lite-aggregates-4.0.8.tgz_1455670078263_0.4768166351132095"
- },
- "_npmUser": {
- "name": "mattpodwysocki",
- "email": "matthew.podwysocki@gmail.com"
- },
- "_npmVersion": "3.7.1",
+ "_inBundle": false,
+ "_integrity": "sha1-dTuHqJoRyVRnxKwWJsTvxOBcZ74=",
+ "_location": "/eslint/rx-lite-aggregates",
"_phantomChildren": {},
"_requested": {
+ "type": "range",
+ "registry": true,
"raw": "rx-lite-aggregates@^4.0.8",
- "scope": null,
- "escapedName": "rx-lite-aggregates",
"name": "rx-lite-aggregates",
+ "escapedName": "rx-lite-aggregates",
"rawSpec": "^4.0.8",
- "spec": ">=4.0.8 <5.0.0",
- "type": "range"
+ "saveSpec": null,
+ "fetchSpec": "^4.0.8"
},
"_requiredBy": [
- "/inquirer"
+ "/eslint/inquirer"
],
"_resolved": "https://registry.npmjs.org/rx-lite-aggregates/-/rx-lite-aggregates-4.0.8.tgz",
"_shasum": "753b87a89a11c95467c4ac1626c4efc4e05c67be",
- "_shrinkwrap": null,
"_spec": "rx-lite-aggregates@^4.0.8",
- "_where": "/Users/trott/io.js/tools/node_modules/inquirer",
+ "_where": "/Users/trott/io.js/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"
@@ -55,16 +32,13 @@
"bugs": {
"url": "https://github.com/Reactive-Extensions/RxJS/issues"
},
+ "bundleDependencies": false,
"dependencies": {
"rx-lite": "*"
},
+ "deprecated": false,
"description": "Lightweight library with aggregate functions for composing asynchronous and event-based operations in JavaScript",
"devDependencies": {},
- "directories": {},
- "dist": {
- "shasum": "753b87a89a11c95467c4ac1626c4efc4e05c67be",
- "tarball": "https://registry.npmjs.org/rx-lite-aggregates/-/rx-lite-aggregates-4.0.8.tgz"
- },
"homepage": "https://github.com/Reactive-Extensions/RxJS",
"jam": {
"main": "rx.lite.aggregates.js"
@@ -83,20 +57,11 @@
}
],
"main": "rx.lite.aggregates.js",
- "maintainers": [
- {
- "name": "mattpodwysocki",
- "email": "matthew.podwysocki@gmail.com"
- }
- ],
"name": "rx-lite-aggregates",
- "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) Aggregates",
"version": "4.0.8"
}