aboutsummaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/JSONStream/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/JSONStream/package.json')
-rw-r--r--deps/npm/node_modules/JSONStream/package.json24
1 files changed, 12 insertions, 12 deletions
diff --git a/deps/npm/node_modules/JSONStream/package.json b/deps/npm/node_modules/JSONStream/package.json
index 779fc7cae5..2086da717b 100644
--- a/deps/npm/node_modules/JSONStream/package.json
+++ b/deps/npm/node_modules/JSONStream/package.json
@@ -1,27 +1,27 @@
{
- "_from": "JSONStream@1.3.2",
- "_id": "JSONStream@1.3.2",
+ "_from": "JSONStream@~1.3.1",
+ "_id": "JSONStream@1.3.1",
"_inBundle": false,
- "_integrity": "sha1-wQI3G27Dp887hHygDCC7D85Mbeo=",
+ "_integrity": "sha1-cH92HgHa6eFvG8+TcDt4xwlmV5o=",
"_location": "/JSONStream",
"_phantomChildren": {},
"_requested": {
- "type": "version",
+ "type": "range",
"registry": true,
- "raw": "JSONStream@1.3.2",
+ "raw": "JSONStream@~1.3.1",
"name": "JSONStream",
"escapedName": "JSONStream",
- "rawSpec": "1.3.2",
+ "rawSpec": "~1.3.1",
"saveSpec": null,
- "fetchSpec": "1.3.2"
+ "fetchSpec": "~1.3.1"
},
"_requiredBy": [
"#USER",
"/"
],
- "_resolved": "https://registry.npmjs.org/JSONStream/-/JSONStream-1.3.2.tgz",
- "_shasum": "c102371b6ec3a7cf3b847ca00c20bb0fce4c6dea",
- "_spec": "JSONStream@1.3.2",
+ "_resolved": "https://registry.npmjs.org/JSONStream/-/JSONStream-1.3.1.tgz",
+ "_shasum": "707f761e01dae9e16f1bcf93703b78c70966579a",
+ "_spec": "JSONStream@~1.3.1",
"_where": "/Users/rebecca/code/npm",
"author": {
"name": "Dominic Tarr",
@@ -29,7 +29,7 @@
"url": "http://bit.ly/dominictarr"
},
"bin": {
- "JSONStream": "./bin.js"
+ "JSONStream": "./index.js"
},
"bugs": {
"url": "https://github.com/dominictarr/JSONStream/issues"
@@ -71,5 +71,5 @@
"scripts": {
"test": "set -e; for t in test/*.js; do echo '***' $t '***'; node $t; done"
},
- "version": "1.3.2"
+ "version": "1.3.1"
}