aboutsummaryrefslogtreecommitdiffstats
path: root/vnfmarket/src/main/webapp/vnfmarket/node_modules/stream-counter/package.json
blob: 49cf8eac408ea01e9f54bfc1da4b1e91ff7accaf (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
84
85
86
87
{
  "_args": [
    [
      {
        "raw": "stream-counter@~0.2.0",
        "scope": null,
        "escapedName": "stream-counter",
        "name": "stream-counter",
        "rawSpec": "~0.2.0",
        "spec": ">=0.2.0 <0.3.0",
        "type": "range"
      },
      "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\multiparty"
    ]
  ],
  "_from": "stream-counter@>=0.2.0 <0.3.0",
  "_id": "stream-counter@0.2.0",
  "_inCache": true,
  "_location": "/stream-counter",
  "_npmUser": {
    "name": "superjoe",
    "email": "superjoe30@gmail.com"
  },
  "_npmVersion": "1.3.8",
  "_phantomChildren": {
    "core-util-is": "1.0.2",
    "inherits": "2.0.3",
    "string_decoder": "0.10.31"
  },
  "_requested": {
    "raw": "stream-counter@~0.2.0",
    "scope": null,
    "escapedName": "stream-counter",
    "name": "stream-counter",
    "rawSpec": "~0.2.0",
    "spec": ">=0.2.0 <0.3.0",
    "type": "range"
  },
  "_requiredBy": [
    "/multiparty"
  ],
  "_resolved": "https://registry.npmjs.org/stream-counter/-/stream-counter-0.2.0.tgz",
  "_shasum": "ded266556319c8b0e222812b9cf3b26fa7d947de",
  "_shrinkwrap": null,
  "_spec": "stream-counter@~0.2.0",
  "_where": "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\multiparty",
  "author": {
    "name": "Andrew Kelley",
    "email": "superjoe30@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/superjoe30/node-stream-counter/issues"
  },
  "dependencies": {
    "readable-stream": "~1.1.8"
  },
  "description": "keeps track of how many bytes have been written to a stream",
  "devDependencies": {},
  "directories": {},
  "dist": {
    "shasum": "ded266556319c8b0e222812b9cf3b26fa7d947de",
    "tarball": "https://registry.npmjs.org/stream-counter/-/stream-counter-0.2.0.tgz"
  },
  "engines": {
    "node": ">=0.8.0"
  },
  "homepage": "https://github.com/superjoe30/node-stream-counter#readme",
  "license": "BSD",
  "main": "index.js",
  "maintainers": [
    {
      "name": "superjoe",
      "email": "superjoe30@gmail.com"
    }
  ],
  "name": "stream-counter",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/superjoe30/node-stream-counter.git"
  },
  "scripts": {
    "test": "node test/test.js"
  },
  "version": "0.2.0"
}