heyujie
2021-05-24 4885600ecc369aa2e30a65de8dd7a410f13c34df
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
{
  "_from": "callback-stream@^1.0.2",
  "_id": "callback-stream@1.1.0",
  "_inBundle": false,
  "_integrity": "sha1-RwGlEmbwbgbqpx/BcjOCLYdfSQg=",
  "_location": "/callback-stream",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "callback-stream@^1.0.2",
    "name": "callback-stream",
    "escapedName": "callback-stream",
    "rawSpec": "^1.0.2",
    "saveSpec": null,
    "fetchSpec": "^1.0.2"
  },
  "_requiredBy": [
    "/help-me"
  ],
  "_resolved": "https://registry.npm.taobao.org/callback-stream/download/callback-stream-1.1.0.tgz",
  "_shasum": "4701a51266f06e06eaa71fc17233822d875f4908",
  "_spec": "callback-stream@^1.0.2",
  "_where": "C:\\Users\\admin\\Documents\\HBuilderProjects\\warning_app\\node_modules\\help-me",
  "author": {
    "name": "Matteo Collina",
    "email": "hello@matteocollina.com"
  },
  "bugs": {
    "url": "http://github.com/mcollina/callback-stream/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "inherits": "^2.0.1",
    "readable-stream": "> 1.0.0 < 3.0.0"
  },
  "deprecated": false,
  "description": "A pipeable stream that calls your callback",
  "devDependencies": {
    "pre-commit": "^1.1.1",
    "standard": "^5.0.0",
    "tap": "~0.4.2",
    "tape": "^4.0.2"
  },
  "homepage": "https://github.com/mcollina/callback-stream#readme",
  "keywords": [
    "callback",
    "stream"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "callback-stream",
  "precommit": [
    "lint",
    "test"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mcollina/callback-stream.git"
  },
  "scripts": {
    "lint": "standard",
    "test": "tap test.js"
  },
  "version": "1.1.0",
  "website": "https://github.com/mcollina/callback-stream"
}