package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "accepts@~1.3.3",
  6. "scope": null,
  7. "escapedName": "accepts",
  8. "name": "accepts",
  9. "rawSpec": "~1.3.3",
  10. "spec": ">=1.3.3 <1.4.0",
  11. "type": "range"
  12. },
  13. "/home/tati/shared/especificos-web-V2/back/node_modules/express"
  14. ]
  15. ],
  16. "_from": "accepts@>=1.3.3 <1.4.0",
  17. "_id": "accepts@1.3.3",
  18. "_inCache": true,
  19. "_location": "/accepts",
  20. "_nodeVersion": "4.4.3",
  21. "_npmOperationalInternal": {
  22. "host": "packages-16-east.internal.npmjs.com",
  23. "tmp": "tmp/accepts-1.3.3.tgz_1462251932032_0.7092335098423064"
  24. },
  25. "_npmUser": {
  26. "name": "dougwilson",
  27. "email": "doug@somethingdoug.com"
  28. },
  29. "_npmVersion": "2.15.1",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "accepts@~1.3.3",
  33. "scope": null,
  34. "escapedName": "accepts",
  35. "name": "accepts",
  36. "rawSpec": "~1.3.3",
  37. "spec": ">=1.3.3 <1.4.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/express"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.3.tgz",
  44. "_shasum": "c3ca7434938648c3e0d9c1e328dd68b622c284ca",
  45. "_shrinkwrap": null,
  46. "_spec": "accepts@~1.3.3",
  47. "_where": "/home/tati/shared/especificos-web-V2/back/node_modules/express",
  48. "bugs": {
  49. "url": "https://github.com/jshttp/accepts/issues"
  50. },
  51. "contributors": [
  52. {
  53. "name": "Douglas Christopher Wilson",
  54. "email": "doug@somethingdoug.com"
  55. },
  56. {
  57. "name": "Jonathan Ong",
  58. "email": "me@jongleberry.com",
  59. "url": "http://jongleberry.com"
  60. }
  61. ],
  62. "dependencies": {
  63. "mime-types": "~2.1.11",
  64. "negotiator": "0.6.1"
  65. },
  66. "description": "Higher-level content negotiation",
  67. "devDependencies": {
  68. "istanbul": "0.4.3",
  69. "mocha": "~1.21.5"
  70. },
  71. "directories": {},
  72. "dist": {
  73. "shasum": "c3ca7434938648c3e0d9c1e328dd68b622c284ca",
  74. "tarball": "https://registry.npmjs.org/accepts/-/accepts-1.3.3.tgz"
  75. },
  76. "engines": {
  77. "node": ">= 0.6"
  78. },
  79. "files": [
  80. "LICENSE",
  81. "HISTORY.md",
  82. "index.js"
  83. ],
  84. "gitHead": "3e925b1e65ed7da2798849683d49814680dfa426",
  85. "homepage": "https://github.com/jshttp/accepts#readme",
  86. "keywords": [
  87. "content",
  88. "negotiation",
  89. "accept",
  90. "accepts"
  91. ],
  92. "license": "MIT",
  93. "maintainers": [
  94. {
  95. "name": "dougwilson",
  96. "email": "doug@somethingdoug.com"
  97. }
  98. ],
  99. "name": "accepts",
  100. "optionalDependencies": {},
  101. "readme": "ERROR: No README data found!",
  102. "repository": {
  103. "type": "git",
  104. "url": "git+https://github.com/jshttp/accepts.git"
  105. },
  106. "scripts": {
  107. "test": "mocha --reporter spec --check-leaks --bail test/",
  108. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  109. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
  110. },
  111. "version": "1.3.3"
  112. }