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.
 
 
 
 

92 rivejä
2.6 KiB

  1. {
  2. "_args": [
  3. [
  4. "compression@1.7.4",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "compression@1.7.4",
  9. "_id": "compression@1.7.4",
  10. "_inBundle": false,
  11. "_integrity": "sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==",
  12. "_location": "/compression",
  13. "_phantomChildren": {
  14. "ms": "2.0.0"
  15. },
  16. "_requested": {
  17. "type": "version",
  18. "registry": true,
  19. "raw": "compression@1.7.4",
  20. "name": "compression",
  21. "escapedName": "compression",
  22. "rawSpec": "1.7.4",
  23. "saveSpec": null,
  24. "fetchSpec": "1.7.4"
  25. },
  26. "_requiredBy": [
  27. "/webpack-dev-server"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/compression/-/compression-1.7.4.tgz",
  30. "_spec": "1.7.4",
  31. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  32. "bugs": {
  33. "url": "https://github.com/expressjs/compression/issues"
  34. },
  35. "contributors": [
  36. {
  37. "name": "Douglas Christopher Wilson",
  38. "email": "doug@somethingdoug.com"
  39. },
  40. {
  41. "name": "Jonathan Ong",
  42. "email": "me@jongleberry.com",
  43. "url": "http://jongleberry.com"
  44. }
  45. ],
  46. "dependencies": {
  47. "accepts": "~1.3.5",
  48. "bytes": "3.0.0",
  49. "compressible": "~2.0.16",
  50. "debug": "2.6.9",
  51. "on-headers": "~1.0.2",
  52. "safe-buffer": "5.1.2",
  53. "vary": "~1.1.2"
  54. },
  55. "description": "Node.js compression middleware",
  56. "devDependencies": {
  57. "after": "0.8.2",
  58. "eslint": "5.15.1",
  59. "eslint-config-standard": "12.0.0",
  60. "eslint-plugin-import": "2.16.0",
  61. "eslint-plugin-markdown": "1.0.0",
  62. "eslint-plugin-node": "7.0.1",
  63. "eslint-plugin-promise": "4.0.1",
  64. "eslint-plugin-standard": "4.0.0",
  65. "istanbul": "0.4.5",
  66. "mocha": "6.0.2",
  67. "supertest": "4.0.0"
  68. },
  69. "engines": {
  70. "node": ">= 0.8.0"
  71. },
  72. "files": [
  73. "LICENSE",
  74. "HISTORY.md",
  75. "index.js"
  76. ],
  77. "homepage": "https://github.com/expressjs/compression#readme",
  78. "license": "MIT",
  79. "name": "compression",
  80. "repository": {
  81. "type": "git",
  82. "url": "git+https://github.com/expressjs/compression.git"
  83. },
  84. "scripts": {
  85. "lint": "eslint --plugin markdown --ext js,md .",
  86. "test": "mocha --check-leaks --reporter spec --bail",
  87. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot",
  88. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec"
  89. },
  90. "version": "1.7.4"
  91. }