执行过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
{
  "_from": "loader-fs-cache@^1.0.0",
  "_id": "loader-fs-cache@1.0.3",
  "_inBundle": false,
  "_integrity": "sha512-ldcgZpjNJj71n+2Mf6yetz+c9bM4xpKtNds4LbqXzU/PTdeAX0g3ytnU1AJMEcTk2Lex4Smpe3Q/eCTsvUBxbA==",
  "_location": "/loader-fs-cache",
  "_phantomChildren": {
    "commondir": "1.0.1",
    "mkdirp": "0.5.6",
    "pinkie-promise": "2.0.1"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "loader-fs-cache@^1.0.0",
    "name": "loader-fs-cache",
    "escapedName": "loader-fs-cache",
    "rawSpec": "^1.0.0",
    "saveSpec": null,
    "fetchSpec": "^1.0.0"
  },
  "_requiredBy": [
    "/eslint-loader"
  ],
  "_resolved": "https://registry.npmmirror.com/loader-fs-cache/-/loader-fs-cache-1.0.3.tgz",
  "_shasum": "f08657646d607078be2f0a032f8bd69dd6f277d9",
  "_spec": "loader-fs-cache@^1.0.0",
  "_where": "D:\\源码\\vue-element-admin-master\\node_modules\\eslint-loader",
  "author": {
    "name": "Ade Viankakrisna Fadlil"
  },
  "bugs": {
    "url": "https://github.com/viankakrisna/loader-fs-cache/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "find-cache-dir": "^0.1.1",
    "mkdirp": "^0.5.1"
  },
  "deprecated": false,
  "description": "A published package of https://github.com/babel/babel-loader/blob/master/src/fs-cache.js",
  "homepage": "https://github.com/viankakrisna/loader-fs-cache#readme",
  "license": "MIT",
  "main": "index.js",
  "name": "loader-fs-cache",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/viankakrisna/loader-fs-cache.git"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "version": "1.0.3"
}