summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/JSONStream/index.js
diff options
context:
space:
mode:
authorKat Marchán <kzm@zkat.tech>2018-08-29 12:03:09 -0700
committerMichaël Zasso <targos@protonmail.com>2018-09-06 08:53:57 +0200
commit6d6db603e299b2df82fd1d451b83de60c60fc082 (patch)
treed2c69476aeef34282e4c866461be0440d31b3f73 /deps/npm/node_modules/JSONStream/index.js
parentcab8a0bd924c5ac2bbbdf971631f057960f084e4 (diff)
downloadnode-new-6d6db603e299b2df82fd1d451b83de60c60fc082.tar.gz
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/index.js')
-rwxr-xr-xdeps/npm/node_modules/JSONStream/index.js1
1 files changed, 1 insertions, 0 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