25 lines
556 B
JSON
25 lines
556 B
JSON
{
|
|
"name": "test",
|
|
"version": "1.0.0",
|
|
"lockfileVersion": 3,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"name": "test",
|
|
"version": "1.0.0",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"uuid": "^9.0.0"
|
|
}
|
|
},
|
|
"node_modules/uuid": {
|
|
"version": "9.0.0",
|
|
"resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.0.tgz",
|
|
"integrity": "sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg==",
|
|
"bin": {
|
|
"uuid": "dist/bin/uuid"
|
|
}
|
|
}
|
|
}
|
|
}
|