package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_from": "compress-commons@^4.1.2",
  3. "_id": "compress-commons@4.1.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-D3uMHtGc/fcO1Gt1/L7i1e33VOvD4A9hfQLP+6ewd+BvG/gQ84Yh4oftEhAdjSMgBgwGL+jsppT7JYNpo6MHHg==",
  6. "_location": "/compress-commons",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "compress-commons@^4.1.2",
  12. "name": "compress-commons",
  13. "escapedName": "compress-commons",
  14. "rawSpec": "^4.1.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.1.2"
  17. },
  18. "_requiredBy": [
  19. "/zip-stream"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/compress-commons/-/compress-commons-4.1.2.tgz",
  22. "_shasum": "6542e59cb63e1f46a8b21b0e06f9a32e4c8b06df",
  23. "_spec": "compress-commons@^4.1.2",
  24. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\zip-stream",
  25. "author": {
  26. "name": "Chris Talkington",
  27. "url": "http://christalkington.com/"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/archiverjs/node-compress-commons/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "buffer-crc32": "^0.2.13",
  35. "crc32-stream": "^4.0.2",
  36. "normalize-path": "^3.0.0",
  37. "readable-stream": "^3.6.0"
  38. },
  39. "deprecated": false,
  40. "description": "a library that defines a common interface for working with archive formats within node",
  41. "devDependencies": {
  42. "chai": "4.3.8",
  43. "mkdirp": "2.1.6",
  44. "mocha": "9.2.2",
  45. "rimraf": "3.0.2"
  46. },
  47. "engines": {
  48. "node": ">= 10"
  49. },
  50. "files": [
  51. "lib"
  52. ],
  53. "homepage": "https://github.com/archiverjs/node-compress-commons",
  54. "keywords": [
  55. "compress",
  56. "commons",
  57. "archive"
  58. ],
  59. "license": "MIT",
  60. "main": "lib/compress-commons.js",
  61. "name": "compress-commons",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/archiverjs/node-compress-commons.git"
  65. },
  66. "scripts": {
  67. "test": "mocha --reporter dot"
  68. },
  69. "version": "4.1.2"
  70. }