-
Notifications
You must be signed in to change notification settings - Fork 1
/
package-lock.json
50 lines (50 loc) · 1.46 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
{
"name": "csv-marker-importer",
"version": "1.0.6",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "csv-marker-importer",
"version": "1.0.6",
"dependencies": {
"luucy-types": "^10.20.3"
},
"devDependencies": {
"typescript": "^4.7.2"
}
},
"node_modules/luucy-types": {
"version": "10.20.3",
"resolved": "https://registry.npmjs.org/luucy-types/-/luucy-types-10.20.3.tgz",
"integrity": "sha512-c6BN3m6HLHHUIhmh2Z58/O5v3atuFNijAlCA2/j1biNIyblwXm6u/tUe8l5HdgKd1UVmtVo0a3pqAhxZrJOeDw==",
"hasInstallScript": true
},
"node_modules/typescript": {
"version": "4.7.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.3.tgz",
"integrity": "sha512-WOkT3XYvrpXx4vMMqlD+8R8R37fZkjyLGlxavMc4iB8lrl8L0DeTcHbYgw/v0N/z9wAFsgBhcsF0ruoySS22mA==",
"dev": true,
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=4.2.0"
}
}
},
"dependencies": {
"luucy-types": {
"version": "10.20.3",
"resolved": "https://registry.npmjs.org/luucy-types/-/luucy-types-10.20.3.tgz",
"integrity": "sha512-c6BN3m6HLHHUIhmh2Z58/O5v3atuFNijAlCA2/j1biNIyblwXm6u/tUe8l5HdgKd1UVmtVo0a3pqAhxZrJOeDw=="
},
"typescript": {
"version": "4.7.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.3.tgz",
"integrity": "sha512-WOkT3XYvrpXx4vMMqlD+8R8R37fZkjyLGlxavMc4iB8lrl8L0DeTcHbYgw/v0N/z9wAFsgBhcsF0ruoySS22mA==",
"dev": true
}
}
}