Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json « isstream « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 54d8b76a0b6e498d44e4e7f69b85b7882226f0c8 (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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
  "_args": [
    [
      "isstream@~0.1.1",
      "/Users/rebecca/code/npm/node_modules/request"
    ]
  ],
  "_from": "isstream@>=0.1.1 <0.2.0",
  "_id": "isstream@0.1.2",
  "_inCache": true,
  "_location": "/isstream",
  "_nodeVersion": "1.4.3",
  "_npmUser": {
    "email": "rod@vagg.org",
    "name": "rvagg"
  },
  "_npmVersion": "2.6.1",
  "_phantomChildren": {},
  "_requested": {
    "name": "isstream",
    "raw": "isstream@~0.1.1",
    "rawSpec": "~0.1.1",
    "scope": null,
    "spec": ">=0.1.1 <0.2.0",
    "type": "range"
  },
  "_requiredBy": [
    "/request"
  ],
  "_resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz",
  "_shasum": "47e63f7af55afa6f92e1500e690eb8b8529c099a",
  "_shrinkwrap": null,
  "_spec": "isstream@~0.1.1",
  "_where": "/Users/rebecca/code/npm/node_modules/request",
  "author": {
    "email": "rod@vagg.org",
    "name": "Rod Vagg"
  },
  "bugs": {
    "url": "https://github.com/rvagg/isstream/issues"
  },
  "dependencies": {},
  "description": "Determine if an object is a Stream",
  "devDependencies": {
    "core-util-is": "~1.0.0",
    "inherits": "~2.0.1",
    "isarray": "0.0.1",
    "string_decoder": "~0.10.x",
    "tape": "~2.12.3"
  },
  "directories": {},
  "dist": {
    "shasum": "47e63f7af55afa6f92e1500e690eb8b8529c099a",
    "tarball": "http://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz"
  },
  "gitHead": "cd39cba6da939b4fc9110825203adc506422c3dc",
  "homepage": "https://github.com/rvagg/isstream",
  "keywords": [
    "hippo",
    "readable-stream",
    "stream",
    "streams",
    "type"
  ],
  "license": "MIT",
  "main": "isstream.js",
  "maintainers": [
    {
      "name": "rvagg",
      "email": "rod@vagg.org"
    }
  ],
  "name": "isstream",
  "optionalDependencies": {},
  "repository": {
    "type": "git",
    "url": "https://github.com/rvagg/isstream.git"
  },
  "scripts": {
    "test": "tar --xform 's/^package/readable-stream-1.0/' -zxf readable-stream-1.0.*.tgz && tar --xform 's/^package/readable-stream-1.1/' -zxf readable-stream-1.1.*.tgz && node test.js; rm -rf readable-stream-1.?/"
  },
  "version": "0.1.2"
}