summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/JSONStream/node_modules
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/JSONStream/node_modules')
-rw-r--r--deps/npm/node_modules/JSONStream/node_modules/jsonparse/package.json58
-rw-r--r--deps/npm/node_modules/JSONStream/node_modules/through/package.json50
2 files changed, 22 insertions, 86 deletions
diff --git a/deps/npm/node_modules/JSONStream/node_modules/jsonparse/package.json b/deps/npm/node_modules/JSONStream/node_modules/jsonparse/package.json
index f60aa1ef70..e712039dae 100644
--- a/deps/npm/node_modules/JSONStream/node_modules/jsonparse/package.json
+++ b/deps/npm/node_modules/JSONStream/node_modules/jsonparse/package.json
@@ -1,41 +1,18 @@
{
- "_args": [
- [
- {
- "raw": "jsonparse@^1.2.0",
- "scope": null,
- "escapedName": "jsonparse",
- "name": "jsonparse",
- "rawSpec": "^1.2.0",
- "spec": ">=1.2.0 <2.0.0",
- "type": "range"
- },
- "/Users/zkat/Documents/code/npm/node_modules/JSONStream"
- ]
- ],
- "_from": "jsonparse@>=1.2.0 <2.0.0",
+ "_from": "jsonparse@^1.2.0",
"_id": "jsonparse@1.3.0",
- "_inCache": true,
+ "_integrity": "sha1-hfwkWx2SWazGlBlguQWt9k594Og=",
"_location": "/JSONStream/jsonparse",
- "_nodeVersion": "4.1.1",
- "_npmOperationalInternal": {
- "host": "packages-12-west.internal.npmjs.com",
- "tmp": "tmp/jsonparse-1.3.0.tgz_1484597944748_0.925271877553314"
- },
- "_npmUser": {
- "name": "creationix",
- "email": "tim@creationix.com"
- },
- "_npmVersion": "2.14.4",
"_phantomChildren": {},
"_requested": {
+ "type": "range",
+ "registry": true,
"raw": "jsonparse@^1.2.0",
- "scope": null,
- "escapedName": "jsonparse",
"name": "jsonparse",
+ "escapedName": "jsonparse",
"rawSpec": "^1.2.0",
- "spec": ">=1.2.0 <2.0.0",
- "type": "range"
+ "saveSpec": null,
+ "fetchSpec": "^1.2.0"
},
"_requiredBy": [
"/JSONStream"
@@ -49,40 +26,27 @@
"name": "Tim Caswell",
"email": "tim@creationix.com"
},
+ "bin": null,
"bugs": {
"url": "http://github.com/creationix/jsonparse/issues"
},
+ "bundleDependencies": false,
"dependencies": {},
+ "deprecated": false,
"description": "This is a pure-js JSON streaming parser for node.js",
"devDependencies": {
"tap": "~0.3.3",
"tape": "~0.1.1"
},
- "directories": {},
- "dist": {
- "shasum": "85fc245b1d9259acc6941960b905adf64e7de0e8",
- "tarball": "https://registry.npmjs.org/jsonparse/-/jsonparse-1.3.0.tgz"
- },
"engines": [
"node >= 0.2.0"
],
- "gitHead": "69f02ca615aeeb4cbbe786ab42ce0592b44dc217",
"homepage": "https://github.com/creationix/jsonparse#readme",
"license": "MIT",
"main": "jsonparse.js",
- "maintainers": [
- {
- "name": "creationix",
- "email": "tim@creationix.com"
- },
- {
- "name": "substack",
- "email": "mail@substack.net"
- }
- ],
"name": "jsonparse",
"optionalDependencies": {},
- "readme": "ERROR: No README data found!",
+ "peerDependencies": {},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/creationix/jsonparse.git"
diff --git a/deps/npm/node_modules/JSONStream/node_modules/through/package.json b/deps/npm/node_modules/JSONStream/node_modules/through/package.json
index 8cf64652bb..645e8a4f6a 100644
--- a/deps/npm/node_modules/JSONStream/node_modules/through/package.json
+++ b/deps/npm/node_modules/JSONStream/node_modules/through/package.json
@@ -1,37 +1,18 @@
{
- "_args": [
- [
- {
- "raw": "through@>=2.2.7 <3",
- "scope": null,
- "escapedName": "through",
- "name": "through",
- "rawSpec": ">=2.2.7 <3",
- "spec": ">=2.2.7 <3.0.0",
- "type": "range"
- },
- "/Users/zkat/Documents/code/npm/node_modules/JSONStream"
- ]
- ],
- "_from": "through@>=2.2.7 <3.0.0",
+ "_from": "through@>=2.2.7 <3",
"_id": "through@2.3.8",
- "_inCache": true,
+ "_integrity": "sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=",
"_location": "/JSONStream/through",
- "_nodeVersion": "2.3.1",
- "_npmUser": {
- "name": "dominictarr",
- "email": "dominic.tarr@gmail.com"
- },
- "_npmVersion": "2.12.0",
"_phantomChildren": {},
"_requested": {
+ "type": "range",
+ "registry": true,
"raw": "through@>=2.2.7 <3",
- "scope": null,
- "escapedName": "through",
"name": "through",
+ "escapedName": "through",
"rawSpec": ">=2.2.7 <3",
- "spec": ">=2.2.7 <3.0.0",
- "type": "range"
+ "saveSpec": null,
+ "fetchSpec": ">=2.2.7 <3"
},
"_requiredBy": [
"/JSONStream"
@@ -46,22 +27,19 @@
"email": "dominic.tarr@gmail.com",
"url": "dominictarr.com"
},
+ "bin": null,
"bugs": {
"url": "https://github.com/dominictarr/through/issues"
},
+ "bundleDependencies": false,
"dependencies": {},
+ "deprecated": false,
"description": "simplified stream construction",
"devDependencies": {
"from": "~0.1.3",
"stream-spec": "~0.3.5",
"tape": "~2.3.2"
},
- "directories": {},
- "dist": {
- "shasum": "0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5",
- "tarball": "https://registry.npmjs.org/through/-/through-2.3.8.tgz"
- },
- "gitHead": "2c5a6f9a0cc54da759b6e10964f2081c358e49dc",
"homepage": "https://github.com/dominictarr/through",
"keywords": [
"stream",
@@ -71,15 +49,9 @@
],
"license": "MIT",
"main": "index.js",
- "maintainers": [
- {
- "name": "dominictarr",
- "email": "dominic.tarr@gmail.com"
- }
- ],
"name": "through",
"optionalDependencies": {},
- "readme": "ERROR: No README data found!",
+ "peerDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/dominictarr/through.git"