No Description

package.json 2.4KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_from": "compressible@~2.0.16",
  3. "_id": "compressible@2.0.18",
  4. "_inBundle": false,
  5. "_integrity": "sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==",
  6. "_location": "/compressible",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "compressible@~2.0.16",
  12. "name": "compressible",
  13. "escapedName": "compressible",
  14. "rawSpec": "~2.0.16",
  15. "saveSpec": null,
  16. "fetchSpec": "~2.0.16"
  17. },
  18. "_requiredBy": [
  19. "/compression"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz",
  22. "_shasum": "af53cca6b070d4c3c0750fbd77286a6d7cc46fba",
  23. "_spec": "compressible@~2.0.16",
  24. "_where": "/Users/alexmanuel/MyApp/node_modules/compression",
  25. "bugs": {
  26. "url": "https://github.com/jshttp/compressible/issues"
  27. },
  28. "bundleDependencies": false,
  29. "contributors": [
  30. {
  31. "name": "Douglas Christopher Wilson",
  32. "email": "doug@somethingdoug.com"
  33. },
  34. {
  35. "name": "Jonathan Ong",
  36. "email": "me@jongleberry.com",
  37. "url": "http://jongleberry.com"
  38. },
  39. {
  40. "name": "Jeremiah Senkpiel",
  41. "email": "fishrock123@rocketmail.com",
  42. "url": "https://searchbeam.jit.su"
  43. }
  44. ],
  45. "dependencies": {
  46. "mime-db": ">= 1.43.0 < 2"
  47. },
  48. "deprecated": false,
  49. "description": "Compressible Content-Type / mime checking",
  50. "devDependencies": {
  51. "eslint": "6.8.0",
  52. "eslint-config-standard": "14.1.0",
  53. "eslint-plugin-import": "2.19.1",
  54. "eslint-plugin-markdown": "1.0.1",
  55. "eslint-plugin-node": "11.0.0",
  56. "eslint-plugin-promise": "4.2.1",
  57. "eslint-plugin-standard": "4.0.1",
  58. "mocha": "7.0.0",
  59. "nyc": "15.0.0"
  60. },
  61. "engines": {
  62. "node": ">= 0.6"
  63. },
  64. "files": [
  65. "HISTORY.md",
  66. "LICENSE",
  67. "README.md",
  68. "index.js"
  69. ],
  70. "homepage": "https://github.com/jshttp/compressible#readme",
  71. "keywords": [
  72. "compress",
  73. "gzip",
  74. "mime",
  75. "content-type"
  76. ],
  77. "license": "MIT",
  78. "name": "compressible",
  79. "repository": {
  80. "type": "git",
  81. "url": "git+https://github.com/jshttp/compressible.git"
  82. },
  83. "scripts": {
  84. "lint": "eslint --plugin markdown --ext js,md .",
  85. "test": "mocha --reporter spec --bail --check-leaks test/",
  86. "test-cov": "nyc --reporter=html --reporter=text npm test",
  87. "test-travis": "nyc --reporter=text npm test",
  88. "version": "node scripts/version-history.js && git add HISTORY.md"
  89. },
  90. "version": "2.0.18"
  91. }