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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
| {
| "_args": [
| [
| "del@4.1.1",
| "C:\\Users\\hp\\Desktop\\gitzhongyi"
| ]
| ],
| "_development": true,
| "_from": "del@4.1.1",
| "_id": "del@4.1.1",
| "_inBundle": false,
| "_integrity": "sha512-QwGuEUouP2kVwQenAsOof5Fv8K9t3D8Ca8NxcXKrIpEHjTXK5J2nXLdP+ALI1cgv8wj7KuwBhTwBkOZSJKM5XQ==",
| "_location": "/del",
| "_phantomChildren": {
| "array-union": "1.0.2",
| "glob": "7.2.3",
| "object-assign": "4.1.1",
| "pinkie-promise": "2.0.1"
| },
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "del@4.1.1",
| "name": "del",
| "escapedName": "del",
| "rawSpec": "4.1.1",
| "saveSpec": null,
| "fetchSpec": "4.1.1"
| },
| "_requiredBy": [
| "/webpack-dev-server"
| ],
| "_resolved": "https://registry.npmmirror.com/del/-/del-4.1.1.tgz",
| "_spec": "4.1.1",
| "_where": "C:\\Users\\hp\\Desktop\\gitzhongyi",
| "author": {
| "name": "Sindre Sorhus",
| "email": "sindresorhus@gmail.com",
| "url": "sindresorhus.com"
| },
| "bugs": {
| "url": "https://github.com/sindresorhus/del/issues"
| },
| "dependencies": {
| "@types/glob": "^7.1.1",
| "globby": "^6.1.0",
| "is-path-cwd": "^2.0.0",
| "is-path-in-cwd": "^2.0.0",
| "p-map": "^2.0.0",
| "pify": "^4.0.1",
| "rimraf": "^2.6.3"
| },
| "description": "Delete files and folders",
| "devDependencies": {
| "ava": "^1.4.1",
| "make-dir": "^2.1.0",
| "tempy": "^0.2.1",
| "tsd": "^0.7.1",
| "xo": "^0.24.0"
| },
| "engines": {
| "node": ">=6"
| },
| "files": [
| "index.js",
| "index.d.ts"
| ],
| "homepage": "https://github.com/sindresorhus/del#readme",
| "keywords": [
| "delete",
| "files",
| "folders",
| "directories",
| "del",
| "remove",
| "destroy",
| "trash",
| "unlink",
| "clean",
| "cleaning",
| "cleanup",
| "rm",
| "rmrf",
| "rimraf",
| "rmdir",
| "glob",
| "gulpfriendly",
| "file",
| "folder",
| "directory",
| "dir",
| "fs",
| "filesystem"
| ],
| "license": "MIT",
| "name": "del",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/sindresorhus/del.git"
| },
| "scripts": {
| "test": "xo && ava && tsd"
| },
| "version": "4.1.1"
| }
|
|