{ "_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" }