Bug:Fix file validation issue
[vnfsdk/refrepo.git] / vnfmarket / src / main / webapp / vnfmarket / node_modules / parseurl / package.json
1 {
2   "_args": [
3     [
4       {
5         "raw": "parseurl@~1.3.0",
6         "scope": null,
7         "escapedName": "parseurl",
8         "name": "parseurl",
9         "rawSpec": "~1.3.0",
10         "spec": ">=1.3.0 <1.4.0",
11         "type": "range"
12       },
13       "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\connect"
14     ]
15   ],
16   "_from": "parseurl@>=1.3.0 <1.4.0",
17   "_id": "parseurl@1.3.1",
18   "_inCache": true,
19   "_location": "/parseurl",
20   "_npmUser": {
21     "name": "dougwilson",
22     "email": "doug@somethingdoug.com"
23   },
24   "_npmVersion": "1.4.28",
25   "_phantomChildren": {},
26   "_requested": {
27     "raw": "parseurl@~1.3.0",
28     "scope": null,
29     "escapedName": "parseurl",
30     "name": "parseurl",
31     "rawSpec": "~1.3.0",
32     "spec": ">=1.3.0 <1.4.0",
33     "type": "range"
34   },
35   "_requiredBy": [
36     "/connect",
37     "/express-session",
38     "/method-override",
39     "/serve-favicon",
40     "/serve-index",
41     "/serve-static"
42   ],
43   "_resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.1.tgz",
44   "_shasum": "c8ab8c9223ba34888aa64a297b28853bec18da56",
45   "_shrinkwrap": null,
46   "_spec": "parseurl@~1.3.0",
47   "_where": "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\connect",
48   "author": {
49     "name": "Jonathan Ong",
50     "email": "me@jongleberry.com",
51     "url": "http://jongleberry.com"
52   },
53   "bugs": {
54     "url": "https://github.com/pillarjs/parseurl/issues"
55   },
56   "contributors": [
57     {
58       "name": "Douglas Christopher Wilson",
59       "email": "doug@somethingdoug.com"
60     }
61   ],
62   "dependencies": {},
63   "description": "parse a url with memoization",
64   "devDependencies": {
65     "beautify-benchmark": "0.2.4",
66     "benchmark": "2.0.0",
67     "fast-url-parser": "1.1.3",
68     "istanbul": "0.4.2",
69     "mocha": "~1.21.5"
70   },
71   "directories": {},
72   "dist": {
73     "shasum": "c8ab8c9223ba34888aa64a297b28853bec18da56",
74     "tarball": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.1.tgz"
75   },
76   "engines": {
77     "node": ">= 0.8"
78   },
79   "files": [
80     "LICENSE",
81     "HISTORY.md",
82     "README.md",
83     "index.js"
84   ],
85   "gitHead": "6d22d376d75b927ab2b5347ce3a1d6735133dd43",
86   "homepage": "https://github.com/pillarjs/parseurl",
87   "license": "MIT",
88   "maintainers": [
89     {
90       "name": "jongleberry",
91       "email": "jonathanrichardong@gmail.com"
92     },
93     {
94       "name": "dougwilson",
95       "email": "doug@somethingdoug.com"
96     },
97     {
98       "name": "tjholowaychuk",
99       "email": "tj@vision-media.ca"
100     },
101     {
102       "name": "mscdex",
103       "email": "mscdex@mscdex.net"
104     },
105     {
106       "name": "fishrock123",
107       "email": "fishrock123@rocketmail.com"
108     },
109     {
110       "name": "defunctzombie",
111       "email": "shtylman@gmail.com"
112     }
113   ],
114   "name": "parseurl",
115   "optionalDependencies": {},
116   "readme": "ERROR: No README data found!",
117   "repository": {
118     "type": "git",
119     "url": "git+https://github.com/pillarjs/parseurl.git"
120   },
121   "scripts": {
122     "bench": "node benchmark/index.js",
123     "test": "mocha --check-leaks --bail --reporter spec test/",
124     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot test/",
125     "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec test/"
126   },
127   "version": "1.3.1"
128 }