liudong
2023-05-29 340f156319b863525e50e900c58e59b86ecb3d5e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
  "_from": "compress-commons@^4.1.0",
  "_id": "compress-commons@4.1.1",
  "_inBundle": false,
  "_integrity": "sha512-QLdDLCKNV2dtoTorqgxngQCMA+gWXkM/Nwu7FpeBhk/RdkzimqC3jueb/FDmaZeXh+uby1jkBqE3xArsLBE5wQ==",
  "_location": "/compress-commons",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "compress-commons@^4.1.0",
    "name": "compress-commons",
    "escapedName": "compress-commons",
    "rawSpec": "^4.1.0",
    "saveSpec": null,
    "fetchSpec": "^4.1.0"
  },
  "_requiredBy": [
    "/zip-stream"
  ],
  "_resolved": "https://registry.npmjs.org/compress-commons/-/compress-commons-4.1.1.tgz",
  "_shasum": "df2a09a7ed17447642bad10a85cc9a19e5c42a7d",
  "_spec": "compress-commons@^4.1.0",
  "_where": "/home/l/plc/node-red/node_modules/zip-stream",
  "author": {
    "name": "Chris Talkington",
    "url": "http://christalkington.com/"
  },
  "bugs": {
    "url": "https://github.com/archiverjs/node-compress-commons/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "buffer-crc32": "^0.2.13",
    "crc32-stream": "^4.0.2",
    "normalize-path": "^3.0.0",
    "readable-stream": "^3.6.0"
  },
  "deprecated": false,
  "description": "a library that defines a common interface for working with archive formats within node",
  "devDependencies": {
    "chai": "^4.0.0",
    "mkdirp": "^1.0.4",
    "mocha": "^8.0.1",
    "rimraf": "^3.0.2"
  },
  "engines": {
    "node": ">= 10"
  },
  "files": [
    "lib"
  ],
  "homepage": "https://github.com/archiverjs/node-compress-commons",
  "keywords": [
    "compress",
    "commons",
    "archive"
  ],
  "license": "MIT",
  "main": "lib/compress-commons.js",
  "name": "compress-commons",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/archiverjs/node-compress-commons.git"
  },
  "scripts": {
    "test": "mocha --reporter dot"
  },
  "version": "4.1.1"
}