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-legacy-util@~2.0.1",
  "_id": "grunt-legacy-util@2.0.1",
  "_inBundle": false,
  "_integrity": "sha512-2bQiD4fzXqX8rhNdXkAywCadeqiPiay0oQny77wA2F3WF4grPJXCvAcyoWUJV+po/b15glGkxuSiQCK299UC2w==",
  "_location": "/grunt-legacy-util",
  "_phantomChildren": {
    "isexe": "2.0.0"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "grunt-legacy-util@~2.0.1",
    "name": "grunt-legacy-util",
    "escapedName": "grunt-legacy-util",
    "rawSpec": "~2.0.1",
    "saveSpec": null,
    "fetchSpec": "~2.0.1"
  },
  "_requiredBy": [
    "/grunt"
  ],
  "_resolved": "https://registry.npmjs.org/grunt-legacy-util/-/grunt-legacy-util-2.0.1.tgz",
  "_shasum": "0f929d13a2faf9988c9917c82bff609e2d9ba255",
  "_spec": "grunt-legacy-util@~2.0.1",
  "_where": "/home/l/plc/node-red/node_modules/grunt",
  "author": {
    "name": "Grunt Development Team",
    "url": "https://gruntjs.com/development-team"
  },
  "bugs": {
    "url": "http://github.com/gruntjs/grunt-legacy-util/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "async": "~3.2.0",
    "exit": "~0.1.2",
    "getobject": "~1.0.0",
    "hooker": "~0.2.3",
    "lodash": "~4.17.21",
    "underscore.string": "~3.3.5",
    "which": "~2.0.2"
  },
  "deprecated": false,
  "description": "Some old grunt utils provided for backwards compatibility.",
  "devDependencies": {
    "grunt": "^1.3.0",
    "grunt-cli": "^1.3.2",
    "grunt-contrib-jshint": "^3.0.0",
    "grunt-contrib-nodeunit": "^3.0.0",
    "grunt-contrib-watch": "^1.1.0",
    "temporary": "1.1.0"
  },
  "engines": {
    "node": ">=10"
  },
  "homepage": "http://gruntjs.com/",
  "keywords": [
    "grunt",
    "legacy"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "grunt-legacy-util",
  "repository": {
    "type": "git",
    "url": "git://github.com/gruntjs/grunt-legacy-util.git"
  },
  "scripts": {
    "test": "grunt test"
  },
  "version": "2.0.1"
}