summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/block-stream/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/block-stream/package.json')
-rw-r--r--deps/npm/node_modules/block-stream/package.json87
1 files changed, 56 insertions, 31 deletions
diff --git a/deps/npm/node_modules/block-stream/package.json b/deps/npm/node_modules/block-stream/package.json
index 80227bb69e..806b6bf176 100644
--- a/deps/npm/node_modules/block-stream/package.json
+++ b/deps/npm/node_modules/block-stream/package.json
@@ -1,54 +1,79 @@
{
+ "_args": [
+ [
+ "block-stream@*",
+ "/Users/rebecca/code/npm/node_modules/node-gyp/node_modules/tar"
+ ]
+ ],
+ "_from": "block-stream@*",
+ "_id": "block-stream@0.0.8",
+ "_inCache": true,
+ "_location": "/block-stream",
+ "_nodeVersion": "2.0.1",
+ "_npmUser": {
+ "email": "isaacs@npmjs.com",
+ "name": "isaacs"
+ },
+ "_npmVersion": "2.10.0",
+ "_phantomChildren": {},
+ "_requested": {
+ "name": "block-stream",
+ "raw": "block-stream@*",
+ "rawSpec": "*",
+ "scope": null,
+ "spec": "*",
+ "type": "range"
+ },
+ "_requiredBy": [
+ "/node-gyp/tar",
+ "/tar"
+ ],
+ "_resolved": "https://registry.npmjs.org/block-stream/-/block-stream-0.0.8.tgz",
+ "_shasum": "0688f46da2bbf9cff0c4f68225a0cb95cbe8a46b",
+ "_shrinkwrap": null,
+ "_spec": "block-stream@*",
+ "_where": "/Users/rebecca/code/npm/node_modules/node-gyp/node_modules/tar",
"author": {
- "name": "Isaac Z. Schlueter",
"email": "i@izs.me",
+ "name": "Isaac Z. Schlueter",
"url": "http://blog.izs.me/"
},
- "name": "block-stream",
- "description": "a stream of blocks",
- "version": "0.0.8",
- "repository": {
- "type": "git",
- "url": "git://github.com/isaacs/block-stream.git"
- },
- "engines": {
- "node": "0.4 || >=0.5.8"
+ "bugs": {
+ "url": "https://github.com/isaacs/block-stream/issues"
},
- "main": "block-stream.js",
"dependencies": {
"inherits": "~2.0.0"
},
+ "description": "a stream of blocks",
"devDependencies": {
"tap": "0.x"
},
- "scripts": {
- "test": "tap test/"
- },
- "license": "ISC",
- "gitHead": "b35520314f4763af0788d65a846bb43d9c0a8f02",
- "bugs": {
- "url": "https://github.com/isaacs/block-stream/issues"
- },
- "homepage": "https://github.com/isaacs/block-stream#readme",
- "_id": "block-stream@0.0.8",
- "_shasum": "0688f46da2bbf9cff0c4f68225a0cb95cbe8a46b",
- "_from": "block-stream@0.0.8",
- "_npmVersion": "2.10.0",
- "_nodeVersion": "2.0.1",
- "_npmUser": {
- "name": "isaacs",
- "email": "isaacs@npmjs.com"
- },
+ "directories": {},
"dist": {
"shasum": "0688f46da2bbf9cff0c4f68225a0cb95cbe8a46b",
"tarball": "http://registry.npmjs.org/block-stream/-/block-stream-0.0.8.tgz"
},
+ "engines": {
+ "node": "0.4 || >=0.5.8"
+ },
+ "gitHead": "b35520314f4763af0788d65a846bb43d9c0a8f02",
+ "homepage": "https://github.com/isaacs/block-stream#readme",
+ "license": "ISC",
+ "main": "block-stream.js",
"maintainers": [
{
"name": "isaacs",
"email": "i@izs.me"
}
],
- "directories": {},
- "_resolved": "https://registry.npmjs.org/block-stream/-/block-stream-0.0.8.tgz"
+ "name": "block-stream",
+ "optionalDependencies": {},
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/isaacs/block-stream.git"
+ },
+ "scripts": {
+ "test": "tap test/"
+ },
+ "version": "0.0.8"
}