5 "/opt/source/offload.js"
8 "_from": "methods@1.1.2",
9 "_id": "methods@1.1.2",
11 "_integrity": "sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4=",
12 "_location": "/methods",
13 "_phantomChildren": {},
17 "raw": "methods@1.1.2",
19 "escapedName": "methods",
27 "_resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz",
29 "_where": "/opt/source/offload.js",
34 "url": "https://github.com/jshttp/methods/issues"
38 "name": "Douglas Christopher Wilson",
39 "email": "doug@somethingdoug.com"
42 "name": "Jonathan Ong",
43 "email": "me@jongleberry.com",
44 "url": "http://jongleberry.com"
47 "name": "TJ Holowaychuk",
48 "email": "tj@vision-media.ca",
49 "url": "http://tjholowaychuk.com"
52 "description": "HTTP methods that node supports",
65 "homepage": "https://github.com/jshttp/methods#readme",
74 "url": "git+https://github.com/jshttp/methods.git"
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/"