-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
48 lines (48 loc) · 1.32 KB
/
package-lock.json
File metadata and controls
48 lines (48 loc) · 1.32 KB
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
{
"name": "@effectorhq/graph",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@effectorhq/graph",
"version": "1.0.0",
"license": "Apache-2.0",
"dependencies": {
"@effectorhq/core": "^1.0.0",
"@effectorhq/types": "^1.0.0"
},
"bin": {
"effector-graph": "bin/effector-graph.js"
},
"engines": {
"node": ">=18.0.0"
}
},
"node_modules/@effectorhq/core": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/@effectorhq/core/-/core-1.0.0.tgz",
"integrity": "sha512-nWGnUv01qZ34oY95zq/pDqlvnwdUkfEZKTOW1pbHMhPVWvdqbMPE6TCuc3Mq4CfBWJTbwjHDaMgvcIc2Qoc4jg==",
"license": "Apache-2.0",
"bin": {
"effector-core": "src/cli.js"
},
"engines": {
"node": ">=18"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/effectorHQ"
}
},
"node_modules/@effectorhq/types": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/@effectorhq/types/-/types-1.0.0.tgz",
"integrity": "sha512-EN4QRYLpREbHpTzg/nlAvmxoSMhn9PByyQpdAq2+WHDCG9m+OyK/qKrmXlsTnq5Zd1HZ/A1e+jxkCxNGrEo83Q==",
"license": "Apache-2.0",
"engines": {
"node": ">=18.0.0"
}
}
}
}