Bug:Fix file validation issue
[vnfsdk/refrepo.git] / vnfmarket / src / main / webapp / vnfmarket / node_modules / isarray / package.json
1 {
2   "_args": [
3     [
4       {
5         "raw": "isarray@1.0.0",
6         "scope": null,
7         "escapedName": "isarray",
8         "name": "isarray",
9         "rawSpec": "1.0.0",
10         "spec": "1.0.0",
11         "type": "version"
12       },
13       "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\isobject"
14     ]
15   ],
16   "_from": "isarray@1.0.0",
17   "_id": "isarray@1.0.0",
18   "_inCache": true,
19   "_location": "/isarray",
20   "_nodeVersion": "5.1.0",
21   "_npmUser": {
22     "name": "juliangruber",
23     "email": "julian@juliangruber.com"
24   },
25   "_npmVersion": "3.3.12",
26   "_phantomChildren": {},
27   "_requested": {
28     "raw": "isarray@1.0.0",
29     "scope": null,
30     "escapedName": "isarray",
31     "name": "isarray",
32     "rawSpec": "1.0.0",
33     "spec": "1.0.0",
34     "type": "version"
35   },
36   "_requiredBy": [
37     "/bl/readable-stream",
38     "/concat-stream/readable-stream",
39     "/isobject",
40     "/readable-stream"
41   ],
42   "_resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
43   "_shasum": "bb935d48582cba168c06834957a54a3e07124f11",
44   "_shrinkwrap": null,
45   "_spec": "isarray@1.0.0",
46   "_where": "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\isobject",
47   "author": {
48     "name": "Julian Gruber",
49     "email": "mail@juliangruber.com",
50     "url": "http://juliangruber.com"
51   },
52   "bugs": {
53     "url": "https://github.com/juliangruber/isarray/issues"
54   },
55   "dependencies": {},
56   "description": "Array#isArray for older browsers",
57   "devDependencies": {
58     "tape": "~2.13.4"
59   },
60   "directories": {},
61   "dist": {
62     "shasum": "bb935d48582cba168c06834957a54a3e07124f11",
63     "tarball": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz"
64   },
65   "gitHead": "2a23a281f369e9ae06394c0fb4d2381355a6ba33",
66   "homepage": "https://github.com/juliangruber/isarray",
67   "keywords": [
68     "browser",
69     "isarray",
70     "array"
71   ],
72   "license": "MIT",
73   "main": "index.js",
74   "maintainers": [
75     {
76       "name": "juliangruber",
77       "email": "julian@juliangruber.com"
78     }
79   ],
80   "name": "isarray",
81   "optionalDependencies": {},
82   "readme": "ERROR: No README data found!",
83   "repository": {
84     "type": "git",
85     "url": "git://github.com/juliangruber/isarray.git"
86   },
87   "scripts": {
88     "test": "tape test.js"
89   },
90   "testling": {
91     "files": "test.js",
92     "browsers": [
93       "ie/8..latest",
94       "firefox/17..latest",
95       "firefox/nightly",
96       "chrome/22..latest",
97       "chrome/canary",
98       "opera/12..latest",
99       "opera/next",
100       "safari/5.1..latest",
101       "ipad/6.0..latest",
102       "iphone/6.0..latest",
103       "android-browser/4.2..latest"
104     ]
105   },
106   "version": "1.0.0"
107 }