-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage-lock.json
82 lines (82 loc) · 3.19 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "schemaorg-checker",
"version": "1.0.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "schemaorg-checker",
"version": "1.0.1",
"license": "MIT",
"dependencies": {
"schema.org": "~3.1.1",
"validator": "~13.11.0"
}
},
"node_modules/@scienceai/ds3-mime": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/@scienceai/ds3-mime/-/ds3-mime-1.0.0.tgz",
"integrity": "sha512-GT9MWOkatT6LG8gMU6wd94DVpRjOf3mvYVJnhsWSMYSIDCMzanjg9v8HDqxBcly8iKBrqppNdZjHLCXM72GD9A=="
},
"node_modules/is-url": {
"version": "1.2.4",
"resolved": "https://registry.npmjs.org/is-url/-/is-url-1.2.4.tgz",
"integrity": "sha512-ITvGim8FhRiYe4IQ5uHSkj7pVaPDrCTkNd3yq3cV7iZAcJdHTUMPMEHcqSOy9xZ9qFenQCvi+2wjH9a1nXqHww=="
},
"node_modules/schema.org": {
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/schema.org/-/schema.org-3.1.1.tgz",
"integrity": "sha512-DtTJup3qPTOm/TqCoL83vZMTQrFbeXe6AJpgFigD3HcqZOLmfbCiRR3j7Wbp/JTZpcjRCOTrhLOda30jk114ww==",
"dependencies": {
"@scienceai/ds3-mime": "^1.0.0",
"is-url": "^1.2.4",
"url-template": "2.0.8"
}
},
"node_modules/url-template": {
"version": "2.0.8",
"resolved": "https://registry.npmjs.org/url-template/-/url-template-2.0.8.tgz",
"integrity": "sha512-XdVKMF4SJ0nP/O7XIPB0JwAEuT9lDIYnNsK8yGVe43y0AWoKeJNdv3ZNWh7ksJ6KqQFjOO6ox/VEitLnaVNufw=="
},
"node_modules/validator": {
"version": "13.11.0",
"resolved": "https://registry.npmjs.org/validator/-/validator-13.11.0.tgz",
"integrity": "sha512-Ii+sehpSfZy+At5nPdnyMhx78fEoPDkR2XW/zimHEL3MyGJQOCQ7WeP20jPYRz7ZCpcKLB21NxuXHF3bxjStBQ==",
"engines": {
"node": ">= 0.10"
}
}
},
"dependencies": {
"@scienceai/ds3-mime": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/@scienceai/ds3-mime/-/ds3-mime-1.0.0.tgz",
"integrity": "sha512-GT9MWOkatT6LG8gMU6wd94DVpRjOf3mvYVJnhsWSMYSIDCMzanjg9v8HDqxBcly8iKBrqppNdZjHLCXM72GD9A=="
},
"is-url": {
"version": "1.2.4",
"resolved": "https://registry.npmjs.org/is-url/-/is-url-1.2.4.tgz",
"integrity": "sha512-ITvGim8FhRiYe4IQ5uHSkj7pVaPDrCTkNd3yq3cV7iZAcJdHTUMPMEHcqSOy9xZ9qFenQCvi+2wjH9a1nXqHww=="
},
"schema.org": {
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/schema.org/-/schema.org-3.1.1.tgz",
"integrity": "sha512-DtTJup3qPTOm/TqCoL83vZMTQrFbeXe6AJpgFigD3HcqZOLmfbCiRR3j7Wbp/JTZpcjRCOTrhLOda30jk114ww==",
"requires": {
"@scienceai/ds3-mime": "^1.0.0",
"is-url": "^1.2.4",
"url-template": "2.0.8"
}
},
"url-template": {
"version": "2.0.8",
"resolved": "https://registry.npmjs.org/url-template/-/url-template-2.0.8.tgz",
"integrity": "sha512-XdVKMF4SJ0nP/O7XIPB0JwAEuT9lDIYnNsK8yGVe43y0AWoKeJNdv3ZNWh7ksJ6KqQFjOO6ox/VEitLnaVNufw=="
},
"validator": {
"version": "13.11.0",
"resolved": "https://registry.npmjs.org/validator/-/validator-13.11.0.tgz",
"integrity": "sha512-Ii+sehpSfZy+At5nPdnyMhx78fEoPDkR2XW/zimHEL3MyGJQOCQ7WeP20jPYRz7ZCpcKLB21NxuXHF3bxjStBQ=="
}
}
}