项目原始demo,不改动
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 

91 line
2.4 KiB

  1. {
  2. "_args": [
  3. [
  4. "compression@1.7.3",
  5. "D:\\A易云\\YiYunJianZhu"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "compression@1.7.3",
  10. "_id": "compression@1.7.3",
  11. "_inBundle": false,
  12. "_integrity": "sha512-HSjyBG5N1Nnz7tF2+O7A9XUhyjru71/fwgNb7oIsEVHR0WShfs2tIS/EySLgiTe98aOK18YDlMXpzjCXY/n9mg==",
  13. "_location": "/compression",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "compression@1.7.3",
  19. "name": "compression",
  20. "escapedName": "compression",
  21. "rawSpec": "1.7.3",
  22. "saveSpec": null,
  23. "fetchSpec": "1.7.3"
  24. },
  25. "_requiredBy": [
  26. "/webpack-dev-server"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/compression/-/compression-1.7.3.tgz",
  29. "_spec": "1.7.3",
  30. "_where": "D:\\A易云\\YiYunJianZhu",
  31. "bugs": {
  32. "url": "https://github.com/expressjs/compression/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. "dependencies": {
  46. "accepts": "~1.3.5",
  47. "bytes": "3.0.0",
  48. "compressible": "~2.0.14",
  49. "debug": "2.6.9",
  50. "on-headers": "~1.0.1",
  51. "safe-buffer": "5.1.2",
  52. "vary": "~1.1.2"
  53. },
  54. "description": "Node.js compression middleware",
  55. "devDependencies": {
  56. "after": "0.8.2",
  57. "eslint": "4.19.1",
  58. "eslint-config-standard": "11.0.0",
  59. "eslint-plugin-import": "2.13.0",
  60. "eslint-plugin-markdown": "1.0.0-beta.6",
  61. "eslint-plugin-node": "6.0.1",
  62. "eslint-plugin-promise": "3.8.0",
  63. "eslint-plugin-standard": "3.1.0",
  64. "istanbul": "0.4.5",
  65. "mocha": "2.5.3",
  66. "supertest": "1.1.0"
  67. },
  68. "engines": {
  69. "node": ">= 0.8.0"
  70. },
  71. "files": [
  72. "LICENSE",
  73. "HISTORY.md",
  74. "index.js"
  75. ],
  76. "homepage": "https://github.com/expressjs/compression#readme",
  77. "license": "MIT",
  78. "name": "compression",
  79. "repository": {
  80. "type": "git",
  81. "url": "git+https://github.com/expressjs/compression.git"
  82. },
  83. "scripts": {
  84. "lint": "eslint --plugin markdown --ext js,md .",
  85. "test": "mocha --check-leaks --reporter spec --bail",
  86. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot",
  87. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec"
  88. },
  89. "version": "1.7.3"
  90. }