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

package.json 2.1KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_from": "vary@~1.1.2",
  3. "_id": "vary@1.1.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=",
  6. "_location": "/vary",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "vary@~1.1.2",
  12. "name": "vary",
  13. "escapedName": "vary",
  14. "rawSpec": "~1.1.2",
  15. "saveSpec": null,
  16. "fetchSpec": "~1.1.2"
  17. },
  18. "_requiredBy": [
  19. "/compression",
  20. "/express"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz",
  23. "_shasum": "2299f02c6ded30d4a5961b0b9f74524a18f634fc",
  24. "_spec": "vary@~1.1.2",
  25. "_where": "C:\\Users\\Chuch\\Documents\\Cordova\\test\\node_modules\\compression",
  26. "author": {
  27. "name": "Douglas Christopher Wilson",
  28. "email": "doug@somethingdoug.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/jshttp/vary/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Manipulate the HTTP Vary header",
  36. "devDependencies": {
  37. "beautify-benchmark": "0.2.4",
  38. "benchmark": "2.1.4",
  39. "eslint": "3.19.0",
  40. "eslint-config-standard": "10.2.1",
  41. "eslint-plugin-import": "2.7.0",
  42. "eslint-plugin-markdown": "1.0.0-beta.6",
  43. "eslint-plugin-node": "5.1.1",
  44. "eslint-plugin-promise": "3.5.0",
  45. "eslint-plugin-standard": "3.0.1",
  46. "istanbul": "0.4.5",
  47. "mocha": "2.5.3",
  48. "supertest": "1.1.0"
  49. },
  50. "engines": {
  51. "node": ">= 0.8"
  52. },
  53. "files": [
  54. "HISTORY.md",
  55. "LICENSE",
  56. "README.md",
  57. "index.js"
  58. ],
  59. "homepage": "https://github.com/jshttp/vary#readme",
  60. "keywords": [
  61. "http",
  62. "res",
  63. "vary"
  64. ],
  65. "license": "MIT",
  66. "name": "vary",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/jshttp/vary.git"
  70. },
  71. "scripts": {
  72. "bench": "node benchmark/index.js",
  73. "lint": "eslint --plugin markdown --ext js,md .",
  74. "test": "mocha --reporter spec --bail --check-leaks test/",
  75. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  76. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
  77. },
  78. "version": "1.1.2"
  79. }