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

121
node_modules/hasha/package.json generated vendored Normal file
View File

@@ -0,0 +1,121 @@
{
"_args": [
[
{
"name": "hasha",
"raw": "hasha@^2.2.0",
"rawSpec": "^2.2.0",
"scope": null,
"spec": ">=2.2.0 <3.0.0",
"type": "range"
},
"/root/gitbook/node_modules/phantomjs"
]
],
"_from": "hasha@>=2.2.0 <3.0.0",
"_id": "hasha@2.2.0",
"_inCache": true,
"_installable": true,
"_location": "/hasha",
"_nodeVersion": "4.2.4",
"_npmUser": {
"email": "sindresorhus@gmail.com",
"name": "sindresorhus"
},
"_npmVersion": "2.14.12",
"_phantomChildren": {},
"_requested": {
"name": "hasha",
"raw": "hasha@^2.2.0",
"rawSpec": "^2.2.0",
"scope": null,
"spec": ">=2.2.0 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/phantomjs"
],
"_resolved": "https://registry.npmjs.org/hasha/-/hasha-2.2.0.tgz",
"_shasum": "78d7cbfc1e6d66303fe79837365984517b2f6ee1",
"_shrinkwrap": null,
"_spec": "hasha@^2.2.0",
"_where": "/root/gitbook/node_modules/phantomjs",
"author": {
"email": "sindresorhus@gmail.com",
"name": "Sindre Sorhus",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/hasha/issues"
},
"dependencies": {
"is-stream": "^1.0.1",
"pinkie-promise": "^2.0.0"
},
"description": "Hashing made simple. Get the hash of a buffer/string/stream/file.",
"devDependencies": {
"ava": "*",
"proxyquire": "^1.7.2",
"xo": "*"
},
"directories": {},
"dist": {
"integrity": "sha512-jZ38TU/EBiGKrmyTNNZgnvCZHNowiRI4+w/I9noMlekHTZH3KyGgvJLmhSgykeAQ9j2SYPDosM0Bg3wHfzibAQ==",
"shasum": "78d7cbfc1e6d66303fe79837365984517b2f6ee1",
"signatures": [
{
"keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA",
"sig": "MEQCIECtkqle9hE/BNgcL28c59Ksutqrs4krNkjnCXobdrJoAiAf/FF7XefJgdMs0A+BAtJykpqpF3lgbCMbEBTaraFBjQ=="
}
],
"tarball": "https://registry.npmjs.org/hasha/-/hasha-2.2.0.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"gitHead": "5104d62d41122047a9da143fcd05e9397ff494a2",
"homepage": "https://github.com/sindresorhus/hasha",
"keywords": [
"hash",
"hashing",
"crypto",
"hex",
"base64",
"md5",
"sha1",
"sha256",
"sha512",
"sum",
"stream",
"file",
"fs",
"buffer",
"string",
"text",
"rev",
"revving",
"simple",
"easy"
],
"license": "MIT",
"maintainers": [
{
"email": "sindresorhus@gmail.com",
"name": "sindresorhus"
}
],
"name": "hasha",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/hasha.git"
},
"scripts": {
"test": "xo && ava"
},
"version": "2.2.0"
}