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
| {
| "_from": "grunt-contrib-clean@2.0.1",
| "_id": "grunt-contrib-clean@2.0.1",
| "_inBundle": false,
| "_integrity": "sha512-uRvnXfhiZt8akb/ZRDHJpQQtkkVkqc/opWO4Po/9ehC2hPxgptB9S6JHDC/Nxswo4CJSM0iFPT/Iym3cEMWzKA==",
| "_location": "/grunt-contrib-clean",
| "_phantomChildren": {
| "glob": "7.2.3"
| },
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "grunt-contrib-clean@2.0.1",
| "name": "grunt-contrib-clean",
| "escapedName": "grunt-contrib-clean",
| "rawSpec": "2.0.1",
| "saveSpec": null,
| "fetchSpec": "2.0.1"
| },
| "_requiredBy": [
| "#DEV:/"
| ],
| "_resolved": "https://registry.npmjs.org/grunt-contrib-clean/-/grunt-contrib-clean-2.0.1.tgz",
| "_shasum": "062e8019d31bfca35af8929a2ee1063c6c46dd2d",
| "_spec": "grunt-contrib-clean@2.0.1",
| "_where": "/home/l/plc/node-red",
| "appveyor_id": "li28411ceq3n833d",
| "author": {
| "name": "Grunt Team",
| "url": "https://gruntjs.com/"
| },
| "bugs": {
| "url": "https://github.com/gruntjs/grunt-contrib-clean/issues"
| },
| "bundleDependencies": false,
| "dependencies": {
| "async": "^3.2.3",
| "rimraf": "^2.6.2"
| },
| "deprecated": false,
| "description": "Clean files and folders",
| "devDependencies": {
| "dir-compare": "^4.0.0",
| "grunt": "^1.5.2",
| "grunt-contrib-internal": "^7.0.0",
| "grunt-contrib-jshint": "^1.1.0",
| "grunt-contrib-nodeunit": "^4.0.0"
| },
| "engines": {
| "node": ">=12"
| },
| "files": [
| "tasks"
| ],
| "homepage": "https://github.com/gruntjs/grunt-contrib-clean#readme",
| "keywords": [
| "gruntplugin",
| "clean",
| "cleanup",
| "remove",
| "delete",
| "del",
| "rm",
| "rmrf",
| "rimraf"
| ],
| "license": "MIT",
| "main": "tasks/clean.js",
| "name": "grunt-contrib-clean",
| "peerDependencies": {
| "grunt": ">=0.4.5"
| },
| "repository": {
| "type": "git",
| "url": "git+https://github.com/gruntjs/grunt-contrib-clean.git"
| },
| "scripts": {
| "test": "grunt test"
| },
| "version": "2.0.1"
| }
|
|