-
Notifications
You must be signed in to change notification settings - Fork 3
/
package-lock.json
65 lines (65 loc) · 1.85 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
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
{
"name": "stencil-click-outside",
"version": "1.7.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"version": "1.7.0",
"license": "MIT",
"devDependencies": {
"@stencil/core": ">=1.9.0",
"typescript": "^3.8.3"
},
"peerDependencies": {
"@stencil/core": ">=1.9.0"
}
},
"node_modules/@stencil/core": {
"version": "1.9.0",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-1.9.0.tgz",
"integrity": "sha512-GebQiDqR04owD1NkCVDYUQduQIPdIsGW7K70hmuW1KLrWURdaaECQeBQJOAE1pasZMg8vYoSRFt3LeCE7nsJAQ==",
"dev": true,
"dependencies": {
"typescript": "3.8.3"
},
"bin": {
"stencil": "bin/stencil"
},
"engines": {
"node": ">=8.9.0",
"npm": ">=6.0.0"
}
},
"node_modules/typescript": {
"version": "3.8.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.8.3.tgz",
"integrity": "sha512-MYlEfn5VrLNsgudQTVJeNaQFUAI7DkhnOjdpAp4T+ku1TfQClewlbSuTVHiA+8skNBgaf02TL/kLOvig4y3G8w==",
"dev": true,
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=4.2.0"
}
}
},
"dependencies": {
"@stencil/core": {
"version": "1.9.0",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-1.9.0.tgz",
"integrity": "sha512-GebQiDqR04owD1NkCVDYUQduQIPdIsGW7K70hmuW1KLrWURdaaECQeBQJOAE1pasZMg8vYoSRFt3LeCE7nsJAQ==",
"dev": true,
"requires": {
"typescript": "3.8.3"
}
},
"typescript": {
"version": "3.8.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.8.3.tgz",
"integrity": "sha512-MYlEfn5VrLNsgudQTVJeNaQFUAI7DkhnOjdpAp4T+ku1TfQClewlbSuTVHiA+8skNBgaf02TL/kLOvig4y3G8w==",
"dev": true
}
}
}