package.json 2.4 KB

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