Bug:Fix file validation issue
[vnfsdk/refrepo.git] / vnfmarket / src / main / webapp / vnfmarket / node_modules / typedarray / package.json
1 {
2   "_args": [
3     [
4       {
5         "raw": "typedarray@~0.0.5",
6         "scope": null,
7         "escapedName": "typedarray",
8         "name": "typedarray",
9         "rawSpec": "~0.0.5",
10         "spec": ">=0.0.5 <0.1.0",
11         "type": "range"
12       },
13       "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\concat-stream"
14     ]
15   ],
16   "_from": "typedarray@>=0.0.5 <0.1.0",
17   "_id": "typedarray@0.0.6",
18   "_inCache": true,
19   "_location": "/typedarray",
20   "_npmUser": {
21     "name": "substack",
22     "email": "mail@substack.net"
23   },
24   "_npmVersion": "1.4.3",
25   "_phantomChildren": {},
26   "_requested": {
27     "raw": "typedarray@~0.0.5",
28     "scope": null,
29     "escapedName": "typedarray",
30     "name": "typedarray",
31     "rawSpec": "~0.0.5",
32     "spec": ">=0.0.5 <0.1.0",
33     "type": "range"
34   },
35   "_requiredBy": [
36     "/concat-stream"
37   ],
38   "_resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz",
39   "_shasum": "867ac74e3864187b1d3d47d996a78ec5c8830777",
40   "_shrinkwrap": null,
41   "_spec": "typedarray@~0.0.5",
42   "_where": "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\concat-stream",
43   "author": {
44     "name": "James Halliday",
45     "email": "mail@substack.net",
46     "url": "http://substack.net"
47   },
48   "bugs": {
49     "url": "https://github.com/substack/typedarray/issues"
50   },
51   "dependencies": {},
52   "description": "TypedArray polyfill for old browsers",
53   "devDependencies": {
54     "tape": "~2.3.2"
55   },
56   "directories": {},
57   "dist": {
58     "shasum": "867ac74e3864187b1d3d47d996a78ec5c8830777",
59     "tarball": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz"
60   },
61   "homepage": "https://github.com/substack/typedarray",
62   "keywords": [
63     "ArrayBuffer",
64     "DataView",
65     "Float32Array",
66     "Float64Array",
67     "Int8Array",
68     "Int16Array",
69     "Int32Array",
70     "Uint8Array",
71     "Uint8ClampedArray",
72     "Uint16Array",
73     "Uint32Array",
74     "typed",
75     "array",
76     "polyfill"
77   ],
78   "license": "MIT",
79   "main": "index.js",
80   "maintainers": [
81     {
82       "name": "substack",
83       "email": "mail@substack.net"
84     }
85   ],
86   "name": "typedarray",
87   "optionalDependencies": {},
88   "readme": "ERROR: No README data found!",
89   "repository": {
90     "type": "git",
91     "url": "git://github.com/substack/typedarray.git"
92   },
93   "scripts": {
94     "test": "tape test/*.js test/server/*.js"
95   },
96   "testling": {
97     "files": "test/*.js",
98     "browsers": [
99       "ie/6..latest",
100       "firefox/16..latest",
101       "firefox/nightly",
102       "chrome/22..latest",
103       "chrome/canary",
104       "opera/12..latest",
105       "opera/next",
106       "safari/5.1..latest",
107       "ipad/6.0..latest",
108       "iphone/6.0..latest",
109       "android-browser/4.2..latest"
110     ]
111   },
112   "version": "0.0.6"
113 }