mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 23:00:30 +00:00
33 lines
989 B
JSON
33 lines
989 B
JSON
{
|
|
"name": "insomnia-plugin-uuid",
|
|
"version": "2.6.0-beta.0",
|
|
"lockfileVersion": 2,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"name": "insomnia-plugin-uuid",
|
|
"version": "2.5.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"uuid": "^3.1.0"
|
|
}
|
|
},
|
|
"node_modules/uuid": {
|
|
"version": "3.1.0",
|
|
"resolved": "https://registry.npmjs.org/uuid/-/uuid-3.1.0.tgz",
|
|
"integrity": "sha512-DIWtzUkw04M4k3bf1IcpS2tngXEL26YUD2M0tMDUpnUrz2hgzUBlD55a4FjdLGPvfHxS6uluGWvaVEqgBcVa+g==",
|
|
"deprecated": "Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.",
|
|
"bin": {
|
|
"uuid": "bin/uuid"
|
|
}
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"uuid": {
|
|
"version": "3.1.0",
|
|
"resolved": "https://registry.npmjs.org/uuid/-/uuid-3.1.0.tgz",
|
|
"integrity": "sha512-DIWtzUkw04M4k3bf1IcpS2tngXEL26YUD2M0tMDUpnUrz2hgzUBlD55a4FjdLGPvfHxS6uluGWvaVEqgBcVa+g=="
|
|
}
|
|
}
|
|
}
|