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/request-progress/package.json generated vendored Normal file
View File

@@ -0,0 +1,108 @@
{
"_args": [
[
{
"name": "request-progress",
"raw": "request-progress@~2.0.1",
"rawSpec": "~2.0.1",
"scope": null,
"spec": ">=2.0.1 <2.1.0",
"type": "range"
},
"/root/gitbook/node_modules/phantomjs"
]
],
"_from": "request-progress@>=2.0.1 <2.1.0",
"_id": "request-progress@2.0.1",
"_inCache": true,
"_installable": true,
"_location": "/request-progress",
"_nodeVersion": "4.2.4",
"_npmUser": {
"email": "andremiguelcruz@msn.com",
"name": "satazor"
},
"_npmVersion": "2.14.12",
"_phantomChildren": {},
"_requested": {
"name": "request-progress",
"raw": "request-progress@~2.0.1",
"rawSpec": "~2.0.1",
"scope": null,
"spec": ">=2.0.1 <2.1.0",
"type": "range"
},
"_requiredBy": [
"/phantomjs"
],
"_resolved": "https://registry.npmjs.org/request-progress/-/request-progress-2.0.1.tgz",
"_shasum": "5d36bb57961c673aa5b788dbc8141fdf23b44e08",
"_shrinkwrap": null,
"_spec": "request-progress@~2.0.1",
"_where": "/root/gitbook/node_modules/phantomjs",
"author": {
"email": "hello@indigounited.com",
"name": "IndigoUnited",
"url": "http://indigounited.com"
},
"bugs": {
"url": "http://github.com/IndigoUnited/node-request-progress/issues"
},
"dependencies": {
"throttleit": "^1.0.0"
},
"description": "Tracks the download progress of a request made with mikeal/request, giving insight of various metrics including progress percent, download speed and time remaining",
"devDependencies": {
"coveralls": "^2.11.6",
"expect.js": "^0.3.1",
"istanbul": "^0.4.1",
"mocha": "^2.3.4"
},
"directories": {},
"dist": {
"integrity": "sha512-dxdraeZVUNEn9AvLrxkgB2k6buTlym71dJk1fk4v8j3Ou3RKNm07BcgbHdj2lLgYGfqX71F+awb1MR+tWPFJzA==",
"shasum": "5d36bb57961c673aa5b788dbc8141fdf23b44e08",
"signatures": [
{
"keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA",
"sig": "MEQCIBC4SLFcKLHcLjlQlq5iejeQoGj40lp+5zp2d6bKavBVAiBd3fLBBAu/aRNAeOwdl9e01lfOPVL5z6NNJjDlZC/vvg=="
}
],
"tarball": "https://registry.npmjs.org/request-progress/-/request-progress-2.0.1.tgz"
},
"gitHead": "f009ab876ce80234547bf155fa13b73fadc43edc",
"homepage": "https://github.com/IndigoUnited/node-request-progress",
"keywords": [
"progress",
"request",
"mikeal",
"size",
"bytes",
"percent",
"percentage",
"speed",
"eta",
"etr"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"email": "andremiguelcruz@msn.com",
"name": "satazor"
}
],
"name": "request-progress",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/IndigoUnited/node-request-progress.git"
},
"scripts": {
"test": "mocha --bail",
"test-cov": "istanbul cover --dir test/coverage _mocha -- --bail && echo open test/coverage/lcov-report/index.html",
"test-travis": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- --bail && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
},
"version": "2.0.1"
}