Bug:Fix file validation issue
[vnfsdk/refrepo.git] / vnfmarket / src / main / webapp / vnfmarket / node_modules / expand-range / package.json
1 {
2   "_args": [
3     [
4       {
5         "raw": "expand-range@^1.8.1",
6         "scope": null,
7         "escapedName": "expand-range",
8         "name": "expand-range",
9         "rawSpec": "^1.8.1",
10         "spec": ">=1.8.1 <2.0.0",
11         "type": "range"
12       },
13       "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\braces"
14     ]
15   ],
16   "_from": "expand-range@>=1.8.1 <2.0.0",
17   "_id": "expand-range@1.8.2",
18   "_inCache": true,
19   "_location": "/expand-range",
20   "_nodeVersion": "5.5.0",
21   "_npmOperationalInternal": {
22     "host": "packages-16-east.internal.npmjs.com",
23     "tmp": "tmp/expand-range-1.8.2.tgz_1462440434873_0.7174076174851507"
24   },
25   "_npmUser": {
26     "name": "jonschlinkert",
27     "email": "github@sellside.com"
28   },
29   "_npmVersion": "3.6.0",
30   "_phantomChildren": {},
31   "_requested": {
32     "raw": "expand-range@^1.8.1",
33     "scope": null,
34     "escapedName": "expand-range",
35     "name": "expand-range",
36     "rawSpec": "^1.8.1",
37     "spec": ">=1.8.1 <2.0.0",
38     "type": "range"
39   },
40   "_requiredBy": [
41     "/braces"
42   ],
43   "_resolved": "https://registry.npmjs.org/expand-range/-/expand-range-1.8.2.tgz",
44   "_shasum": "a299effd335fe2721ebae8e257ec79644fc85337",
45   "_shrinkwrap": null,
46   "_spec": "expand-range@^1.8.1",
47   "_where": "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\braces",
48   "author": {
49     "name": "Jon Schlinkert",
50     "url": "https://github.com/jonschlinkert"
51   },
52   "bugs": {
53     "url": "https://github.com/jonschlinkert/expand-range/issues"
54   },
55   "dependencies": {
56     "fill-range": "^2.1.0"
57   },
58   "description": "Fast, bash-like range expansion. Expand a range of numbers or letters, uppercase or lowercase. See the benchmarks. Used by micromatch.",
59   "devDependencies": {
60     "benchmarked": "^0.2.4",
61     "brace-expansion": "^1.1.4",
62     "glob": "^7.0.3",
63     "gulp-format-md": "^0.1.9",
64     "minimatch": "^3.0.0",
65     "mocha": "^2.4.5"
66   },
67   "directories": {},
68   "dist": {
69     "shasum": "a299effd335fe2721ebae8e257ec79644fc85337",
70     "tarball": "https://registry.npmjs.org/expand-range/-/expand-range-1.8.2.tgz"
71   },
72   "engines": {
73     "node": ">=0.10.0"
74   },
75   "files": [
76     "index.js"
77   ],
78   "gitHead": "4c873af0870df8382bafc66a93d5c89e3aad3d4d",
79   "homepage": "https://github.com/jonschlinkert/expand-range",
80   "keywords": [
81     "alpha",
82     "alphabetical",
83     "bash",
84     "brace",
85     "expand",
86     "expansion",
87     "glob",
88     "match",
89     "matches",
90     "matching",
91     "number",
92     "numerical",
93     "range",
94     "ranges",
95     "sh"
96   ],
97   "license": "MIT",
98   "main": "index.js",
99   "maintainers": [
100     {
101       "name": "jonschlinkert",
102       "email": "github@sellside.com"
103     },
104     {
105       "name": "doowb",
106       "email": "brian.woodward@gmail.com"
107     }
108   ],
109   "name": "expand-range",
110   "optionalDependencies": {},
111   "readme": "ERROR: No README data found!",
112   "repository": {
113     "type": "git",
114     "url": "git+https://github.com/jonschlinkert/expand-range.git"
115   },
116   "scripts": {
117     "test": "mocha"
118   },
119   "verb": {
120     "plugins": [
121       "gulp-format-md"
122     ],
123     "reflinks": [
124       "verb"
125     ],
126     "toc": false,
127     "layout": "default",
128     "lint": {
129       "reflinks": true
130     },
131     "tasks": [
132       "readme"
133     ],
134     "related": {
135       "list": [
136         "micromatch",
137         "fill-range",
138         "braces"
139       ]
140     }
141   },
142   "version": "1.8.2"
143 }