Bug:Fix file validation issue
[vnfsdk/refrepo.git] / vnfmarket / src / main / webapp / vnfmarket / node_modules / array-unique / package.json
1 {
2   "_args": [
3     [
4       {
5         "raw": "array-unique@^0.2.1",
6         "scope": null,
7         "escapedName": "array-unique",
8         "name": "array-unique",
9         "rawSpec": "^0.2.1",
10         "spec": ">=0.2.1 <0.3.0",
11         "type": "range"
12       },
13       "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\micromatch"
14     ]
15   ],
16   "_from": "array-unique@>=0.2.1 <0.3.0",
17   "_id": "array-unique@0.2.1",
18   "_inCache": true,
19   "_location": "/array-unique",
20   "_nodeVersion": "1.6.2",
21   "_npmUser": {
22     "name": "jonschlinkert",
23     "email": "github@sellside.com"
24   },
25   "_npmVersion": "2.7.1",
26   "_phantomChildren": {},
27   "_requested": {
28     "raw": "array-unique@^0.2.1",
29     "scope": null,
30     "escapedName": "array-unique",
31     "name": "array-unique",
32     "rawSpec": "^0.2.1",
33     "spec": ">=0.2.1 <0.3.0",
34     "type": "range"
35   },
36   "_requiredBy": [
37     "/micromatch"
38   ],
39   "_resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.2.1.tgz",
40   "_shasum": "a1d97ccafcbc2625cc70fadceb36a50c58b01a53",
41   "_shrinkwrap": null,
42   "_spec": "array-unique@^0.2.1",
43   "_where": "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\micromatch",
44   "author": {
45     "name": "Jon Schlinkert",
46     "url": "https://github.com/jonschlinkert"
47   },
48   "bugs": {
49     "url": "https://github.com/jonschlinkert/array-unique/issues"
50   },
51   "dependencies": {},
52   "description": "Return an array free of duplicate values. Fastest ES5 implementation.",
53   "devDependencies": {
54     "array-uniq": "^1.0.2",
55     "benchmarked": "^0.1.3",
56     "mocha": "*",
57     "should": "*"
58   },
59   "directories": {},
60   "dist": {
61     "shasum": "a1d97ccafcbc2625cc70fadceb36a50c58b01a53",
62     "tarball": "https://registry.npmjs.org/array-unique/-/array-unique-0.2.1.tgz"
63   },
64   "engines": {
65     "node": ">=0.10.0"
66   },
67   "files": [
68     "index.js"
69   ],
70   "gitHead": "36fde8e586fb7cf880b8b3aa6515df889e64ed85",
71   "homepage": "https://github.com/jonschlinkert/array-unique",
72   "license": {
73     "type": "MIT",
74     "url": "https://github.com/jonschlinkert/array-unique/blob/master/LICENSE"
75   },
76   "main": "index.js",
77   "maintainers": [
78     {
79       "name": "jonschlinkert",
80       "email": "github@sellside.com"
81     }
82   ],
83   "name": "array-unique",
84   "optionalDependencies": {},
85   "readme": "ERROR: No README data found!",
86   "repository": {
87     "type": "git",
88     "url": "git://github.com/jonschlinkert/array-unique.git"
89   },
90   "scripts": {
91     "test": "mocha"
92   },
93   "version": "0.2.1"
94 }