forked from zhurui/management
79 lines
2.0 KiB
JSON
79 lines
2.0 KiB
JSON
{
|
|
"_from": "uuid@~1.4.0",
|
|
"_id": "uuid@1.4.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-woV5Ei+GBJyrqMXt0mJ9p8/I+47LYKp/4urH76FNTMjl22EhLPz1tNrQufTsrFf/PYV/7ctSZYAK7fKPWQKg+Q==",
|
|
"_location": "/uuid",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "uuid@~1.4.0",
|
|
"name": "uuid",
|
|
"escapedName": "uuid",
|
|
"rawSpec": "~1.4.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "~1.4.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/tempfile"
|
|
],
|
|
"_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",
|
|
"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"
|
|
},
|
|
"bundleDependencies": false,
|
|
"contributors": [
|
|
{
|
|
"name": "Christoph Tavan",
|
|
"email": "dev@tavan.de"
|
|
},
|
|
{
|
|
"name": "Vincent Voyer",
|
|
"email": "vincent@zeroload.net"
|
|
}
|
|
],
|
|
"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.",
|
|
"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"
|
|
}
|