package.json 3.0 KB

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