执行过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
{
  "_from": "batch@0.6.1",
  "_id": "batch@0.6.1",
  "_inBundle": false,
  "_integrity": "sha512-x+VAiMRL6UPkx+kudNvxTl6hB2XNNCG2r+7wixVfIYwu/2HKRXimwQyaumLjMveWvT2Hkd/cAJw+QBMfJ/EKVw==",
  "_location": "/batch",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "batch@0.6.1",
    "name": "batch",
    "escapedName": "batch",
    "rawSpec": "0.6.1",
    "saveSpec": null,
    "fetchSpec": "0.6.1"
  },
  "_requiredBy": [
    "/serve-index"
  ],
  "_resolved": "https://registry.npmmirror.com/batch/-/batch-0.6.1.tgz",
  "_shasum": "dc34314f4e679318093fc760272525f94bf25c16",
  "_spec": "batch@0.6.1",
  "_where": "D:\\源码\\vue-element-admin-master\\node_modules\\serve-index",
  "author": {
    "name": "TJ Holowaychuk",
    "email": "tj@vision-media.ca"
  },
  "browser": {
    "emitter": "events"
  },
  "bugs": {
    "url": "https://github.com/visionmedia/batch/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Simple async batch with concurrency control and progress reporting.",
  "devDependencies": {
    "mocha": "*",
    "should": "*"
  },
  "homepage": "https://github.com/visionmedia/batch#readme",
  "license": "MIT",
  "main": "index",
  "name": "batch",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/visionmedia/batch.git"
  },
  "version": "0.6.1"
}