summaryrefslogtreecommitdiff
path: root/deps/node/deps/npm/node_modules/block-stream/package.json
blob: d7d591cf904b07e73a9d8dfbfc29de23e8945ac5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
  "_from": "block-stream@*",
  "_id": "block-stream@0.0.9",
  "_inBundle": false,
  "_integrity": "sha1-E+v+d4oDIFz+A3UUgeu0szAMEmo=",
  "_location": "/block-stream",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "block-stream@*",
    "name": "block-stream",
    "escapedName": "block-stream",
    "rawSpec": "*",
    "saveSpec": null,
    "fetchSpec": "*"
  },
  "_requiredBy": [
    "/node-gyp/tar"
  ],
  "_resolved": "https://registry.npmjs.org/block-stream/-/block-stream-0.0.9.tgz",
  "_shasum": "13ebfe778a03205cfe03751481ebb4b3300c126a",
  "_spec": "block-stream@*",
  "_where": "/Users/rebecca/code/npm/node_modules/node-gyp/node_modules/tar",
  "author": {
    "name": "Isaac Z. Schlueter",
    "email": "i@izs.me",
    "url": "http://blog.izs.me/"
  },
  "bugs": {
    "url": "https://github.com/isaacs/block-stream/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "inherits": "~2.0.0"
  },
  "deprecated": false,
  "description": "a stream of blocks",
  "devDependencies": {
    "tap": "^5.7.1"
  },
  "engines": {
    "node": "0.4 || >=0.5.8"
  },
  "files": [
    "block-stream.js"
  ],
  "homepage": "https://github.com/isaacs/block-stream#readme",
  "license": "ISC",
  "main": "block-stream.js",
  "name": "block-stream",
  "repository": {
    "type": "git",
    "url": "git://github.com/isaacs/block-stream.git"
  },
  "scripts": {
    "test": "tap test/*.js --cov"
  },
  "version": "0.0.9"
}