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

108
node_modules/bl/package.json generated vendored Normal file
View File

@@ -0,0 +1,108 @@
{
"_args": [
[
{
"name": "bl",
"raw": "bl@~1.0.0",
"rawSpec": "~1.0.0",
"scope": null,
"spec": ">=1.0.0 <1.1.0",
"type": "range"
},
"/root/gitbook/node_modules/phantomjs/node_modules/request"
]
],
"_from": "bl@>=1.0.0 <1.1.0",
"_id": "bl@1.0.3",
"_inCache": true,
"_installable": true,
"_location": "/bl",
"_nodeVersion": "5.6.0",
"_npmOperationalInternal": {
"host": "packages-5-east.internal.npmjs.com",
"tmp": "tmp/bl-1.0.3.tgz_1455187279627_0.9823597683571279"
},
"_npmUser": {
"email": "rod@vagg.org",
"name": "rvagg"
},
"_npmVersion": "3.6.0",
"_phantomChildren": {
"core-util-is": "1.0.2",
"inherits": "2.0.4",
"process-nextick-args": "1.0.7",
"util-deprecate": "1.0.2"
},
"_requested": {
"name": "bl",
"raw": "bl@~1.0.0",
"rawSpec": "~1.0.0",
"scope": null,
"spec": ">=1.0.0 <1.1.0",
"type": "range"
},
"_requiredBy": [
"/phantomjs/request"
],
"_resolved": "https://registry.npmjs.org/bl/-/bl-1.0.3.tgz",
"_shasum": "fc5421a28fd4226036c3b3891a66a25bc64d226e",
"_shrinkwrap": null,
"_spec": "bl@~1.0.0",
"_where": "/root/gitbook/node_modules/phantomjs/node_modules/request",
"authors": [
"Rod Vagg <rod@vagg.org> (https://github.com/rvagg)",
"Matteo Collina <matteo.collina@gmail.com> (https://github.com/mcollina)",
"Jarett Cruger <jcrugzz@gmail.com> (https://github.com/jcrugzz)"
],
"bugs": {
"url": "https://github.com/rvagg/bl/issues"
},
"dependencies": {
"readable-stream": "~2.0.5"
},
"description": "Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too!",
"devDependencies": {
"faucet": "0.0.1",
"hash_file": "~0.1.1",
"tape": "~4.4.0"
},
"directories": {},
"dist": {
"integrity": "sha512-phbvN+yOk05EGoFcV/0S8N8ShnJqf6VCWRAw5he2gvRwBubFt/OzmcTNGqBt5b7Y4RK3YCgf6jrgGSR0Cwtsgw==",
"shasum": "fc5421a28fd4226036c3b3891a66a25bc64d226e",
"signatures": [
{
"keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA",
"sig": "MEQCIHVaQkLwYyhdRAENXU0mvIdIuuy5e0JtZaT9SGfDdaw9AiBUBeloDtybIY5e0pZ4aHV8ESjOiTvDEPeyM0n+EwsxaQ=="
}
],
"tarball": "https://registry.npmjs.org/bl/-/bl-1.0.3.tgz"
},
"gitHead": "906e0dd6e811c9989a2c1d46fcca22c8da9f8f5b",
"homepage": "https://github.com/rvagg/bl",
"keywords": [
"buffer",
"buffers",
"stream",
"awesomesauce"
],
"license": "MIT",
"main": "bl.js",
"maintainers": [
{
"email": "rod@vagg.org",
"name": "rvagg"
}
],
"name": "bl",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/rvagg/bl.git"
},
"scripts": {
"test": "node test/test.js | faucet"
},
"version": "1.0.3"
}