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

102
node_modules/debug/package.json generated vendored Normal file
View File

@@ -0,0 +1,102 @@
{
"_args": [
[
{
"name": "debug",
"raw": "debug@0.7.4",
"rawSpec": "0.7.4",
"scope": null,
"spec": "0.7.4",
"type": "version"
},
"/root/gitbook/node_modules/extract-zip"
]
],
"_from": "debug@0.7.4",
"_id": "debug@0.7.4",
"_inCache": true,
"_installable": true,
"_location": "/debug",
"_npmUser": {
"email": "tj@vision-media.ca",
"name": "tjholowaychuk"
},
"_npmVersion": "1.3.13",
"_phantomChildren": {},
"_requested": {
"name": "debug",
"raw": "debug@0.7.4",
"rawSpec": "0.7.4",
"scope": null,
"spec": "0.7.4",
"type": "version"
},
"_requiredBy": [
"/extract-zip"
],
"_resolved": "https://registry.npmjs.org/debug/-/debug-0.7.4.tgz",
"_shasum": "06e1ea8082c2cb14e39806e22e2f6f757f92af39",
"_shrinkwrap": null,
"_spec": "debug@0.7.4",
"_where": "/root/gitbook/node_modules/extract-zip",
"author": {
"email": "tj@vision-media.ca",
"name": "TJ Holowaychuk"
},
"browser": "./debug.js",
"bugs": {
"url": "https://github.com/visionmedia/debug/issues"
},
"component": {
"scripts": {
"debug/debug.js": "debug.js",
"debug/index.js": "index.js"
}
},
"dependencies": {},
"description": "small debugging utility",
"devDependencies": {
"mocha": "*"
},
"directories": {},
"dist": {
"integrity": "sha512-EohAb3+DSHSGx8carOSKJe8G0ayV5/i609OD0J2orCkuyae7SyZSz2aoLmQF2s0Pj5gITDebwPH7GFBlqOUQ1Q==",
"shasum": "06e1ea8082c2cb14e39806e22e2f6f757f92af39",
"signatures": [
{
"keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA",
"sig": "MEQCICkeWz6458EaJADy7dQLi7ui9ftLhoxnZuqTWTNzC7x9AiBiZIWgGZg0GZIFcikmAvogqSytPiOSw1r782hEJp2bEQ=="
}
],
"tarball": "https://registry.npmjs.org/debug/-/debug-0.7.4.tgz"
},
"engines": {
"node": "*"
},
"files": [
"lib/debug.js",
"debug.js",
"index.js"
],
"homepage": "https://github.com/visionmedia/debug",
"keywords": [
"debug",
"log",
"debugger"
],
"main": "lib/debug.js",
"maintainers": [
{
"email": "tj@vision-media.ca",
"name": "tjholowaychuk"
}
],
"name": "debug",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/visionmedia/debug.git"
},
"version": "0.7.4"
}