-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
31 lines (31 loc) · 916 Bytes
/
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
{
"name": "mej_tech-modificateurs_acces_prive",
"version": "1.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "mej_tech-modificateurs_acces_prive",
"version": "1.0.0",
"license": "CC-BY-SA-4.0+",
"dependencies": {
"reveal.js": "3.7.0"
}
},
"node_modules/reveal.js": {
"version": "3.7.0",
"resolved": "https://registry.npmjs.org/reveal.js/-/reveal.js-3.7.0.tgz",
"integrity": "sha512-HTOTNhF5mQAw6fcsptk4oql/DEEUwTG0YHk/LzTNNx0/3IgvOQZqKzvlK/zNpqqKMLlhn1gH9Nvp+FFoc/e5/w==",
"engines": {
"node": ">=4.0.0"
}
}
},
"dependencies": {
"reveal.js": {
"version": "3.7.0",
"resolved": "https://registry.npmjs.org/reveal.js/-/reveal.js-3.7.0.tgz",
"integrity": "sha512-HTOTNhF5mQAw6fcsptk4oql/DEEUwTG0YHk/LzTNNx0/3IgvOQZqKzvlK/zNpqqKMLlhn1gH9Nvp+FFoc/e5/w=="
}
}
}