Bug:Fix file validation issue
[vnfsdk/refrepo.git] / vnfmarket / src / main / webapp / vnfmarket / node_modules / arr-flatten / package.json
1 {
2   "_args": [
3     [
4       {
5         "raw": "arr-flatten@^1.0.1",
6         "scope": null,
7         "escapedName": "arr-flatten",
8         "name": "arr-flatten",
9         "rawSpec": "^1.0.1",
10         "spec": ">=1.0.1 <2.0.0",
11         "type": "range"
12       },
13       "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\arr-diff"
14     ]
15   ],
16   "_from": "arr-flatten@>=1.0.1 <2.0.0",
17   "_id": "arr-flatten@1.0.1",
18   "_inCache": true,
19   "_location": "/arr-flatten",
20   "_nodeVersion": "0.12.0",
21   "_npmUser": {
22     "name": "jonschlinkert",
23     "email": "github@sellside.com"
24   },
25   "_npmVersion": "2.5.1",
26   "_phantomChildren": {},
27   "_requested": {
28     "raw": "arr-flatten@^1.0.1",
29     "scope": null,
30     "escapedName": "arr-flatten",
31     "name": "arr-flatten",
32     "rawSpec": "^1.0.1",
33     "spec": ">=1.0.1 <2.0.0",
34     "type": "range"
35   },
36   "_requiredBy": [
37     "/arr-diff"
38   ],
39   "_resolved": "https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.0.1.tgz",
40   "_shasum": "e5ffe54d45e19f32f216e91eb99c8ce892bb604b",
41   "_shrinkwrap": null,
42   "_spec": "arr-flatten@^1.0.1",
43   "_where": "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\arr-diff",
44   "author": {
45     "name": "Jon Schlinkert",
46     "url": "https://github.com/jonschlinkert"
47   },
48   "bugs": {
49     "url": "https://github.com/jonschlinkert/arr-flatten/issues"
50   },
51   "dependencies": {},
52   "description": "Recursively flatten an array or arrays. This is the fastest implementation of array flatten.",
53   "devDependencies": {
54     "array-flatten": "^1.0.2",
55     "array-slice": "^0.2.2",
56     "benchmarked": "^0.1.3",
57     "chalk": "^0.5.1",
58     "glob": "^4.3.5",
59     "kind-of": "^1.0.0"
60   },
61   "directories": {},
62   "dist": {
63     "shasum": "e5ffe54d45e19f32f216e91eb99c8ce892bb604b",
64     "tarball": "https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.0.1.tgz"
65   },
66   "engines": {
67     "node": ">=0.10.0"
68   },
69   "files": [
70     "index.js"
71   ],
72   "gitHead": "7b3706eaa0093d8f5ba65af8ed590b6fcb3fe7cf",
73   "homepage": "https://github.com/jonschlinkert/arr-flatten",
74   "keywords": [
75     "arr",
76     "array",
77     "elements",
78     "flat",
79     "flatten",
80     "nested",
81     "recurse",
82     "recursive",
83     "recursively"
84   ],
85   "license": {
86     "type": "MIT",
87     "url": "https://github.com/jonschlinkert/arr-flatten/blob/master/LICENSE"
88   },
89   "main": "index.js",
90   "maintainers": [
91     {
92       "name": "jonschlinkert",
93       "email": "github@sellside.com"
94     }
95   ],
96   "name": "arr-flatten",
97   "optionalDependencies": {},
98   "readme": "ERROR: No README data found!",
99   "repository": {
100     "type": "git",
101     "url": "git://github.com/jonschlinkert/arr-flatten.git"
102   },
103   "scripts": {
104     "benchmarks": "node benchmark",
105     "test": "mocha"
106   },
107   "version": "1.0.1"
108 }