Bug:Fix file validation issue
[vnfsdk/refrepo.git] / vnfmarket / src / main / webapp / vnfmarket / node_modules / method-override / package.json
1 {
2   "_args": [
3     [
4       {
5         "raw": "method-override@~2.3.5",
6         "scope": null,
7         "escapedName": "method-override",
8         "name": "method-override",
9         "rawSpec": "~2.3.5",
10         "spec": ">=2.3.5 <2.4.0",
11         "type": "range"
12       },
13       "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\connect"
14     ]
15   ],
16   "_from": "method-override@>=2.3.5 <2.4.0",
17   "_id": "method-override@2.3.7",
18   "_inCache": true,
19   "_location": "/method-override",
20   "_npmOperationalInternal": {
21     "host": "packages-18-east.internal.npmjs.com",
22     "tmp": "tmp/method-override-2.3.7.tgz_1479612082134_0.94007871998474"
23   },
24   "_npmUser": {
25     "name": "dougwilson",
26     "email": "doug@somethingdoug.com"
27   },
28   "_npmVersion": "1.4.28",
29   "_phantomChildren": {},
30   "_requested": {
31     "raw": "method-override@~2.3.5",
32     "scope": null,
33     "escapedName": "method-override",
34     "name": "method-override",
35     "rawSpec": "~2.3.5",
36     "spec": ">=2.3.5 <2.4.0",
37     "type": "range"
38   },
39   "_requiredBy": [
40     "/connect"
41   ],
42   "_resolved": "https://registry.npmjs.org/method-override/-/method-override-2.3.7.tgz",
43   "_shasum": "8e1d47ac480fb0cd8777083f11c896901166b2e5",
44   "_shrinkwrap": null,
45   "_spec": "method-override@~2.3.5",
46   "_where": "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\connect",
47   "bugs": {
48     "url": "https://github.com/expressjs/method-override/issues"
49   },
50   "contributors": [
51     {
52       "name": "Douglas Christopher Wilson",
53       "email": "doug@somethingdoug.com"
54     },
55     {
56       "name": "Jonathan Ong",
57       "email": "me@jongleberry.com",
58       "url": "http://jongleberry.com"
59     }
60   ],
61   "dependencies": {
62     "debug": "2.3.3",
63     "methods": "~1.1.2",
64     "parseurl": "~1.3.1",
65     "vary": "~1.1.0"
66   },
67   "description": "Override HTTP verbs",
68   "devDependencies": {
69     "eslint": "3.9.1",
70     "eslint-config-standard": "6.2.1",
71     "eslint-plugin-markdown": "1.0.0-beta.3",
72     "eslint-plugin-promise": "3.3.1",
73     "eslint-plugin-standard": "2.0.1",
74     "istanbul": "0.4.5",
75     "mocha": "2.5.3",
76     "supertest": "1.1.0"
77   },
78   "directories": {},
79   "dist": {
80     "shasum": "8e1d47ac480fb0cd8777083f11c896901166b2e5",
81     "tarball": "https://registry.npmjs.org/method-override/-/method-override-2.3.7.tgz"
82   },
83   "engines": {
84     "node": ">= 0.8.0"
85   },
86   "files": [
87     "LICENSE",
88     "HISTORY.md",
89     "index.js"
90   ],
91   "gitHead": "8d6d2900cc37718f8d788aa474033780385aa519",
92   "homepage": "https://github.com/expressjs/method-override",
93   "license": "MIT",
94   "maintainers": [
95     {
96       "name": "defunctzombie",
97       "email": "shtylman@gmail.com"
98     },
99     {
100       "name": "dougwilson",
101       "email": "doug@somethingdoug.com"
102     },
103     {
104       "name": "fishrock123",
105       "email": "fishrock123@rocketmail.com"
106     },
107     {
108       "name": "jongleberry",
109       "email": "jonathanrichardong@gmail.com"
110     },
111     {
112       "name": "mscdex",
113       "email": "mscdex@mscdex.net"
114     },
115     {
116       "name": "tjholowaychuk",
117       "email": "tj@vision-media.ca"
118     }
119   ],
120   "name": "method-override",
121   "optionalDependencies": {},
122   "readme": "ERROR: No README data found!",
123   "repository": {
124     "type": "git",
125     "url": "git+https://github.com/expressjs/method-override.git"
126   },
127   "scripts": {
128     "lint": "eslint --plugin markdown --ext js,md .",
129     "test": "mocha --check-leaks --reporter spec --bail test/",
130     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot test/",
131     "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec test/"
132   },
133   "version": "2.3.7"
134 }