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

113
node_modules/weak/package.json generated vendored Normal file
View File

@@ -0,0 +1,113 @@
{
"_args": [
[
{
"name": "weak",
"raw": "weak@^1.0.0",
"rawSpec": "^1.0.0",
"scope": null,
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"/root/gitbook/node_modules/dnode"
]
],
"_from": "weak@>=1.0.0 <2.0.0",
"_id": "weak@1.0.1",
"_inCache": true,
"_installable": true,
"_location": "/weak",
"_nodeVersion": "5.3.0",
"_npmUser": {
"email": "nathan@tootallnate.net",
"name": "tootallnate"
},
"_npmVersion": "3.3.12",
"_phantomChildren": {},
"_requested": {
"name": "weak",
"raw": "weak@^1.0.0",
"rawSpec": "^1.0.0",
"scope": null,
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/dnode"
],
"_resolved": "https://registry.npmjs.org/weak/-/weak-1.0.1.tgz",
"_shasum": "ab99aab30706959aa0200cb8cf545bb9cb33b99e",
"_shrinkwrap": null,
"_spec": "weak@^1.0.0",
"_where": "/root/gitbook/node_modules/dnode",
"author": {
"email": "info@bnoordhuis.nl",
"name": "Ben Noordhuis"
},
"bugs": {
"url": "https://github.com/TooTallNate/node-weak/issues"
},
"contributors": [
{
"email": "nathan@tootallnate.net",
"name": "Nathan Rajlich",
"url": "http://tootallnate.net"
}
],
"dependencies": {
"bindings": "^1.2.1",
"nan": "^2.0.5"
},
"description": "Make weak references to JavaScript Objects.",
"devDependencies": {
"mocha": "~2.1.0"
},
"directories": {},
"dist": {
"integrity": "sha512-wlbyWH3+bgtLHO0ekeAdvCYKRQJNF7sl7bKESG7PW+p5CgfEay1ChkK/d7nRXFTPvhdddwVAeXCfmxkNH3YICQ==",
"shasum": "ab99aab30706959aa0200cb8cf545bb9cb33b99e",
"signatures": [
{
"keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA",
"sig": "MEYCIQCtzU+tDJ7yNN69/vFJPmvCl/Vukfpy4KKr0TFOoq23YQIhAK+KjxeHUKrKIgbm25f0HTqV/h+C8/iJrg6lI0eCFt4H"
}
],
"tarball": "https://registry.npmjs.org/weak/-/weak-1.0.1.tgz"
},
"gitHead": "1c3b0376dab966782e5d1fcf06f9fcb1309cb2c0",
"gypfile": true,
"homepage": "https://github.com/TooTallNate/node-weak#readme",
"keywords": [
"weak",
"reference",
"js",
"javascript",
"object",
"function",
"callback"
],
"license": "MIT",
"main": "lib/weak.js",
"maintainers": [
{
"email": "nathan@tootallnate.net",
"name": "TooTallNate"
},
{
"email": "nathan@tootallnate.net",
"name": "tootallnate"
}
],
"name": "weak",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/TooTallNate/node-weak.git"
},
"scripts": {
"install": "node-gyp rebuild",
"test": "mocha -gc --reporter spec"
},
"version": "1.0.1"
}