You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
FS_cource/package-lock.json

33 lines
895 B

7 months ago
{
"name": "FS_cource",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"node": "^21.6.1"
}
},
"node_modules/node": {
"version": "21.6.1",
"resolved": "https://registry.npmjs.org/node/-/node-21.6.1.tgz",
"integrity": "sha512-cTqZk0/Wl6qeVcftyriVhHGFw1xvXl9o8TPI/qLcoVKh6X1dDKJGVi+EbhUg6864+KoDBnEaVxre59W8r8cLcA==",
"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=="
}
}
}

Powered by TurnKey Linux.