summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/JSONStream
diff options
context:
space:
mode:
authorKat Marchán <kzm@zkat.tech>2018-08-29 12:03:09 -0700
committerAnna Henningsen <anna@addaleax.net>2018-09-02 12:51:59 +0200
commit78f5685acc8fa574c32ed60d07de6273c60639b9 (patch)
treec3381e90e1c734763d98f079aad5d5f45438ca6d /deps/npm/node_modules/JSONStream
parent1287e524eeba4632decce231da161426efb8fc34 (diff)
downloadandroid-node-v8-78f5685acc8fa574c32ed60d07de6273c60639b9.tar.gz
android-node-v8-78f5685acc8fa574c32ed60d07de6273c60639b9.tar.bz2
android-node-v8-78f5685acc8fa574c32ed60d07de6273c60639b9.zip
deps: upgrade npm to 6.4.1
PR-URL: https://github.com/nodejs/node/pull/22591 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Diffstat (limited to 'deps/npm/node_modules/JSONStream')
-rwxr-xr-xdeps/npm/node_modules/JSONStream/index.js1
-rw-r--r--deps/npm/node_modules/JSONStream/package.json22
-rw-r--r--deps/npm/node_modules/JSONStream/test/fixtures/depth.json2
3 files changed, 13 insertions, 12 deletions
diff --git a/deps/npm/node_modules/JSONStream/index.js b/deps/npm/node_modules/JSONStream/index.js
index 359e3b8454..a92967f568 100755
--- a/deps/npm/node_modules/JSONStream/index.js
+++ b/deps/npm/node_modules/JSONStream/index.js
@@ -115,6 +115,7 @@ exports.parse = function (path, map) {
stream.queue(data)
}
+ if (this.value) delete this.value[this.key]
for(var k in this.stack)
if (!Object.isFrozen(this.stack[k]))
this.stack[k].value = null
diff --git a/deps/npm/node_modules/JSONStream/package.json b/deps/npm/node_modules/JSONStream/package.json
index deeeb9d465..23588d31b1 100644
--- a/deps/npm/node_modules/JSONStream/package.json
+++ b/deps/npm/node_modules/JSONStream/package.json
@@ -1,28 +1,28 @@
{
- "_from": "JSONStream@1.3.3",
- "_id": "JSONStream@1.3.3",
+ "_from": "JSONStream@1.3.4",
+ "_id": "JSONStream@1.3.4",
"_inBundle": false,
- "_integrity": "sha512-3Sp6WZZ/lXl+nTDoGpGWHEpTnnC6X5fnkolYZR6nwIfzbxxvA8utPWe1gCt7i0m9uVGsSz2IS8K8mJ7HmlduMg==",
+ "_integrity": "sha512-Y7vfi3I5oMOYIr+WxV8NZxDSwcbNgzdKYsTNInmycOq9bUYwGg9ryu57Wg5NLmCjqdFPNUmpMBo3kSJN9tCbXg==",
"_location": "/JSONStream",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
- "raw": "JSONStream@1.3.3",
+ "raw": "JSONStream@1.3.4",
"name": "JSONStream",
"escapedName": "JSONStream",
- "rawSpec": "1.3.3",
+ "rawSpec": "1.3.4",
"saveSpec": null,
- "fetchSpec": "1.3.3"
+ "fetchSpec": "1.3.4"
},
"_requiredBy": [
"#USER",
"/"
],
- "_resolved": "https://registry.npmjs.org/JSONStream/-/JSONStream-1.3.3.tgz",
- "_shasum": "27b4b8fbbfeab4e71bcf551e7f27be8d952239bf",
- "_spec": "JSONStream@1.3.3",
- "_where": "/Users/rebecca/code/npm",
+ "_resolved": "https://registry.npmjs.org/JSONStream/-/JSONStream-1.3.4.tgz",
+ "_shasum": "615bb2adb0cd34c8f4c447b5f6512fa1d8f16a2e",
+ "_spec": "JSONStream@1.3.4",
+ "_where": "/Users/zkat/Documents/code/work/npm",
"author": {
"name": "Dominic Tarr",
"email": "dominic.tarr@gmail.com",
@@ -71,5 +71,5 @@
"scripts": {
"test": "set -e; for t in test/*.js; do echo '***' $t '***'; node $t; done"
},
- "version": "1.3.3"
+ "version": "1.3.4"
}
diff --git a/deps/npm/node_modules/JSONStream/test/fixtures/depth.json b/deps/npm/node_modules/JSONStream/test/fixtures/depth.json
index 682887dc2f..9b4bfb9376 100644
--- a/deps/npm/node_modules/JSONStream/test/fixtures/depth.json
+++ b/deps/npm/node_modules/JSONStream/test/fixtures/depth.json
@@ -12,4 +12,4 @@
{"blbl": [{}, {"a":0, "b":1, "value":"3"}, 10]},
{"value": 4}
]
-} \ No newline at end of file
+}