2 "_from": "methods@~1.1.2",
3 "_id": "methods@1.1.2",
5 "_integrity": "sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4=",
6 "_location": "/methods",
7 "_phantomChildren": {},
11 "raw": "methods@~1.1.2",
13 "escapedName": "methods",
21 "_resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz",
22 "_shasum": "5529a4d67654134edcc5266656835b0f851afcee",
23 "_spec": "methods@~1.1.2",
24 "_where": "/home/hyunduk/opensource/external/HappyFunTimes/node_modules/express",
29 "url": "https://github.com/jshttp/methods/issues"
31 "bundleDependencies": false,
34 "name": "Douglas Christopher Wilson",
35 "email": "doug@somethingdoug.com"
38 "name": "Jonathan Ong",
39 "email": "me@jongleberry.com",
40 "url": "http://jongleberry.com"
43 "name": "TJ Holowaychuk",
44 "email": "tj@vision-media.ca",
45 "url": "http://tjholowaychuk.com"
49 "description": "HTTP methods that node supports",
62 "homepage": "https://github.com/jshttp/methods#readme",
71 "url": "git+https://github.com/jshttp/methods.git"
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/"