package.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "statuses@~1.3.1",
  6. "scope": null,
  7. "escapedName": "statuses",
  8. "name": "statuses",
  9. "rawSpec": "~1.3.1",
  10. "spec": ">=1.3.1 <1.4.0",
  11. "type": "range"
  12. },
  13. "/home/tati/shared/especificos-web-V2/back/node_modules/express"
  14. ]
  15. ],
  16. "_from": "statuses@>=1.3.1 <1.4.0",
  17. "_id": "statuses@1.3.1",
  18. "_inCache": true,
  19. "_location": "/statuses",
  20. "_npmOperationalInternal": {
  21. "host": "packages-12-west.internal.npmjs.com",
  22. "tmp": "tmp/statuses-1.3.1.tgz_1478923281491_0.5574048184789717"
  23. },
  24. "_npmUser": {
  25. "name": "dougwilson",
  26. "email": "doug@somethingdoug.com"
  27. },
  28. "_npmVersion": "1.4.28",
  29. "_phantomChildren": {},
  30. "_requested": {
  31. "raw": "statuses@~1.3.1",
  32. "scope": null,
  33. "escapedName": "statuses",
  34. "name": "statuses",
  35. "rawSpec": "~1.3.1",
  36. "spec": ">=1.3.1 <1.4.0",
  37. "type": "range"
  38. },
  39. "_requiredBy": [
  40. "/express",
  41. "/finalhandler",
  42. "/http-errors",
  43. "/send"
  44. ],
  45. "_resolved": "https://registry.npmjs.org/statuses/-/statuses-1.3.1.tgz",
  46. "_shasum": "faf51b9eb74aaef3b3acf4ad5f61abf24cb7b93e",
  47. "_shrinkwrap": null,
  48. "_spec": "statuses@~1.3.1",
  49. "_where": "/home/tati/shared/especificos-web-V2/back/node_modules/express",
  50. "bugs": {
  51. "url": "https://github.com/jshttp/statuses/issues"
  52. },
  53. "contributors": [
  54. {
  55. "name": "Douglas Christopher Wilson",
  56. "email": "doug@somethingdoug.com"
  57. },
  58. {
  59. "name": "Jonathan Ong",
  60. "email": "me@jongleberry.com",
  61. "url": "http://jongleberry.com"
  62. }
  63. ],
  64. "dependencies": {},
  65. "description": "HTTP status utility",
  66. "devDependencies": {
  67. "csv-parse": "1.1.7",
  68. "eslint": "3.10.0",
  69. "eslint-config-standard": "6.2.1",
  70. "eslint-plugin-promise": "3.3.2",
  71. "eslint-plugin-standard": "2.0.1",
  72. "istanbul": "0.4.5",
  73. "mocha": "1.21.5",
  74. "stream-to-array": "2.3.0"
  75. },
  76. "directories": {},
  77. "dist": {
  78. "shasum": "faf51b9eb74aaef3b3acf4ad5f61abf24cb7b93e",
  79. "tarball": "https://registry.npmjs.org/statuses/-/statuses-1.3.1.tgz"
  80. },
  81. "engines": {
  82. "node": ">= 0.6"
  83. },
  84. "files": [
  85. "HISTORY.md",
  86. "index.js",
  87. "codes.json",
  88. "LICENSE"
  89. ],
  90. "gitHead": "28a619be77f5b4741e6578a5764c5b06ec6d4aea",
  91. "homepage": "https://github.com/jshttp/statuses",
  92. "keywords": [
  93. "http",
  94. "status",
  95. "code"
  96. ],
  97. "license": "MIT",
  98. "maintainers": [
  99. {
  100. "name": "defunctzombie",
  101. "email": "shtylman@gmail.com"
  102. },
  103. {
  104. "name": "dougwilson",
  105. "email": "doug@somethingdoug.com"
  106. },
  107. {
  108. "name": "fishrock123",
  109. "email": "fishrock123@rocketmail.com"
  110. },
  111. {
  112. "name": "jongleberry",
  113. "email": "jonathanrichardong@gmail.com"
  114. },
  115. {
  116. "name": "mscdex",
  117. "email": "mscdex@mscdex.net"
  118. },
  119. {
  120. "name": "tjholowaychuk",
  121. "email": "tj@vision-media.ca"
  122. }
  123. ],
  124. "name": "statuses",
  125. "optionalDependencies": {},
  126. "readme": "ERROR: No README data found!",
  127. "repository": {
  128. "type": "git",
  129. "url": "git+https://github.com/jshttp/statuses.git"
  130. },
  131. "scripts": {
  132. "build": "node scripts/build.js",
  133. "fetch": "node scripts/fetch.js",
  134. "lint": "eslint .",
  135. "test": "mocha --reporter spec --check-leaks --bail test/",
  136. "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
  137. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  138. "update": "npm run fetch && npm run build"
  139. },
  140. "version": "1.3.1"
  141. }