You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. {
  2. "_args": [
  3. [
  4. "methods@~1.1.2",
  5. "/var/www/noelle.codes/node/node_modules/express"
  6. ]
  7. ],
  8. "_from": "methods@>=1.1.2 <1.2.0",
  9. "_id": "methods@1.1.2",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/methods",
  13. "_npmUser": {
  14. "email": "doug@somethingdoug.com",
  15. "name": "dougwilson"
  16. },
  17. "_npmVersion": "1.4.28",
  18. "_phantomChildren": {},
  19. "_requested": {
  20. "name": "methods",
  21. "raw": "methods@~1.1.2",
  22. "rawSpec": "~1.1.2",
  23. "scope": null,
  24. "spec": ">=1.1.2 <1.2.0",
  25. "type": "range"
  26. },
  27. "_requiredBy": [
  28. "/express"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz",
  31. "_shasum": "5529a4d67654134edcc5266656835b0f851afcee",
  32. "_shrinkwrap": null,
  33. "_spec": "methods@~1.1.2",
  34. "_where": "/var/www/noelle.codes/node/node_modules/express",
  35. "browser": {
  36. "http": false
  37. },
  38. "bugs": {
  39. "url": "https://github.com/jshttp/methods/issues"
  40. },
  41. "contributors": [
  42. {
  43. "name": "Douglas Christopher Wilson",
  44. "email": "doug@somethingdoug.com"
  45. },
  46. {
  47. "name": "Jonathan Ong",
  48. "email": "me@jongleberry.com",
  49. "url": "http://jongleberry.com"
  50. },
  51. {
  52. "name": "TJ Holowaychuk",
  53. "email": "tj@vision-media.ca",
  54. "url": "http://tjholowaychuk.com"
  55. }
  56. ],
  57. "dependencies": {},
  58. "description": "HTTP methods that node supports",
  59. "devDependencies": {
  60. "istanbul": "0.4.1",
  61. "mocha": "1.21.5"
  62. },
  63. "directories": {},
  64. "dist": {
  65. "shasum": "5529a4d67654134edcc5266656835b0f851afcee",
  66. "tarball": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz"
  67. },
  68. "engines": {
  69. "node": ">= 0.6"
  70. },
  71. "files": [
  72. "HISTORY.md",
  73. "LICENSE",
  74. "index.js"
  75. ],
  76. "gitHead": "25d257d913f1b94bd2d73581521ff72c81469140",
  77. "homepage": "https://github.com/jshttp/methods",
  78. "keywords": [
  79. "http",
  80. "methods"
  81. ],
  82. "license": "MIT",
  83. "maintainers": [
  84. {
  85. "name": "tjholowaychuk",
  86. "email": "tj@vision-media.ca"
  87. },
  88. {
  89. "name": "jonathanong",
  90. "email": "jonathanrichardong@gmail.com"
  91. },
  92. {
  93. "name": "jongleberry",
  94. "email": "jonathanrichardong@gmail.com"
  95. },
  96. {
  97. "name": "dougwilson",
  98. "email": "doug@somethingdoug.com"
  99. }
  100. ],
  101. "name": "methods",
  102. "optionalDependencies": {},
  103. "readme": "ERROR: No README data found!",
  104. "repository": {
  105. "type": "git",
  106. "url": "git+https://github.com/jshttp/methods.git"
  107. },
  108. "scripts": {
  109. "test": "mocha --reporter spec --bail --check-leaks test/",
  110. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  111. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
  112. },
  113. "version": "1.1.2"
  114. }