-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
39 lines (39 loc) · 1.51 KB
/
package-lock.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
{
"name": "neworbit-tslint-config",
"version": "6.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"tslib": {
"version": "1.9.3",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.9.3.tgz",
"integrity": "sha512-4krF8scpejhaOgqzBEcGM7yDIEfi0/8+8zDRZhNZZ2kjmHJ4hv3zCbQWxoJGz1iw5U0Jl0nma13xzHXcncMavQ=="
},
"tslint-import-own-index": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/tslint-import-own-index/-/tslint-import-own-index-1.0.1.tgz",
"integrity": "sha512-oXkjXu/3Ec+cXIOU5odsoTVUxdeUext+2jdMFYggLSgKZ1Gp9IirmGj2+p+7+Y7PNtzKSGnK8X4MVb4R61nb2g=="
},
"tslint-react": {
"version": "3.6.0",
"resolved": "https://registry.npmjs.org/tslint-react/-/tslint-react-3.6.0.tgz",
"integrity": "sha512-AIv1QcsSnj7e9pFir6cJ6vIncTqxfqeFF3Lzh8SuuBljueYzEAtByuB6zMaD27BL0xhMEqsZ9s5eHuCONydjBw==",
"requires": {
"tsutils": "^2.13.1"
}
},
"tslint-react-hooks": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/tslint-react-hooks/-/tslint-react-hooks-2.0.0.tgz",
"integrity": "sha512-SC0BvRVX+SaSrT/kVcD/xzunBzleeX3TPHX010g9EfXPKLQzyg971VU/j1HnfutvPILDI1Qkhjqseb1+WIBiOw=="
},
"tsutils": {
"version": "2.29.0",
"resolved": "https://registry.npmjs.org/tsutils/-/tsutils-2.29.0.tgz",
"integrity": "sha512-g5JVHCIJwzfISaXpXE1qvNalca5Jwob6FjI4AoPlqMusJ6ftFE7IkkFoMhVLRgK+4Kx3gkzb8UZK5t5yTTvEmA==",
"requires": {
"tslib": "^1.8.1"
}
}
}
}