forked from TeamNuclearCodes/Kanbanify
-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage-lock.json
More file actions
34 lines (34 loc) · 943 Bytes
/
package-lock.json
File metadata and controls
34 lines (34 loc) · 943 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
{
"name": "Kanbanify",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"node": "^24.9.0"
}
},
"node_modules/node": {
"version": "24.9.0",
"resolved": "https://registry.npmjs.org/node/-/node-24.9.0.tgz",
"integrity": "sha512-cczSuf6uJejZ+dR+BAUEd6t2TxW31GvSexzEEvUKKRT59E/oYxUk3fixnUUqMG4tCtjg2wpZp3hfPdGuSg4pgw==",
"hasInstallScript": true,
"license": "ISC",
"dependencies": {
"node-bin-setup": "^1.0.0"
},
"bin": {
"node": "bin/node"
},
"engines": {
"npm": ">=5.0.0"
}
},
"node_modules/node-bin-setup": {
"version": "1.1.4",
"resolved": "https://registry.npmjs.org/node-bin-setup/-/node-bin-setup-1.1.4.tgz",
"integrity": "sha512-vWNHOne0ZUavArqPP5LJta50+S8R261Fr5SvGul37HbEDcowvLjwdvd0ZeSr0r2lTSrPxl6okq9QUw8BFGiAxA==",
"license": "ISC"
}
}
}