summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/readable-stream/package.json
diff options
context:
space:
mode:
authorForrest L Norvell <forrest@npmjs.com>2016-03-29 23:30:51 -0700
committerMyles Borins <mborins@us.ibm.com>2016-04-01 14:47:39 -0700
commit0928584444ac6edf1ead0b93c9d05b1124183702 (patch)
treef64c5646b8e2817009e7afe97c2670c73d38a7eb /deps/npm/node_modules/readable-stream/package.json
parent39de601e1c3eda92eb2e37eca4e6aa960f206f39 (diff)
downloadandroid-node-v8-0928584444ac6edf1ead0b93c9d05b1124183702.tar.gz
android-node-v8-0928584444ac6edf1ead0b93c9d05b1124183702.tar.bz2
android-node-v8-0928584444ac6edf1ead0b93c9d05b1124183702.zip
deps: upgrade npm to 3.8.3
PR-URL: https://github.com/npm/node/pull/6 Reviewed-By: Evan Lucas <evanlucas@me.com>
Diffstat (limited to 'deps/npm/node_modules/readable-stream/package.json')
-rw-r--r--deps/npm/node_modules/readable-stream/package.json69
1 files changed, 38 insertions, 31 deletions
diff --git a/deps/npm/node_modules/readable-stream/package.json b/deps/npm/node_modules/readable-stream/package.json
index 8a47aedf79..eca885b9a7 100644
--- a/deps/npm/node_modules/readable-stream/package.json
+++ b/deps/npm/node_modules/readable-stream/package.json
@@ -1,44 +1,51 @@
{
"_args": [
[
- "readable-stream@2.0.5",
+ "readable-stream@~2.0.5",
"/Users/rebecca/code/npm"
]
],
- "_from": "readable-stream@2.0.5",
- "_id": "readable-stream@2.0.5",
+ "_from": "readable-stream@>=2.0.5 <2.1.0",
+ "_id": "readable-stream@2.0.6",
"_inCache": true,
"_installable": true,
"_location": "/readable-stream",
- "_nodeVersion": "5.1.1",
+ "_nodeVersion": "5.7.0",
+ "_npmOperationalInternal": {
+ "host": "packages-12-west.internal.npmjs.com",
+ "tmp": "tmp/readable-stream-2.0.6.tgz_1457893507709_0.369257491780445"
+ },
"_npmUser": {
"email": "calvin.metcalf@gmail.com",
"name": "cwmma"
},
- "_npmVersion": "3.3.12",
+ "_npmVersion": "3.6.0",
"_phantomChildren": {},
"_requested": {
"name": "readable-stream",
- "raw": "readable-stream@2.0.5",
- "rawSpec": "2.0.5",
+ "raw": "readable-stream@~2.0.5",
+ "rawSpec": "~2.0.5",
"scope": null,
- "spec": "2.0.5",
- "type": "version"
+ "spec": ">=2.0.5 <2.1.0",
+ "type": "range"
},
"_requiredBy": [
"/",
"/fs-write-stream-atomic",
"/npm-registry-client/concat-stream",
+ "/npmlog/are-we-there-yet",
"/request/bl",
"/sha",
"/standard/standard-engine/eslint/concat-stream",
+ "/standard/standard-format/esformatter/npm-run/spawn-sync/concat-stream",
"/tap",
+ "/tap/coveralls/request/bl",
"/tap/tap-parser"
],
- "_resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.0.5.tgz",
- "_shasum": "a2426f8dcd4551c77a33f96edf2886a23c829669",
+ "_resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.0.6.tgz",
+ "_shasum": "8f90341e68a53ccc928788dacfcd11b36eb9b78e",
"_shrinkwrap": null,
- "_spec": "readable-stream@2.0.5",
+ "_spec": "readable-stream@~2.0.5",
"_where": "/Users/rebecca/code/npm",
"browser": {
"util": false
@@ -49,47 +56,47 @@
"dependencies": {
"core-util-is": "~1.0.0",
"inherits": "~2.0.1",
- "isarray": "0.0.1",
+ "isarray": "~1.0.0",
"process-nextick-args": "~1.0.6",
"string_decoder": "~0.10.x",
"util-deprecate": "~1.0.1"
},
- "description": "Streams3, a user-land copy of the stream library from iojs v2.x",
+ "description": "Streams3, a user-land copy of the stream library from Node.js",
"devDependencies": {
"tap": "~0.2.6",
- "tape": "~4.0.0",
- "zuul": "~3.0.0"
+ "tape": "~4.5.1",
+ "zuul": "~3.9.0"
},
"directories": {},
"dist": {
- "shasum": "a2426f8dcd4551c77a33f96edf2886a23c829669",
- "tarball": "http://registry.npmjs.org/readable-stream/-/readable-stream-2.0.5.tgz"
+ "shasum": "8f90341e68a53ccc928788dacfcd11b36eb9b78e",
+ "tarball": "http://registry.npmjs.org/readable-stream/-/readable-stream-2.0.6.tgz"
},
- "gitHead": "a4f23d8e451267684a8160679ce16e16149fe72b",
+ "gitHead": "01fb5608a970b42c900b96746cadc13d27dd9d7e",
"homepage": "https://github.com/nodejs/readable-stream#readme",
"keywords": [
- "pipe",
"readable",
- "stream"
+ "stream",
+ "pipe"
],
"license": "MIT",
"main": "readable.js",
"maintainers": [
{
- "name": "isaacs",
- "email": "isaacs@npmjs.com"
+ "email": "isaacs@npmjs.com",
+ "name": "isaacs"
},
{
- "name": "tootallnate",
- "email": "nathan@tootallnate.net"
+ "email": "nathan@tootallnate.net",
+ "name": "tootallnate"
},
{
- "name": "rvagg",
- "email": "rod@vagg.org"
+ "email": "rod@vagg.org",
+ "name": "rvagg"
},
{
- "name": "cwmma",
- "email": "calvin.metcalf@gmail.com"
+ "email": "calvin.metcalf@gmail.com",
+ "name": "cwmma"
}
],
"name": "readable-stream",
@@ -101,8 +108,8 @@
},
"scripts": {
"browser": "npm run write-zuul && zuul -- test/browser.js",
- "test": "tap test/parallel/*.js",
+ "test": "tap test/parallel/*.js test/ours/*.js",
"write-zuul": "printf \"ui: tape\nbrowsers:\n - name: $BROWSER_NAME\n version: $BROWSER_VERSION\n\">.zuul.yml"
},
- "version": "2.0.5"
+ "version": "2.0.6"
}