W72crm_web-master/node_modules/crypto-browserify/package.json

87 lines
2.6 KiB
JSON

{
"_from": "crypto-browserify@^3.11.0",
"_id": "crypto-browserify@3.12.1",
"_inBundle": false,
"_integrity": "sha512-r4ESw/IlusD17lgQi1O20Fa3qNnsckR126TdUuBgAu7GBYSIPvdNyONd3Zrxh0xCwA4+6w/TDArBPsMvhur+KQ==",
"_location": "/crypto-browserify",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "crypto-browserify@^3.11.0",
"name": "crypto-browserify",
"escapedName": "crypto-browserify",
"rawSpec": "^3.11.0",
"saveSpec": null,
"fetchSpec": "^3.11.0"
},
"_requiredBy": [
"/node-libs-browser"
],
"_resolved": "https://registry.npmmirror.com/crypto-browserify/-/crypto-browserify-3.12.1.tgz",
"_shasum": "bb8921bec9acc81633379aa8f52d69b0b69e0dac",
"_spec": "crypto-browserify@^3.11.0",
"_where": "D:\\wxfiles\\WeChat Files\\wxid_nwzh0d8ul35q22\\FileStorage\\File\\2025-04\\安装教程\\安装教程\\2、其他安装方法【手动安装】\\1、手动安装方法\\前端调试代码\\W72crm_web-master\\node_modules\\node-libs-browser",
"author": {
"name": "Dominic Tarr",
"email": "dominic.tarr@gmail.com",
"url": "dominictarr.com"
},
"browser": {
"crypto": false
},
"bugs": {
"url": "https://github.com/browserify/crypto-browserify/issues"
},
"bundleDependencies": false,
"dependencies": {
"browserify-cipher": "^1.0.1",
"browserify-sign": "^4.2.3",
"create-ecdh": "^4.0.4",
"create-hash": "^1.2.0",
"create-hmac": "^1.1.7",
"diffie-hellman": "^5.0.3",
"hash-base": "~3.0.4",
"inherits": "^2.0.4",
"pbkdf2": "^3.1.2",
"public-encrypt": "^4.0.3",
"randombytes": "^2.1.0",
"randomfill": "^1.0.4"
},
"deprecated": false,
"description": "implementation of crypto for the browser",
"devDependencies": {
"@ljharb/eslint-config": "^21.1.1",
"eslint": "=8.8.0",
"hash-test-vectors": "^1.3.2",
"nyc": "^10.3.2",
"object.entries": "^1.1.8",
"pseudorandombytes": "^2.0.0",
"safe-buffer": "^5.2.1",
"semver": "^6.3.1",
"tape": "^5.9.0"
},
"engines": {
"node": ">= 0.10"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
},
"homepage": "https://github.com/browserify/crypto-browserify",
"license": "MIT",
"name": "crypto-browserify",
"repository": {
"type": "git",
"url": "git://github.com/browserify/crypto-browserify.git"
},
"scripts": {
"lint": "eslint --ext=js,mjs .",
"posttest": "npx npm@'>=10.2' audit --production",
"pretest": "npm run lint",
"test": "npm run tests-only",
"tests-only": "nyc tape 'test/**/*.js'"
},
"sideEffects": false,
"version": "3.12.1"
}