summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/JSONStream/package.json
diff options
context:
space:
mode:
authorKat Marchán <kzm@sykosomatic.org>2017-05-09 14:46:02 -0700
committerAnna Henningsen <anna@addaleax.net>2017-05-23 19:39:43 +0200
commitc0d858f8bb8ba5212548da2fba6a7bc02db0462b (patch)
tree99f043ec5aec3f5150a2aed0f62597234b158140 /deps/npm/node_modules/JSONStream/package.json
parent994617370e8e66f3ea9488fec32fd912e7902396 (diff)
downloadandroid-node-v8-c0d858f8bb8ba5212548da2fba6a7bc02db0462b.tar.gz
android-node-v8-c0d858f8bb8ba5212548da2fba6a7bc02db0462b.tar.bz2
android-node-v8-c0d858f8bb8ba5212548da2fba6a7bc02db0462b.zip
deps: upgrade npm beta to 5.0.0-beta.56
PR-URL: https://github.com/nodejs/node/pull/12936 Reviewed-By: Anna Henningsen <anna@addaleax.net>
Diffstat (limited to 'deps/npm/node_modules/JSONStream/package.json')
-rw-r--r--deps/npm/node_modules/JSONStream/package.json64
1 files changed, 13 insertions, 51 deletions
diff --git a/deps/npm/node_modules/JSONStream/package.json b/deps/npm/node_modules/JSONStream/package.json
index 91907f21cf..7f472afd06 100644
--- a/deps/npm/node_modules/JSONStream/package.json
+++ b/deps/npm/node_modules/JSONStream/package.json
@@ -1,50 +1,26 @@
{
- "_args": [
- [
- {
- "raw": "JSONStream@latest",
- "scope": null,
- "escapedName": "JSONStream",
- "name": "JSONStream",
- "rawSpec": "latest",
- "spec": "latest",
- "type": "tag"
- },
- "/Users/zkat/Documents/code/npm"
- ]
- ],
- "_from": "JSONStream@latest",
+ "_from": "JSONStream@~1.3.1",
"_id": "JSONStream@1.3.1",
- "_inCache": true,
+ "_integrity": "sha1-cH92HgHa6eFvG8+TcDt4xwlmV5o=",
"_location": "/JSONStream",
- "_nodeVersion": "6.9.4",
- "_npmOperationalInternal": {
- "host": "packages-12-west.internal.npmjs.com",
- "tmp": "tmp/JSONStream-1.3.1.tgz_1487992062630_0.4616028449963778"
- },
- "_npmUser": {
- "name": "dominictarr",
- "email": "dominic.tarr@gmail.com"
- },
- "_npmVersion": "3.10.10",
"_phantomChildren": {},
"_requested": {
- "raw": "JSONStream@latest",
- "scope": null,
- "escapedName": "JSONStream",
+ "type": "range",
+ "registry": true,
+ "raw": "JSONStream@~1.3.1",
"name": "JSONStream",
- "rawSpec": "latest",
- "spec": "latest",
- "type": "tag"
+ "escapedName": "JSONStream",
+ "rawSpec": "~1.3.1",
+ "saveSpec": null,
+ "fetchSpec": "~1.3.1"
},
"_requiredBy": [
- "#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/JSONStream/-/JSONStream-1.3.1.tgz",
"_shasum": "707f761e01dae9e16f1bcf93703b78c70966579a",
"_shrinkwrap": null,
- "_spec": "JSONStream@latest",
+ "_spec": "JSONStream@~1.3.1",
"_where": "/Users/zkat/Documents/code/npm",
"author": {
"name": "Dominic Tarr",
@@ -57,10 +33,12 @@
"bugs": {
"url": "https://github.com/dominictarr/JSONStream/issues"
},
+ "bundleDependencies": false,
"dependencies": {
"jsonparse": "^1.2.0",
"through": ">=2.2.7 <3"
},
+ "deprecated": false,
"description": "rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects)",
"devDependencies": {
"assertions": "~2.2.2",
@@ -70,15 +48,9 @@
"tape": "~2.12.3",
"trees": "~0.0.3"
},
- "directories": {},
- "dist": {
- "shasum": "707f761e01dae9e16f1bcf93703b78c70966579a",
- "tarball": "https://registry.npmjs.org/JSONStream/-/JSONStream-1.3.1.tgz"
- },
"engines": {
"node": "*"
},
- "gitHead": "71ab5610d272bb47e64957e2191df6662ee64a90",
"homepage": "http://github.com/dominictarr/JSONStream",
"keywords": [
"json",
@@ -89,19 +61,9 @@
"parsing"
],
"license": "(MIT OR Apache-2.0)",
- "maintainers": [
- {
- "name": "dominictarr",
- "email": "dominic.tarr@gmail.com"
- },
- {
- "name": "doowb",
- "email": "brian.woodward@gmail.com"
- }
- ],
"name": "JSONStream",
"optionalDependencies": {},
- "readme": "ERROR: No README data found!",
+ "peerDependencies": {},
"repository": {
"type": "git",
"url": "git://github.com/dominictarr/JSONStream.git"