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
{
  "_from": "grunt-cli@~1.4.3",
  "_id": "grunt-cli@1.4.3",
  "_inBundle": false,
  "_integrity": "sha512-9Dtx/AhVeB4LYzsViCjUQkd0Kw0McN2gYpdmGYKtE2a5Yt7v1Q+HYZVWhqXc/kGnxlMtqKDxSwotiGeFmkrCoQ==",
  "_location": "/grunt-cli",
  "_phantomChildren": {
    "abbrev": "1.1.1",
    "osenv": "0.1.5"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "grunt-cli@~1.4.3",
    "name": "grunt-cli",
    "escapedName": "grunt-cli",
    "rawSpec": "~1.4.3",
    "saveSpec": null,
    "fetchSpec": "~1.4.3"
  },
  "_requiredBy": [
    "#DEV:/",
    "/grunt"
  ],
  "_resolved": "https://registry.npmjs.org/grunt-cli/-/grunt-cli-1.4.3.tgz",
  "_shasum": "22c9f1a3d2780bf9b0d206e832e40f8f499175ff",
  "_spec": "grunt-cli@~1.4.3",
  "_where": "/home/l/plc/node-red",
  "appveyor_id": "prp6g944b05jsq6d",
  "author": {
    "name": "Grunt Development Team",
    "url": "http://gruntjs.com/development-team"
  },
  "bin": {
    "grunt": "bin/grunt"
  },
  "bugs": {
    "url": "https://github.com/gruntjs/grunt-cli/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "grunt-known-options": "~2.0.0",
    "interpret": "~1.1.0",
    "liftup": "~3.0.1",
    "nopt": "~4.0.1",
    "v8flags": "~3.2.0"
  },
  "deprecated": false,
  "description": "The grunt command line interface",
  "devDependencies": {
    "grunt": "~1.3.0",
    "grunt-contrib-jshint": "~3.0.0"
  },
  "engines": {
    "node": ">=10"
  },
  "files": [
    "bin",
    "completion",
    "lib"
  ],
  "homepage": "https://github.com/gruntjs/grunt-cli#readme",
  "license": "MIT",
  "name": "grunt-cli",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gruntjs/grunt-cli.git"
  },
  "scripts": {
    "test": "node bin/grunt test"
  },
  "version": "1.4.3"
}