package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "vary@~1.1.0",
  6. "scope": null,
  7. "escapedName": "vary",
  8. "name": "vary",
  9. "rawSpec": "~1.1.0",
  10. "spec": ">=1.1.0 <1.2.0",
  11. "type": "range"
  12. },
  13. "/home/tati/shared/especificos-web-V2/back/node_modules/express"
  14. ]
  15. ],
  16. "_from": "vary@>=1.1.0 <1.2.0",
  17. "_id": "vary@1.1.0",
  18. "_inCache": true,
  19. "_location": "/vary",
  20. "_npmUser": {
  21. "name": "dougwilson",
  22. "email": "doug@somethingdoug.com"
  23. },
  24. "_npmVersion": "1.4.28",
  25. "_phantomChildren": {},
  26. "_requested": {
  27. "raw": "vary@~1.1.0",
  28. "scope": null,
  29. "escapedName": "vary",
  30. "name": "vary",
  31. "rawSpec": "~1.1.0",
  32. "spec": ">=1.1.0 <1.2.0",
  33. "type": "range"
  34. },
  35. "_requiredBy": [
  36. "/express"
  37. ],
  38. "_resolved": "https://registry.npmjs.org/vary/-/vary-1.1.0.tgz",
  39. "_shasum": "e1e5affbbd16ae768dd2674394b9ad3022653140",
  40. "_shrinkwrap": null,
  41. "_spec": "vary@~1.1.0",
  42. "_where": "/home/tati/shared/especificos-web-V2/back/node_modules/express",
  43. "author": {
  44. "name": "Douglas Christopher Wilson",
  45. "email": "doug@somethingdoug.com"
  46. },
  47. "bugs": {
  48. "url": "https://github.com/jshttp/vary/issues"
  49. },
  50. "dependencies": {},
  51. "description": "Manipulate the HTTP Vary header",
  52. "devDependencies": {
  53. "istanbul": "0.3.21",
  54. "mocha": "2.3.3",
  55. "supertest": "1.1.0"
  56. },
  57. "directories": {},
  58. "dist": {
  59. "shasum": "e1e5affbbd16ae768dd2674394b9ad3022653140",
  60. "tarball": "https://registry.npmjs.org/vary/-/vary-1.1.0.tgz"
  61. },
  62. "engines": {
  63. "node": ">= 0.8"
  64. },
  65. "files": [
  66. "HISTORY.md",
  67. "LICENSE",
  68. "README.md",
  69. "index.js"
  70. ],
  71. "gitHead": "13b03e9bf97da9d83bfeac84d84144137d84c257",
  72. "homepage": "https://github.com/jshttp/vary",
  73. "keywords": [
  74. "http",
  75. "res",
  76. "vary"
  77. ],
  78. "license": "MIT",
  79. "maintainers": [
  80. {
  81. "name": "dougwilson",
  82. "email": "doug@somethingdoug.com"
  83. },
  84. {
  85. "name": "jongleberry",
  86. "email": "jonathanrichardong@gmail.com"
  87. },
  88. {
  89. "name": "fishrock123",
  90. "email": "fishrock123@rocketmail.com"
  91. }
  92. ],
  93. "name": "vary",
  94. "optionalDependencies": {},
  95. "readme": "ERROR: No README data found!",
  96. "repository": {
  97. "type": "git",
  98. "url": "git+https://github.com/jshttp/vary.git"
  99. },
  100. "scripts": {
  101. "test": "mocha --reporter spec --bail --check-leaks test/",
  102. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  103. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
  104. },
  105. "version": "1.1.0"
  106. }