package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_args": [
  3. [
  4. "compress-commons@2.1.1",
  5. "D:\\qianger\\7\\jindouyunNewFront"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "compress-commons@2.1.1",
  10. "_id": "compress-commons@2.1.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-eVw6n7CnEMFzc3duyFVrQEuY1BlHR3rYsSztyG32ibGMW722i3C6IizEGMFmfMU+A+fALvBIwxN3czffTcdA+Q==",
  13. "_location": "/compress-commons",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "compress-commons@2.1.1",
  19. "name": "compress-commons",
  20. "escapedName": "compress-commons",
  21. "rawSpec": "2.1.1",
  22. "saveSpec": null,
  23. "fetchSpec": "2.1.1"
  24. },
  25. "_requiredBy": [
  26. "/zip-stream"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/compress-commons/-/compress-commons-2.1.1.tgz",
  29. "_spec": "2.1.1",
  30. "_where": "D:\\qianger\\7\\jindouyunNewFront",
  31. "author": {
  32. "name": "Chris Talkington",
  33. "url": "http://christalkington.com/"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/archiverjs/node-compress-commons/issues"
  37. },
  38. "dependencies": {
  39. "buffer-crc32": "^0.2.13",
  40. "crc32-stream": "^3.0.1",
  41. "normalize-path": "^3.0.0",
  42. "readable-stream": "^2.3.6"
  43. },
  44. "description": "a library that defines a common interface for working with archive formats within node",
  45. "devDependencies": {
  46. "chai": "^4.0.0",
  47. "mkdirp": "^0.5.0",
  48. "mocha": "^5.0.0",
  49. "rimraf": "^2.4.3"
  50. },
  51. "engines": {
  52. "node": ">= 6"
  53. },
  54. "files": [
  55. "lib"
  56. ],
  57. "homepage": "https://github.com/archiverjs/node-compress-commons",
  58. "keywords": [
  59. "compress",
  60. "commons",
  61. "archive"
  62. ],
  63. "license": "MIT",
  64. "main": "lib/compress-commons.js",
  65. "name": "compress-commons",
  66. "publishConfig": {
  67. "registry": "https://registry.npmjs.org/"
  68. },
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/archiverjs/node-compress-commons.git"
  72. },
  73. "scripts": {
  74. "test": "mocha --reporter dot"
  75. },
  76. "version": "2.1.1"
  77. }