-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.26 KB
/
package.json
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
{
"name": "@angular-package/type",
"version": "5.0.0-rc.0",
"description": "Common types, type guards and type checkers.",
"author": "Angular Package <angular-package@wvvw.dev> (https://wvvw.dev)",
"homepage": "https://github.com/angular-package/type#readme",
"dependencies": {
"tslib": "^2.3.0"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"devDependencies": {
"@angular-package/testing": "^2.0.0"
},
"keywords": [
"array",
"bigint",
"boolean",
"check",
"class",
"date",
"defined",
"determine",
"false",
"function",
"guard",
"instance",
"key",
"propertyKey",
"null",
"number",
"number between",
"number object",
"number type",
"object",
"primitive",
"RegExp",
"string",
"string length",
"string object",
"string type",
"symbol",
"undefined",
"true",
"type",
"types",
"type guards",
"typescript",
"angular-package",
"@angular-package",
"@angular-package/type"
],
"repository": {
"type": "git",
"url": "git+https://github.com/angular-package/type.git"
},
"bugs": {
"url": "https://github.com/angular-package/type/issues"
},
"license": "MIT"
}