1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- {
- "_from": "grunt-contrib-clean",
- "_id": "grunt-contrib-clean@2.0.0",
- "_inBundle": false,
- "_integrity": "sha1-O+fKSA2kt0CqXp2GPi9+iyT4pos=",
- "_location": "/grunt-contrib-clean",
- "_phantomChildren": {},
- "_requested": {
- "type": "tag",
- "registry": true,
- "raw": "grunt-contrib-clean",
- "name": "grunt-contrib-clean",
- "escapedName": "grunt-contrib-clean",
- "rawSpec": "",
- "saveSpec": null,
- "fetchSpec": "latest"
- },
- "_requiredBy": [
- "#DEV:/",
- "#USER"
- ],
- "_resolved": "http://registry.npm.taobao.org/grunt-contrib-clean/download/grunt-contrib-clean-2.0.0.tgz",
- "_shasum": "3be7ca480da4b740aa5e9d863e2f7e8b24f8a68b",
- "_spec": "grunt-contrib-clean",
- "_where": "E:\\dev\\007\\node_module\\node10",
- "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": "^2.6.1",
- "rimraf": "^2.6.2"
- },
- "deprecated": false,
- "description": "Clean files and folders",
- "devDependencies": {
- "dir-compare": "^1.4.0",
- "grunt": "^1.0.3",
- "grunt-contrib-internal": "^3.1.0",
- "grunt-contrib-jshint": "^1.1.0",
- "grunt-contrib-nodeunit": "^2.0.0"
- },
- "engines": {
- "node": ">=6"
- },
- "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.0"
- }
|