Repositorio del curso CCOM4030 el semestre B91 del proyecto Artesanías con el Instituto de Cultura

package.json 2.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. {
  2. "_args": [
  3. [
  4. "vary@~1.1.2",
  5. "/home/lyxaira/Artesanias/artesanias/node_modules/compression"
  6. ]
  7. ],
  8. "_from": "vary@>=1.1.2 <1.2.0",
  9. "_id": "vary@1.1.2",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/vary",
  13. "_nodeVersion": "6.11.1",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/vary-1.1.2.tgz_1506217630296_0.28528453782200813"
  17. },
  18. "_npmUser": {
  19. "email": "doug@somethingdoug.com",
  20. "name": "dougwilson"
  21. },
  22. "_npmVersion": "3.10.10",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "vary",
  26. "raw": "vary@~1.1.2",
  27. "rawSpec": "~1.1.2",
  28. "scope": null,
  29. "spec": ">=1.1.2 <1.2.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/compression",
  34. "/express"
  35. ],
  36. "_resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz",
  37. "_shasum": "2299f02c6ded30d4a5961b0b9f74524a18f634fc",
  38. "_shrinkwrap": null,
  39. "_spec": "vary@~1.1.2",
  40. "_where": "/home/lyxaira/Artesanias/artesanias/node_modules/compression",
  41. "author": {
  42. "email": "doug@somethingdoug.com",
  43. "name": "Douglas Christopher Wilson"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/jshttp/vary/issues"
  47. },
  48. "dependencies": {},
  49. "description": "Manipulate the HTTP Vary header",
  50. "devDependencies": {
  51. "beautify-benchmark": "0.2.4",
  52. "benchmark": "2.1.4",
  53. "eslint": "3.19.0",
  54. "eslint-config-standard": "10.2.1",
  55. "eslint-plugin-import": "2.7.0",
  56. "eslint-plugin-markdown": "1.0.0-beta.6",
  57. "eslint-plugin-node": "5.1.1",
  58. "eslint-plugin-promise": "3.5.0",
  59. "eslint-plugin-standard": "3.0.1",
  60. "istanbul": "0.4.5",
  61. "mocha": "2.5.3",
  62. "supertest": "1.1.0"
  63. },
  64. "directories": {},
  65. "dist": {
  66. "shasum": "2299f02c6ded30d4a5961b0b9f74524a18f634fc",
  67. "tarball": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz"
  68. },
  69. "engines": {
  70. "node": ">= 0.8"
  71. },
  72. "files": [
  73. "HISTORY.md",
  74. "LICENSE",
  75. "README.md",
  76. "index.js"
  77. ],
  78. "gitHead": "4067e646233fbc8ec9e7a9cd78d6f063c6fdc17e",
  79. "homepage": "https://github.com/jshttp/vary#readme",
  80. "keywords": [
  81. "http",
  82. "res",
  83. "vary"
  84. ],
  85. "license": "MIT",
  86. "maintainers": [
  87. {
  88. "name": "dougwilson",
  89. "email": "doug@somethingdoug.com"
  90. }
  91. ],
  92. "name": "vary",
  93. "optionalDependencies": {},
  94. "readme": "ERROR: No README data found!",
  95. "repository": {
  96. "type": "git",
  97. "url": "git+https://github.com/jshttp/vary.git"
  98. },
  99. "scripts": {
  100. "bench": "node benchmark/index.js",
  101. "lint": "eslint --plugin markdown --ext js,md .",
  102. "test": "mocha --reporter spec --bail --check-leaks test/",
  103. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  104. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
  105. },
  106. "version": "1.1.2"
  107. }