-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage-lock.json
39 lines (39 loc) · 1.61 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": "renovate-test-project4",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"detect-hover": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/detect-hover/-/detect-hover-1.0.3.tgz",
"integrity": "sha512-HtLoY+tClgYucJNiovNICGWFp9nOGVmHY44s7L62iPqORXM9vujeWFaVcqtA7XRvp/2Y+4RBUfHbDKFGN+xxZQ=="
},
"detect-it": {
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/detect-it/-/detect-it-3.0.2.tgz",
"integrity": "sha512-RCzARVa4tKr3E1J2ubP2bPBkdk8agqbJnzf6CMhLBXdczacjThhllxkdojIm2JyV346nfbIbB4m8Tf+/bRj51A==",
"requires": {
"detect-hover": "^1.0.2",
"detect-passive-events": "^1.0.3",
"detect-pointer": "^1.0.2",
"detect-touch-events": "^2.0.1"
}
},
"detect-passive-events": {
"version": "1.0.5",
"resolved": "https://registry.npmjs.org/detect-passive-events/-/detect-passive-events-1.0.5.tgz",
"integrity": "sha512-foW7Q35wwOCxVzW0xLf5XeB5Fhe7oyRgvkBYdiP9IWgLMzjqUqTvsJv9ymuEWGjY6AoDXD3OC294+Z9iuOw0QA=="
},
"detect-pointer": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/detect-pointer/-/detect-pointer-1.0.3.tgz",
"integrity": "sha512-d0o/Puo3fiGSCXy6H039h9Kwz+mmYCGKZ/qtPFnpN3WfsumjC1C9b5KKvRu+aYnfdI8peqN/iAe7dPd85qIt2g=="
},
"detect-touch-events": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/detect-touch-events/-/detect-touch-events-2.0.2.tgz",
"integrity": "sha512-g8GWBkJLiIDRJfRXEdrd1wMXpNyGId2DkbfuwFahSb4OCvn717hyRJtAcEDISfp3zkwEhZ4Y4woHPA6DeyB3Fw=="
}
}
}