Blame view

node_modules/pump/package.json 1.42 KB
aaac7fed   liuqimichale   add
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
  {
    "_args": [
      [
        "pump@2.0.1",
        "/Library/WebServer/Documents/mywork/dyitoc"
      ]
    ],
    "_development": true,
    "_from": "pump@2.0.1",
    "_id": "pump@2.0.1",
    "_inBundle": false,
    "_integrity": "sha1-Ejma3W5M91Jtlzy8i1zi4pCLOQk=",
    "_location": "/pump",
    "_phantomChildren": {},
    "_requested": {
      "type": "version",
      "registry": true,
      "raw": "pump@2.0.1",
      "name": "pump",
      "escapedName": "pump",
      "rawSpec": "2.0.1",
      "saveSpec": null,
      "fetchSpec": "2.0.1"
    },
    "_requiredBy": [
      "/mississippi",
      "/pumpify"
    ],
    "_resolved": "http://registry.npm.taobao.org/pump/download/pump-2.0.1.tgz",
    "_spec": "2.0.1",
    "_where": "/Library/WebServer/Documents/mywork/dyitoc",
    "author": {
      "name": "Mathias Buus Madsen",
      "email": "mathiasbuus@gmail.com"
    },
    "browser": {
      "fs": false
    },
    "bugs": {
      "url": "https://github.com/mafintosh/pump/issues"
    },
    "dependencies": {
      "end-of-stream": "^1.1.0",
      "once": "^1.3.1"
    },
    "description": "pipe streams together and close all of them if one of them closes",
    "homepage": "https://github.com/mafintosh/pump#readme",
    "keywords": [
      "streams",
      "pipe",
      "destroy",
      "callback"
    ],
    "license": "MIT",
    "name": "pump",
    "repository": {
      "type": "git",
      "url": "git://github.com/mafintosh/pump.git"
    },
    "scripts": {
      "test": "node test-browser.js && node test-node.js"
    },
    "version": "2.0.1"
  }