package.json 2.3 KB

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