-
-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathpackage-lock.json
More file actions
35 lines (35 loc) · 1012 Bytes
/
package-lock.json
File metadata and controls
35 lines (35 loc) · 1012 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
28
29
30
31
32
33
34
35
{
"name": "metasync-memoize-example",
"version": "1.0.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "metasync-memoize-example",
"version": "1.0.2",
"license": "MIT",
"dependencies": {
"metasync": "^0.3.32"
}
},
"node_modules/@metarhia/common": {
"version": "2.2.2",
"resolved": "https://registry.npmjs.org/@metarhia/common/-/common-2.2.2.tgz",
"integrity": "sha512-iEBNTLsmEQPA+ckJcBVPoBWXAGlF8IzNOX4O71SXB9WIQkegY5CrfGDte5HYA9JKVAmGrI75sFRm0PwhuSUQ0g==",
"engines": {
"node": ">=12.0.0"
}
},
"node_modules/metasync": {
"version": "0.3.32",
"resolved": "https://registry.npmjs.org/metasync/-/metasync-0.3.32.tgz",
"integrity": "sha512-E+NeMCXhp7oUtTipm2KM4Eq+Fp5ZK5AiezIt0FZX5Vu4mxcaexcmQZ6Z48j/w2SzVoLqX94vcwGXPqeV9r8APA==",
"dependencies": {
"@metarhia/common": "^2.1.0"
},
"engines": {
"node": ">=10.0.0"
}
}
}
}