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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
  "_from": "grunt-contrib-compress@2.0.0",
  "_id": "grunt-contrib-compress@2.0.0",
  "_inBundle": false,
  "_integrity": "sha512-r/dAGx4qG+rmBFF4lb/hTktW2huGMGxkSLf9msh3PPtq0+cdQRQerZJ30UKevX3BLQsohwLzO0p1z/LrH6aKXQ==",
  "_location": "/grunt-contrib-compress",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "grunt-contrib-compress@2.0.0",
    "name": "grunt-contrib-compress",
    "escapedName": "grunt-contrib-compress",
    "rawSpec": "2.0.0",
    "saveSpec": null,
    "fetchSpec": "2.0.0"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/grunt-contrib-compress/-/grunt-contrib-compress-2.0.0.tgz",
  "_shasum": "c003a1dc5e01c42a244ddb189c01a4396208a335",
  "_spec": "grunt-contrib-compress@2.0.0",
  "_where": "/home/l/plc/node-red",
  "appveyor_id": "tiwbi1smm1j8aa5j",
  "author": {
    "name": "Grunt Team",
    "url": "http://gruntjs.com/"
  },
  "bugs": {
    "url": "https://github.com/gruntjs/grunt-contrib-compress/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "adm-zip": "^0.5.1",
    "archiver": "^5.1.0",
    "chalk": "^4.1.0",
    "lodash": "^4.17.20",
    "pretty-bytes": "^5.4.1",
    "stream-buffers": "^3.0.2"
  },
  "deprecated": false,
  "description": "Compress files and folders",
  "devDependencies": {
    "grunt": "^1.3.0",
    "grunt-contrib-clean": "^2.0.0",
    "grunt-contrib-copy": "^1.0.0",
    "grunt-contrib-internal": "^5.0.1",
    "grunt-contrib-jshint": "^3.0.0",
    "grunt-run": "^0.8.1",
    "jest": "^26.6.3",
    "tar": "^6.0.5"
  },
  "engines": {
    "node": ">=10.16"
  },
  "files": [
    "tasks"
  ],
  "homepage": "https://github.com/gruntjs/grunt-contrib-compress#readme",
  "jest": {
    "modulePathIgnorePatterns": [
      "tmp",
      "test/fixtures"
    ]
  },
  "keywords": [
    "gruntplugin",
    "compress",
    "zip",
    "tar"
  ],
  "license": "MIT",
  "main": "tasks/compress.js",
  "name": "grunt-contrib-compress",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gruntjs/grunt-contrib-compress.git"
  },
  "scripts": {
    "test": "grunt test"
  },
  "version": "2.0.0"
}