-
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage-lock.json
More file actions
27 lines (27 loc) · 764 Bytes
/
package-lock.json
File metadata and controls
27 lines (27 loc) · 764 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
25
26
27
{
"name": "string-transform",
"version": "21.9.19",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"version": "21.9.19",
"license": "Apache-2.0",
"dependencies": {
"uint": "^21.6.2"
}
},
"node_modules/uint": {
"version": "21.6.2",
"resolved": "https://registry.npmjs.org/uint/-/uint-21.6.2.tgz",
"integrity": "sha512-2kdYektVZzHjg8Rhs4YgSnGZQkBnOa8/Xkt67YRhBMo8T36cjxbb3MnQrEgqAMSh36RAvxJWiiSOI9ySLbtwpA=="
}
},
"dependencies": {
"uint": {
"version": "21.6.2",
"resolved": "https://registry.npmjs.org/uint/-/uint-21.6.2.tgz",
"integrity": "sha512-2kdYektVZzHjg8Rhs4YgSnGZQkBnOa8/Xkt67YRhBMo8T36cjxbb3MnQrEgqAMSh36RAvxJWiiSOI9ySLbtwpA=="
}
}
}