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
|
{
"name": "type-fest",
"dist-tags": {
"latest": "0.20.2"
},
"versions": {
"0.20.2": {
"name": "type-fest",
"version": "0.20.2",
"description": "A collection of essential TypeScript types",
"license": "(MIT OR CC0-1.0)",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/type-fest.git"
},
"funding": "https://github.com/sponsors/sindresorhus",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com"
},
"engines": {
"node": ">=10"
},
"scripts": {
"//test": "xo && tsd && tsc",
"test": "xo && tsc"
},
"devDependencies": {
"@sindresorhus/tsconfig": "~0.7.0",
"tsd": "^0.13.1",
"typescript": "^4.1.2",
"xo": "^0.35.0"
},
"types": "./index.d.ts",
"typesVersions": {
">=4.1": {
"*": [
"ts41/*"
]
}
},
"xo": {
"rules": {
"@typescript-eslint/ban-types": "off",
"@typescript-eslint/indent": "off",
"node/no-unsupported-features/es-builtins": "off"
}
},
"gitHead": "0337bcdebdad653915d35bf39428abf702ae5de5",
"bugs": {
"url": "https://github.com/sindresorhus/type-fest/issues"
},
"_id": "type-fest@0.20.2",
"_nodeVersion": "10.22.1",
"_npmVersion": "6.14.9",
"dist": {
"integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
"shasum": "1bf207f4b28f91583666cb5fbd327887301cd5f4",
"tarball": "http://localhost:4260/type-fest/type-fest-0.20.2.tgz",
"fileCount": 42,
"unpackedSize": 110590
},
"directories": {},
"_hasShrinkwrap": false
}
},
"description": "A collection of essential TypeScript types",
"homepage": "https://github.com/sindresorhus/type-fest#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/type-fest.git"
},
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/type-fest/issues"
},
"license": "(MIT OR CC0-1.0)",
"readmeFilename": "readme.md"
}
|