执行过npm install命令的vue-element-admin源码
康凯
2022-05-20 aa4c235a8ca67ea8b731f90c951a465e92c0a865
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
{
  "_from": "del@^3.0.0",
  "_id": "del@3.0.0",
  "_inBundle": false,
  "_integrity": "sha512-7yjqSoVSlJzA4t/VUwazuEagGeANEKB3f/aNI//06pfKgwoCb7f6Q1gETN1sZzYaj6chTQ0AhIwDiPdfOjko4A==",
  "_location": "/node-plop/del",
  "_phantomChildren": {
    "array-union": "1.0.2",
    "glob": "7.2.3",
    "object-assign": "4.1.1",
    "pinkie-promise": "2.0.1"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "del@^3.0.0",
    "name": "del",
    "escapedName": "del",
    "rawSpec": "^3.0.0",
    "saveSpec": null,
    "fetchSpec": "^3.0.0"
  },
  "_requiredBy": [
    "/node-plop"
  ],
  "_resolved": "https://registry.npmmirror.com/del/-/del-3.0.0.tgz",
  "_shasum": "53ecf699ffcbcb39637691ab13baf160819766e5",
  "_spec": "del@^3.0.0",
  "_where": "D:\\源码\\vue-element-admin-master\\node_modules\\node-plop",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/del/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "globby": "^6.1.0",
    "is-path-cwd": "^1.0.0",
    "is-path-in-cwd": "^1.0.0",
    "p-map": "^1.1.1",
    "pify": "^3.0.0",
    "rimraf": "^2.2.8"
  },
  "deprecated": false,
  "description": "Delete files and folders",
  "devDependencies": {
    "ava": "*",
    "make-dir": "^1.0.0",
    "tempy": "^0.1.0",
    "xo": "*"
  },
  "engines": {
    "node": ">=4"
  },
  "files": [
    "index.js"
  ],
  "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"
  },
  "version": "3.0.0"
}