08-27-周三_17-09-29

This commit is contained in:
2025-08-27 17:10:05 +08:00
commit 86df397d8f
12735 changed files with 1145479 additions and 0 deletions

100
node_modules/node-uuid/package.json generated vendored Normal file
View File

@@ -0,0 +1,100 @@
{
"_args": [
[
{
"name": "node-uuid",
"raw": "node-uuid@1.3.3",
"rawSpec": "1.3.3",
"scope": null,
"spec": "1.3.3",
"type": "version"
},
"/root/gitbook/node_modules/sockjs"
]
],
"_defaultsLoaded": true,
"_engineSupported": true,
"_from": "node-uuid@1.3.3",
"_id": "node-uuid@1.3.3",
"_inCache": true,
"_installable": true,
"_location": "/node-uuid",
"_nodeVersion": "v0.4.6",
"_npmUser": {
"email": "robert@broofa.com",
"name": "broofa"
},
"_npmVersion": "1.0.106",
"_phantomChildren": {},
"_requested": {
"name": "node-uuid",
"raw": "node-uuid@1.3.3",
"rawSpec": "1.3.3",
"scope": null,
"spec": "1.3.3",
"type": "version"
},
"_requiredBy": [
"/sockjs"
],
"_resolved": "https://registry.npmjs.org/node-uuid/-/node-uuid-1.3.3.tgz",
"_shasum": "d3db4d7b56810d9e4032342766282af07391729b",
"_shrinkwrap": null,
"_spec": "node-uuid@1.3.3",
"_where": "/root/gitbook/node_modules/sockjs",
"author": {
"email": "robert@broofa.com",
"name": "Robert Kieffer"
},
"bugs": {
"url": "https://github.com/broofa/node-uuid/issues"
},
"contributors": [
{
"email": "dev@tavan.de",
"name": "Christoph Tavan"
}
],
"dependencies": {},
"deprecated": "Use uuid module instead",
"description": "Rigorous implementation of RFC4122 (v1 and v4) UUIDs.",
"devDependencies": {},
"directories": {},
"dist": {
"integrity": "sha512-xKQtL5imfvX6PvUmgJyU/XaNT/l8tKvs+sJ6KLOmIzk/H8+sm7uE80QlPmmu3l1uirvRL3kZqtJPWoQBWT9gQw==",
"shasum": "d3db4d7b56810d9e4032342766282af07391729b",
"signatures": [
{
"keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA",
"sig": "MEQCIDiyKJIBkxOkNvLncVzK7w6mzUe9iegIKL5oezaTAkOwAiACoq1erVb+7/puobCbIWR0y8t483AmARWKRdzcBzI3rw=="
}
],
"tarball": "https://registry.npmjs.org/node-uuid/-/node-uuid-1.3.3.tgz"
},
"engines": {
"node": "*"
},
"homepage": "https://github.com/broofa/node-uuid#readme",
"keywords": [
"uuid",
"guid",
"rfc4122"
],
"lib": ".",
"main": "./uuid.js",
"maintainers": [
{
"email": "robert@broofa.com",
"name": "broofa"
}
],
"name": "node-uuid",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/broofa/node-uuid.git"
},
"url": "http://github.com/broofa/node-uuid",
"version": "1.3.3"
}