package.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "http-errors@~1.6.1",
  6. "scope": null,
  7. "escapedName": "http-errors",
  8. "name": "http-errors",
  9. "rawSpec": "~1.6.1",
  10. "spec": ">=1.6.1 <1.7.0",
  11. "type": "range"
  12. },
  13. "/home/tati/shared/especificos-web-V2/back/node_modules/send"
  14. ]
  15. ],
  16. "_from": "http-errors@>=1.6.1 <1.7.0",
  17. "_id": "http-errors@1.6.1",
  18. "_inCache": true,
  19. "_location": "/http-errors",
  20. "_nodeVersion": "4.7.3",
  21. "_npmOperationalInternal": {
  22. "host": "packages-12-west.internal.npmjs.com",
  23. "tmp": "tmp/http-errors-1.6.1.tgz_1487647400122_0.1305304525885731"
  24. },
  25. "_npmUser": {
  26. "name": "dougwilson",
  27. "email": "doug@somethingdoug.com"
  28. },
  29. "_npmVersion": "2.15.11",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "http-errors@~1.6.1",
  33. "scope": null,
  34. "escapedName": "http-errors",
  35. "name": "http-errors",
  36. "rawSpec": "~1.6.1",
  37. "spec": ">=1.6.1 <1.7.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/send"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.1.tgz",
  44. "_shasum": "5f8b8ed98aca545656bf572997387f904a722257",
  45. "_shrinkwrap": null,
  46. "_spec": "http-errors@~1.6.1",
  47. "_where": "/home/tati/shared/especificos-web-V2/back/node_modules/send",
  48. "author": {
  49. "name": "Jonathan Ong",
  50. "email": "me@jongleberry.com",
  51. "url": "http://jongleberry.com"
  52. },
  53. "bugs": {
  54. "url": "https://github.com/jshttp/http-errors/issues"
  55. },
  56. "contributors": [
  57. {
  58. "name": "Alan Plum",
  59. "email": "me@pluma.io"
  60. },
  61. {
  62. "name": "Douglas Christopher Wilson",
  63. "email": "doug@somethingdoug.com"
  64. }
  65. ],
  66. "dependencies": {
  67. "depd": "1.1.0",
  68. "inherits": "2.0.3",
  69. "setprototypeof": "1.0.3",
  70. "statuses": ">= 1.3.1 < 2"
  71. },
  72. "description": "Create HTTP error objects",
  73. "devDependencies": {
  74. "eslint": "3.16.0",
  75. "eslint-config-standard": "6.2.1",
  76. "eslint-plugin-markdown": "1.0.0-beta.3",
  77. "eslint-plugin-promise": "3.4.2",
  78. "eslint-plugin-standard": "2.0.1",
  79. "istanbul": "0.4.5",
  80. "mocha": "1.21.5"
  81. },
  82. "directories": {},
  83. "dist": {
  84. "shasum": "5f8b8ed98aca545656bf572997387f904a722257",
  85. "tarball": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.1.tgz"
  86. },
  87. "engines": {
  88. "node": ">= 0.6"
  89. },
  90. "files": [
  91. "index.js",
  92. "HISTORY.md",
  93. "LICENSE",
  94. "README.md"
  95. ],
  96. "gitHead": "d8d95dbc84c913a594b7fca07096697412af7edd",
  97. "homepage": "https://github.com/jshttp/http-errors#readme",
  98. "keywords": [
  99. "http",
  100. "error"
  101. ],
  102. "license": "MIT",
  103. "maintainers": [
  104. {
  105. "name": "dougwilson",
  106. "email": "doug@somethingdoug.com"
  107. },
  108. {
  109. "name": "egeste",
  110. "email": "npm@egeste.net"
  111. },
  112. {
  113. "name": "jongleberry",
  114. "email": "jonathanrichardong@gmail.com"
  115. }
  116. ],
  117. "name": "http-errors",
  118. "optionalDependencies": {},
  119. "readme": "ERROR: No README data found!",
  120. "repository": {
  121. "type": "git",
  122. "url": "git+https://github.com/jshttp/http-errors.git"
  123. },
  124. "scripts": {
  125. "lint": "eslint --plugin markdown --ext js,md .",
  126. "test": "mocha --reporter spec --bail",
  127. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot",
  128. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot"
  129. },
  130. "version": "1.6.1"
  131. }