package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "_args": [
  3. [
  4. "compressible@2.0.17",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "compressible@2.0.17",
  10. "_id": "compressible@2.0.17",
  11. "_inBundle": false,
  12. "_integrity": "sha1-bowQihatWDhKl386SCyiC/8vOME=",
  13. "_location": "/compressible",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "compressible@2.0.17",
  19. "name": "compressible",
  20. "escapedName": "compressible",
  21. "rawSpec": "2.0.17",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.17"
  24. },
  25. "_requiredBy": [
  26. "/compression"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/compressible/download/compressible-2.0.17.tgz",
  29. "_spec": "2.0.17",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  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.40.0 < 2"
  52. },
  53. "description": "Compressible Content-Type / mime checking",
  54. "devDependencies": {
  55. "eslint": "5.15.2",
  56. "eslint-config-standard": "12.0.0",
  57. "eslint-plugin-import": "2.16.0",
  58. "eslint-plugin-markdown": "1.0.0",
  59. "eslint-plugin-node": "8.0.1",
  60. "eslint-plugin-promise": "4.0.1",
  61. "eslint-plugin-standard": "4.0.0",
  62. "mocha": "6.1.4",
  63. "nyc": "14.0.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. "version": "node scripts/version-history.js && git add HISTORY.md"
  93. },
  94. "version": "2.0.17"
  95. }