2023-12-18 13:12:25 +08:00
{
2024-01-16 21:26:16 +08:00
"_from" : "uuid@~1.4.0" ,
2023-12-18 13:12:25 +08:00
"_id" : "uuid@1.4.2" ,
"_inBundle" : false ,
2024-01-16 21:26:16 +08:00
"_integrity" : "sha512-woV5Ei+GBJyrqMXt0mJ9p8/I+47LYKp/4urH76FNTMjl22EhLPz1tNrQufTsrFf/PYV/7ctSZYAK7fKPWQKg+Q==" ,
2023-12-18 13:12:25 +08:00
"_location" : "/uuid" ,
"_phantomChildren" : { } ,
"_requested" : {
2024-01-16 21:26:16 +08:00
"type" : "range" ,
2023-12-18 13:12:25 +08:00
"registry" : true ,
2024-01-16 21:26:16 +08:00
"raw" : "uuid@~1.4.0" ,
2023-12-18 13:12:25 +08:00
"name" : "uuid" ,
"escapedName" : "uuid" ,
2024-01-16 21:26:16 +08:00
"rawSpec" : "~1.4.0" ,
2023-12-18 13:12:25 +08:00
"saveSpec" : null ,
2024-01-16 21:26:16 +08:00
"fetchSpec" : "~1.4.0"
2023-12-18 13:12:25 +08:00
} ,
"_requiredBy" : [
"/tempfile"
] ,
2024-01-16 21:26:16 +08:00
"_resolved" : "https://registry.npmmirror.com/uuid/-/uuid-1.4.2.tgz" ,
"_shasum" : "453019f686966a6df83cdc5244e7c990ecc332fc" ,
"_spec" : "uuid@~1.4.0" ,
"_where" : "E:\\WebDevelop\\managment2\\management\\front\\dkha-web-sz-main\\node_modules\\tempfile" ,
2023-12-18 13:12:25 +08:00
"author" : {
"name" : "Robert Kieffer" ,
"email" : "robert@broofa.com"
} ,
"browser" : {
"./rng.js" : "./rng-browser.js" ,
"./buffer.js" : "./buffer-browser.js"
} ,
"bugs" : {
"url" : "https://github.com/shtylman/node-uuid/issues"
} ,
2024-01-16 21:26:16 +08:00
"bundleDependencies" : false ,
2023-12-18 13:12:25 +08:00
"contributors" : [
{
"name" : "Christoph Tavan" ,
"email" : "dev@tavan.de"
} ,
{
"name" : "Vincent Voyer" ,
"email" : "vincent@zeroload.net"
}
] ,
2024-01-16 21:26:16 +08:00
"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." ,
2023-12-18 13:12:25 +08:00
"description" : "Rigorous implementation of RFC4122 (v1 and v4) UUIDs." ,
"devDependencies" : {
"mocha" : "1.8.0"
} ,
"homepage" : "https://github.com/shtylman/node-uuid#readme" ,
"keywords" : [
"uuid" ,
"guid" ,
"rfc4122"
] ,
"main" : "./uuid.js" ,
"name" : "uuid" ,
"repository" : {
"type" : "git" ,
"url" : "git+https://github.com/shtylman/node-uuid.git"
} ,
"scripts" : {
"test" : "mocha test/test.js"
} ,
"testling" : {
"browsers" : [
"ie6..latest" ,
"firefox/3.6..latest" ,
"chrome/22..latest" ,
"safari/5.1..latest"
] ,
"harness" : "mocha-tdd" ,
"files" : "test/*.js"
} ,
"version" : "1.4.2"
}