项目原始demo,不改动
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
To repozytorium jest zarchiwizowane. Możesz wyświetlać pliki i je sklonować, ale nie możesz do niego przepychać zmian lub otwierać zgłoszeń/Pull Requestów.

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