Bug:Fix file validation issue
[vnfsdk/refrepo.git] / vnfmarket / src / main / webapp / vnfmarket / node_modules / concat-stream / package.json
1 {
2   "_args": [
3     [
4       {
5         "raw": "concat-stream@1.5.0",
6         "scope": null,
7         "escapedName": "concat-stream",
8         "name": "concat-stream",
9         "rawSpec": "1.5.0",
10         "spec": "1.5.0",
11         "type": "version"
12       },
13       "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\extract-zip"
14     ]
15   ],
16   "_from": "concat-stream@1.5.0",
17   "_id": "concat-stream@1.5.0",
18   "_inCache": true,
19   "_location": "/concat-stream",
20   "_nodeVersion": "1.8.2",
21   "_npmUser": {
22     "name": "maxogden",
23     "email": "max@maxogden.com"
24   },
25   "_npmVersion": "2.9.0",
26   "_phantomChildren": {
27     "core-util-is": "1.0.2",
28     "inherits": "2.0.3",
29     "isarray": "1.0.0",
30     "process-nextick-args": "1.0.7",
31     "string_decoder": "0.10.31",
32     "util-deprecate": "1.0.2"
33   },
34   "_requested": {
35     "raw": "concat-stream@1.5.0",
36     "scope": null,
37     "escapedName": "concat-stream",
38     "name": "concat-stream",
39     "rawSpec": "1.5.0",
40     "spec": "1.5.0",
41     "type": "version"
42   },
43   "_requiredBy": [
44     "/extract-zip"
45   ],
46   "_resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.5.0.tgz",
47   "_shasum": "53f7d43c51c5e43f81c8fdd03321c631be68d611",
48   "_shrinkwrap": null,
49   "_spec": "concat-stream@1.5.0",
50   "_where": "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\extract-zip",
51   "author": {
52     "name": "Max Ogden",
53     "email": "max@maxogden.com"
54   },
55   "bugs": {
56     "url": "http://github.com/maxogden/concat-stream/issues"
57   },
58   "dependencies": {
59     "inherits": "~2.0.1",
60     "readable-stream": "~2.0.0",
61     "typedarray": "~0.0.5"
62   },
63   "description": "writable stream that concatenates strings or binary data and calls a callback with the result",
64   "devDependencies": {
65     "tape": "~2.3.2"
66   },
67   "directories": {},
68   "dist": {
69     "shasum": "53f7d43c51c5e43f81c8fdd03321c631be68d611",
70     "tarball": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.5.0.tgz"
71   },
72   "engines": [
73     "node >= 0.8"
74   ],
75   "files": [
76     "index.js"
77   ],
78   "gitHead": "7cb37c8ddc0fd2ea03c104d07d44d84b83a31185",
79   "homepage": "https://github.com/maxogden/concat-stream#readme",
80   "license": "MIT",
81   "main": "index.js",
82   "maintainers": [
83     {
84       "name": "maxogden",
85       "email": "max@maxogden.com"
86     }
87   ],
88   "name": "concat-stream",
89   "optionalDependencies": {},
90   "readme": "ERROR: No README data found!",
91   "repository": {
92     "type": "git",
93     "url": "git+ssh://git@github.com/maxogden/concat-stream.git"
94   },
95   "scripts": {
96     "test": "tape test/*.js test/server/*.js"
97   },
98   "tags": [
99     "stream",
100     "simple",
101     "util",
102     "utility"
103   ],
104   "testling": {
105     "files": "test/*.js",
106     "browsers": [
107       "ie/8..latest",
108       "firefox/17..latest",
109       "firefox/nightly",
110       "chrome/22..latest",
111       "chrome/canary",
112       "opera/12..latest",
113       "opera/next",
114       "safari/5.1..latest",
115       "ipad/6.0..latest",
116       "iphone/6.0..latest",
117       "android-browser/4.2..latest"
118     ]
119   },
120   "version": "1.5.0"
121 }