保誠-保戶業務員媒合平台
Tomas
2022-05-19 957a1f10a06fdbb76f1a0ba94fe44126c613fee3
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
85
86
87
88
89
90
91
92
93
{
  "_args": [
    [
      "type-fest@0.21.3",
      "/Users/tomas/PAM/PAMapp"
    ]
  ],
  "_from": "type-fest@0.21.3",
  "_id": "type-fest@0.21.3",
  "_inBundle": false,
  "_integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==",
  "_location": "/type-fest",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "type-fest@0.21.3",
    "name": "type-fest",
    "escapedName": "type-fest",
    "rawSpec": "0.21.3",
    "saveSpec": null,
    "fetchSpec": "0.21.3"
  },
  "_requiredBy": [
    "/ansi-escapes"
  ],
  "_resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz",
  "_spec": "0.21.3",
  "_where": "/Users/tomas/PAM/PAMapp",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "https://sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/type-fest/issues"
  },
  "description": "A collection of essential TypeScript types",
  "devDependencies": {
    "@sindresorhus/tsconfig": "~0.7.0",
    "expect-type": "^0.11.0",
    "tsd": "^0.14.0",
    "typescript": "^4.1.3",
    "xo": "^0.36.1"
  },
  "engines": {
    "node": ">=10"
  },
  "files": [
    "index.d.ts",
    "base.d.ts",
    "source",
    "ts41"
  ],
  "funding": "https://github.com/sponsors/sindresorhus",
  "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 && tsc"
  },
  "types": "./index.d.ts",
  "typesVersions": {
    ">=4.1": {
      "*": [
        "ts41/*"
      ]
    }
  },
  "version": "0.21.3",
  "xo": {
    "rules": {
      "@typescript-eslint/ban-types": "off",
      "@typescript-eslint/indent": "off",
      "node/no-unsupported-features/es-builtins": "off"
    }
  }
}