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
| {
| "_from": "type-fest@^0.6.0",
| "_id": "type-fest@0.6.0",
| "_inBundle": false,
| "_integrity": "sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==",
| "_location": "/type-fest",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "type-fest@^0.6.0",
| "name": "type-fest",
| "escapedName": "type-fest",
| "rawSpec": "^0.6.0",
| "saveSpec": null,
| "fetchSpec": "^0.6.0"
| },
| "_requiredBy": [
| "/read-pkg"
| ],
| "_resolved": "https://registry.npmmirror.com/type-fest/-/type-fest-0.6.0.tgz",
| "_shasum": "8d2a2370d3df886eb5c90ada1c5bf6188acf838b",
| "_spec": "type-fest@^0.6.0",
| "_where": "D:\\源码\\vue-element-admin-master\\node_modules\\read-pkg",
| "author": {
| "name": "Sindre Sorhus",
| "email": "sindresorhus@gmail.com",
| "url": "sindresorhus.com"
| },
| "bugs": {
| "url": "https://github.com/sindresorhus/type-fest/issues"
| },
| "bundleDependencies": false,
| "deprecated": false,
| "description": "A collection of essential TypeScript types",
| "devDependencies": {
| "@sindresorhus/tsconfig": "^0.4.0",
| "@typescript-eslint/eslint-plugin": "^1.9.0",
| "@typescript-eslint/parser": "^1.10.2",
| "eslint-config-xo-typescript": "^0.14.0",
| "tsd": "^0.7.3",
| "xo": "^0.24.0"
| },
| "engines": {
| "node": ">=8"
| },
| "files": [
| "index.d.ts",
| "source"
| ],
| "homepage": "https://github.com/sindresorhus/type-fest#readme",
| "keywords": [
| "typescript",
| "ts",
| "types",
| "utility",
| "util",
| "utilities",
| "omit",
| "merge",
| "json"
| ],
| "license": "(MIT OR CC0-1.0)",
| "name": "type-fest",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/sindresorhus/type-fest.git"
| },
| "scripts": {
| "test": "xo && tsd"
| },
| "version": "0.6.0",
| "xo": {
| "extends": "xo-typescript",
| "extensions": [
| "ts"
| ],
| "rules": {
| "import/no-unresolved": "off",
| "@typescript-eslint/indent": "off"
| }
| }
| }
|
|