-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
24 lines (24 loc) · 879 Bytes
/
package-lock.json
File metadata and controls
24 lines (24 loc) · 879 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "deepx",
"version": "0.1.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"datasense": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/datasense/-/datasense-1.2.0.tgz",
"integrity": "sha512-XtFUyt0dper0APz5tjs7VMWZhxsy4xMP1bhX0VwFTeiIruKsj5EsqD61Ozp+prqFRBeLfcEoIRNM1SH/vk5k6A=="
},
"hje": {
"version": "2.0.0-alpha.3",
"resolved": "https://registry.npmjs.org/hje/-/hje-2.0.0-alpha.3.tgz",
"integrity": "sha512-tjWOa1wa0FCy7roHAYzhURU756ABWQAJHb6L6s4KWEDoBv8G39FsWNRWfzWsS2zIM9zpCvnXtDyMYcjy0IXxow=="
},
"typescript": {
"version": "4.1.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.1.2.tgz",
"integrity": "sha512-thGloWsGH3SOxv1SoY7QojKi0tc+8FnOmiarEGMbd/lar7QOEd3hvlx3Fp5y6FlDUGl9L+pd4n2e+oToGMmhRQ==",
"dev": true
}
}
}