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

94 lines
2.9 KiB
JSON

{
"_from": "browserify-rsa@^4.1.0",
"_id": "browserify-rsa@4.1.1",
"_inBundle": false,
"_integrity": "sha512-YBjSAiTqM04ZVei6sXighu679a3SqWORA3qZTEqZImnlkDIFtKc6pNutpjyZ8RJTjQtuYfeetkxM11GwoYXMIQ==",
"_location": "/browserify-rsa",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "browserify-rsa@^4.1.0",
"name": "browserify-rsa",
"escapedName": "browserify-rsa",
"rawSpec": "^4.1.0",
"saveSpec": null,
"fetchSpec": "^4.1.0"
},
"_requiredBy": [
"/browserify-sign",
"/public-encrypt"
],
"_resolved": "https://registry.npmmirror.com/browserify-rsa/-/browserify-rsa-4.1.1.tgz",
"_shasum": "06e530907fe2949dc21fc3c2e2302e10b1437238",
"_spec": "browserify-rsa@^4.1.0",
"_where": "D:\\wxfiles\\WeChat Files\\wxid_nwzh0d8ul35q22\\FileStorage\\File\\2025-04\\安装教程\\安装教程\\2、其他安装方法【手动安装】\\1、手动安装方法\\前端调试代码\\W72crm_web-master\\node_modules\\browserify-sign",
"auto-changelog": {
"output": "CHANGELOG.md",
"template": "keepachangelog",
"unreleased": false,
"commitLimit": false,
"backfillLimit": false,
"hideCredit": true
},
"bugs": {
"url": "https://github.com/crypto-browserify/browserify-rsa/issues"
},
"bundleDependencies": false,
"dependencies": {
"bn.js": "^5.2.1",
"randombytes": "^2.1.0",
"safe-buffer": "^5.2.1"
},
"deprecated": false,
"description": "RSA for browserify",
"devDependencies": {
"@ljharb/eslint-config": "^21.1.1",
"auto-changelog": "^2.5.0",
"encoding": "^0.1.13",
"eslint": "=8.8.0",
"in-publish": "^2.0.1",
"npmignore": "^0.3.1",
"parse-asn1": "^5.1.7",
"safe-publish-latest": "^2.0.0",
"tape": "^5.9.0"
},
"engines": {
"node": ">= 0.10"
},
"exports": {
".": "./index.js",
"./package.json": "./package.json"
},
"homepage": "https://github.com/crypto-browserify/browserify-rsa#readme",
"license": "MIT",
"main": "index.js",
"name": "browserify-rsa",
"publishConfig": {
"ignore": [
".github/workflows",
"test",
".eslintrc",
".github"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/crypto-browserify/browserify-rsa.git"
},
"scripts": {
"lint": "eslint --ext=js,mjs .",
"posttest": "npx npm@'>=10.2' audit --production",
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
"prepack": "npmignore --auto --commentLines=autogenerated",
"prepublish": "not-in-publish || npm run prepublishOnly",
"prepublishOnly": "safe-publish-latest",
"pretest": "npm run lint",
"test": "npm run tests-only",
"tests-only": "tape 'test/**/*.js'",
"version": "auto-changelog && git add CHANGELOG.md"
},
"sideEffects": false,
"version": "4.1.1"
}