-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
36 lines (36 loc) · 994 Bytes
/
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
{
"name": "mern-auth",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "mern-auth",
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"node": "^22.2.0"
}
},
"node_modules/node": {
"version": "22.2.0",
"resolved": "https://registry.npmjs.org/node/-/node-22.2.0.tgz",
"integrity": "sha512-zpydeLeT5f3Q8i4wbsn1BKaYsBYhqJwBoa7gYR5LOaYhrYeHa9RJ5zRh8wPjM3dBxCfFiQSAIvDi/xUfQB3aAw==",
"hasInstallScript": true,
"dependencies": {
"node-bin-setup": "^1.0.0"
},
"bin": {
"node": "bin/node"
},
"engines": {
"npm": ">=5.0.0"
}
},
"node_modules/node-bin-setup": {
"version": "1.1.3",
"resolved": "https://registry.npmjs.org/node-bin-setup/-/node-bin-setup-1.1.3.tgz",
"integrity": "sha512-opgw9iSCAzT2+6wJOETCpeRYAQxSopqQ2z+N6BXwIMsQQ7Zj5M8MaafQY8JMlolRR6R1UXg2WmhKp0p9lSOivg=="
}
}
}