-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
91 lines (91 loc) · 2.3 KB
/
package.json
File metadata and controls
91 lines (91 loc) · 2.3 KB
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
{
"author": "Anton Trofimenko",
"bugs": {
"url": "https://github.com/corefunc/type/issues"
},
"contributors": [
{
"email": "r37r0m0d3l@protonmail.com",
"name": "Anton Trofimenko"
}
],
"description": "Collection of types",
"devDependencies": {
"prettier": "2.8.8",
"typescript": "4.7.4"
},
"files": [
"index.cjs",
"index.d.ts",
"index.js",
"index.mjs",
"class/complete.type.d.ts",
"class/concrete.type.d.ts",
"class/constructor.type.d.ts",
"class/error.type.d.ts",
"class/index.d.ts",
"class/index.js",
"class/key-of-class.cjs",
"class/key-of-class.d.ts",
"class/key-of-class.js",
"class/key-of-class.mjs",
"common/index.d.ts",
"json/index.d.ts",
"number/float-range.type.js",
"number/float-range.type.d.ts",
"number/index.js",
"number/index.d.ts",
"number/integer-16.type.js",
"number/integer-16.type.d.ts",
"number/integer-32.type.js",
"number/integer-32.type.d.ts",
"number/integer-64.type.js",
"number/integer-64.type.d.ts",
"number/integer-range.type.js",
"number/integer-range.type.d.ts",
"number/numeric.type.js",
"number/numeric.type.d.ts",
"string/index.js",
"string/index.d.ts",
"object/index.d.ts",
"object/index.js",
"object/values.type.d.ts",
"object/values.type.js",
"string/string-date.type.js",
"string/string-date.type.d.ts",
"string/string-fixed.type.js",
"string/string-fixed.type.d.ts",
"string/string-of-length.type.js",
"string/string-of-length.type.d.ts",
"string/string-time.type.js",
"string/string-time.type.d.ts",
"string/string-varying.type.js",
"string/string-varying.type.d.ts",
"string/uuid.type.js",
"string/uuid.type.d.ts",
"string/uuid4.type.js",
"string/uuid4.type.d.ts"
],
"keywords": [
"types",
"typescript",
"stdlib,",
"util,",
"utilities"
],
"license": "MIT",
"main": "index.js",
"name": "@corefunc/type",
"private": false,
"repository": {
"type": "git",
"url": "git+https://github.com/corefunc/type.git"
},
"scripts": {
"package:update": "npx npm-check --update",
"serve": "npx docsify serve docs",
"test": "echo \"Error: no test specified\" && exit 1"
},
"types": "./index.d.ts",
"version": "1.5.1"
}