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