e44823e97ee6ad72d1a0b6968b8055f44a8aa4db
[VSoRC/.git] / node_modules / methods / package.json
1 {
2   "_from": "methods@~1.1.2",
3   "_id": "methods@1.1.2",
4   "_inBundle": false,
5   "_integrity": "sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4=",
6   "_location": "/methods",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "methods@~1.1.2",
12     "name": "methods",
13     "escapedName": "methods",
14     "rawSpec": "~1.1.2",
15     "saveSpec": null,
16     "fetchSpec": "~1.1.2"
17   },
18   "_requiredBy": [
19     "/express"
20   ],
21   "_resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz",
22   "_shasum": "5529a4d67654134edcc5266656835b0f851afcee",
23   "_spec": "methods@~1.1.2",
24   "_where": "/home/josuer08/Documents/web/node_modules/express",
25   "browser": {
26     "http": false
27   },
28   "bugs": {
29     "url": "https://github.com/jshttp/methods/issues"
30   },
31   "bundleDependencies": false,
32   "contributors": [
33     {
34       "name": "Douglas Christopher Wilson",
35       "email": "doug@somethingdoug.com"
36     },
37     {
38       "name": "Jonathan Ong",
39       "email": "me@jongleberry.com",
40       "url": "http://jongleberry.com"
41     },
42     {
43       "name": "TJ Holowaychuk",
44       "email": "tj@vision-media.ca",
45       "url": "http://tjholowaychuk.com"
46     }
47   ],
48   "deprecated": false,
49   "description": "HTTP methods that node supports",
50   "devDependencies": {
51     "istanbul": "0.4.1",
52     "mocha": "1.21.5"
53   },
54   "engines": {
55     "node": ">= 0.6"
56   },
57   "files": [
58     "index.js",
59     "HISTORY.md",
60     "LICENSE"
61   ],
62   "homepage": "https://github.com/jshttp/methods#readme",
63   "keywords": [
64     "http",
65     "methods"
66   ],
67   "license": "MIT",
68   "name": "methods",
69   "repository": {
70     "type": "git",
71     "url": "git+https://github.com/jshttp/methods.git"
72   },
73   "scripts": {
74     "test": "mocha --reporter spec --bail --check-leaks test/",
75     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
76     "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
77   },
78   "version": "1.1.2"
79 }