W72crm_web-master/node_modules/hash-base/package.json

76 lines
2.1 KiB
JSON
Raw Permalink Normal View History

2025-05-27 11:25:53 +08:00
{
"_from": "hash-base@~3.0.4",
"_id": "hash-base@3.0.5",
"_inBundle": false,
"_integrity": "sha512-vXm0l45VbcHEVlTCzs8M+s0VeYsB2lnlAaThoLKGXr3bE/VWDOelNUnycUPEhKEaXARL2TEFjBOyUiM6+55KBg==",
"_location": "/hash-base",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "hash-base@~3.0.4",
"name": "hash-base",
"escapedName": "hash-base",
"rawSpec": "~3.0.4",
"saveSpec": null,
"fetchSpec": "~3.0.4"
},
"_requiredBy": [
"/browserify-sign",
"/crypto-browserify",
"/md5.js",
"/parse-asn1",
"/ripemd160"
],
"_resolved": "https://registry.npmmirror.com/hash-base/-/hash-base-3.0.5.tgz",
"_shasum": "52480e285395cf7fba17dc4c9e47acdc7f248a8a",
"_spec": "hash-base@~3.0.4",
"_where": "D:\\wxfiles\\WeChat Files\\wxid_nwzh0d8ul35q22\\FileStorage\\File\\2025-04\\安装教程\\安装教程\\2、其他安装方法【手动安装】\\1、手动安装方法\\前端调试代码\\W72crm_web-master\\node_modules\\crypto-browserify",
"author": {
"name": "Kirill Fomichev",
"email": "fanatid@ya.ru",
"url": "https://github.com/fanatid"
},
"bugs": {
"url": "https://github.com/crypto-browserify/hash-base/issues"
},
"bundleDependencies": false,
"dependencies": {
"inherits": "^2.0.4",
"safe-buffer": "^5.2.1"
},
"deprecated": false,
"description": "abstract base class for hash-streams",
"devDependencies": {
"nyc": "^10.3.2",
"standard": "^14.3.3",
"tape": "^5.9.0"
},
"engines": {
"node": ">= 0.10"
},
"files": [
"index.js"
],
"homepage": "https://github.com/crypto-browserify/hash-base",
"keywords": [
"hash",
"stream"
],
"license": "MIT",
"main": "index.js",
"name": "hash-base",
"repository": {
"type": "git",
"url": "git+https://github.com/crypto-browserify/hash-base.git"
},
"scripts": {
"lint": "standard",
"posttest": "npx npm@'>=10.2' audit --production",
"pretest": "npm run lint",
"test": "npm run tests-only",
"tests-only": "nyc tape 'test/**/*.js'"
},
"version": "3.0.5"
}