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.json63
1 files changed, 13 insertions, 50 deletions
diff --git a/node_modules/jsonparse/package.json b/node_modules/jsonparse/package.json
index e8784248e..a2312ee09 100644
--- a/node_modules/jsonparse/package.json
+++ b/node_modules/jsonparse/package.json
@@ -1,59 +1,22 @@
{
- "_from": "jsonparse@^1.3.1",
- "_id": "jsonparse@1.3.1",
- "_inBundle": false,
- "_integrity": "sha1-P02uSpH6wxX3EGL4UhzCOfE2YoA=",
- "_location": "/jsonparse",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "jsonparse@^1.3.1",
- "name": "jsonparse",
- "escapedName": "jsonparse",
- "rawSpec": "^1.3.1",
- "saveSpec": null,
- "fetchSpec": "^1.3.1"
- },
- "_requiredBy": [
- "/JSONStream",
- "/minipass-json-stream"
- ],
- "_resolved": "https://registry.npmjs.org/jsonparse/-/jsonparse-1.3.1.tgz",
- "_shasum": "3f4dae4a91fac315f71062f8521cc239f1366280",
- "_spec": "jsonparse@^1.3.1",
- "_where": "/Users/isaacs/dev/npm/cli/node_modules/minipass-json-stream",
- "author": {
- "name": "Tim Caswell",
- "email": "tim@creationix.com"
- },
- "bugs": {
- "url": "http://github.com/creationix/jsonparse/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "This is a pure-js JSON streaming parser for node.js",
- "devDependencies": {
- "tap": "~0.3.3",
- "tape": "~0.1.1"
- },
- "engines": [
- "node >= 0.2.0"
- ],
- "homepage": "https://github.com/creationix/jsonparse#readme",
- "license": "MIT",
- "main": "jsonparse.js",
"name": "jsonparse",
+ "description": "This is a pure-js JSON streaming parser for node.js",
+ "tags": ["json", "stream"],
+ "version": "1.3.1",
+ "author": "Tim Caswell <tim@creationix.com>",
"repository": {
"type": "git",
- "url": "git+ssh://git@github.com/creationix/jsonparse.git"
+ "url": "http://github.com/creationix/jsonparse.git"
+ },
+ "devDependencies": {
+ "tape": "~0.1.1",
+ "tap": "~0.3.3"
},
"scripts": {
"test": "tap test/*.js"
},
- "tags": [
- "json",
- "stream"
- ],
- "version": "1.3.1"
+ "bugs": "http://github.com/creationix/jsonparse/issues",
+ "engines": ["node >= 0.2.0"],
+ "license": "MIT",
+ "main": "jsonparse.js"
}