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/jsonparse/package.json')
-rw-r--r--node_modules/jsonparse/package.json15
1 files changed, 8 insertions, 7 deletions
diff --git a/node_modules/jsonparse/package.json b/node_modules/jsonparse/package.json
index b4136f11e..e8784248e 100644
--- a/node_modules/jsonparse/package.json
+++ b/node_modules/jsonparse/package.json
@@ -1,5 +1,5 @@
{
- "_from": "jsonparse@^1.2.0",
+ "_from": "jsonparse@^1.3.1",
"_id": "jsonparse@1.3.1",
"_inBundle": false,
"_integrity": "sha1-P02uSpH6wxX3EGL4UhzCOfE2YoA=",
@@ -8,20 +8,21 @@
"_requested": {
"type": "range",
"registry": true,
- "raw": "jsonparse@^1.2.0",
+ "raw": "jsonparse@^1.3.1",
"name": "jsonparse",
"escapedName": "jsonparse",
- "rawSpec": "^1.2.0",
+ "rawSpec": "^1.3.1",
"saveSpec": null,
- "fetchSpec": "^1.2.0"
+ "fetchSpec": "^1.3.1"
},
"_requiredBy": [
- "/JSONStream"
+ "/JSONStream",
+ "/minipass-json-stream"
],
"_resolved": "https://registry.npmjs.org/jsonparse/-/jsonparse-1.3.1.tgz",
"_shasum": "3f4dae4a91fac315f71062f8521cc239f1366280",
- "_spec": "jsonparse@^1.2.0",
- "_where": "/Users/rebecca/code/npm/node_modules/JSONStream",
+ "_spec": "jsonparse@^1.3.1",
+ "_where": "/Users/isaacs/dev/npm/cli/node_modules/minipass-json-stream",
"author": {
"name": "Tim Caswell",
"email": "tim@creationix.com"