执行过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
{
  "_from": "dropzone@5.5.1",
  "_id": "dropzone@5.5.1",
  "_inBundle": false,
  "_integrity": "sha512-3VduRWLxx9hbVr42QieQN25mx/I61/mRdUSuxAmDGdDqZIN8qtP7tcKMa3KfpJjuGjOJGYYUzzeq6eGDnkzesA==",
  "_location": "/dropzone",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "dropzone@5.5.1",
    "name": "dropzone",
    "escapedName": "dropzone",
    "rawSpec": "5.5.1",
    "saveSpec": null,
    "fetchSpec": "5.5.1"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmmirror.com/dropzone/-/dropzone-5.5.1.tgz",
  "_shasum": "06e2f513e61d6aa363d4b556f18574f47cf7ba26",
  "_spec": "dropzone@5.5.1",
  "_where": "D:\\源码\\vue-element-admin-master",
  "bugs": {
    "url": "https://gitlab.com/meno/dropzone/issues",
    "email": "m@tias.me"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Matias Meno",
      "email": "m@tias.me",
      "url": "http://www.colorglare.com"
    }
  ],
  "deprecated": false,
  "description": "Handles drag and drop of files for you.",
  "homepage": "http://www.dropzonejs.com",
  "keywords": [
    "dragndrop",
    "drag and drop",
    "file upload",
    "upload"
  ],
  "license": "MIT",
  "main": "./dist/dropzone.js",
  "maintainers": [
    {
      "name": "Matias Meno",
      "email": "m@tias.me",
      "url": "http://www.colorglare.com"
    }
  ],
  "name": "dropzone",
  "repository": {
    "type": "git",
    "url": "git+https://gitlab.com/meno/dropzone.git"
  },
  "version": "5.5.1"
}