Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/JSONStream/package.json')
-rw-r--r--node_modules/JSONStream/package.json20
1 files changed, 9 insertions, 11 deletions
diff --git a/node_modules/JSONStream/package.json b/node_modules/JSONStream/package.json
index 91783af0b..cb2704347 100644
--- a/node_modules/JSONStream/package.json
+++ b/node_modules/JSONStream/package.json
@@ -1,36 +1,34 @@
{
- "_from": "JSONStream@1.3.5",
+ "_from": "JSONStream@^1.3.5",
"_id": "JSONStream@1.3.5",
"_inBundle": false,
"_integrity": "sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==",
"_location": "/JSONStream",
"_phantomChildren": {},
"_requested": {
- "type": "version",
+ "type": "range",
"registry": true,
- "raw": "JSONStream@1.3.5",
+ "raw": "JSONStream@^1.3.5",
"name": "JSONStream",
"escapedName": "JSONStream",
- "rawSpec": "1.3.5",
+ "rawSpec": "^1.3.5",
"saveSpec": null,
- "fetchSpec": "1.3.5"
+ "fetchSpec": "^1.3.5"
},
"_requiredBy": [
- "#USER",
- "/",
- "/npm-registry-fetch"
+ "/"
],
"_resolved": "https://registry.npmjs.org/JSONStream/-/JSONStream-1.3.5.tgz",
"_shasum": "3208c1f08d3a4d99261ab64f92302bc15e111ca0",
- "_spec": "JSONStream@1.3.5",
- "_where": "/Users/aeschright/code/cli",
+ "_spec": "JSONStream@^1.3.5",
+ "_where": "/Users/isaacs/dev/npm/cli",
"author": {
"name": "Dominic Tarr",
"email": "dominic.tarr@gmail.com",
"url": "http://bit.ly/dominictarr"
},
"bin": {
- "JSONStream": "./bin.js"
+ "JSONStream": "bin.js"
},
"bugs": {
"url": "https://github.com/dominictarr/JSONStream/issues"