1
0
Fork 0
management/front/dkha-web-sz-main/node_modules/browserify-sign/package.json

101 lines
2.9 KiB
JSON

{
"_from": "browserify-sign@^4.0.0",
"_id": "browserify-sign@4.2.2",
"_inBundle": false,
"_integrity": "sha512-1rudGyeYY42Dk6texmv7c4VcQ0EsvVbLwZkA+AQB7SxvXxmcD93jcHie8bzecJ+ChDlmAm2Qyu0+Ccg5uhZXCg==",
"_location": "/browserify-sign",
"_phantomChildren": {
"inherits": "2.0.4",
"util-deprecate": "1.0.2"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "browserify-sign@^4.0.0",
"name": "browserify-sign",
"escapedName": "browserify-sign",
"rawSpec": "^4.0.0",
"saveSpec": null,
"fetchSpec": "^4.0.0"
},
"_requiredBy": [
"/crypto-browserify"
],
"_resolved": "https://registry.npmmirror.com/browserify-sign/-/browserify-sign-4.2.2.tgz",
"_shasum": "e78d4b69816d6e3dd1c747e64e9947f9ad79bc7e",
"_spec": "browserify-sign@^4.0.0",
"_where": "E:\\WebDevelop\\managment2\\management\\front\\dkha-web-sz-main\\node_modules\\crypto-browserify",
"auto-changelog": {
"output": "CHANGELOG.md",
"template": "keepachangelog",
"unreleased": false,
"commitLimit": false,
"backfillLimit": false,
"hideCredit": true
},
"browser": "browser/index.js",
"bugs": {
"url": "https://github.com/crypto-browserify/browserify-sign/issues"
},
"bundleDependencies": false,
"dependencies": {
"bn.js": "^5.2.1",
"browserify-rsa": "^4.1.0",
"create-hash": "^1.2.0",
"create-hmac": "^1.1.7",
"elliptic": "^6.5.4",
"inherits": "^2.0.4",
"parse-asn1": "^5.1.6",
"readable-stream": "^3.6.2",
"safe-buffer": "^5.2.1"
},
"deprecated": false,
"description": "adds node crypto signing for browsers",
"devDependencies": {
"@ljharb/eslint-config": "^21.1.0",
"aud": "^2.0.3",
"auto-changelog": "^2.4.0",
"eslint": "=8.8.0",
"in-publish": "^2.0.1",
"npmignore": "^0.3.0",
"nyc": "^10.3.2",
"safe-publish-latest": "^2.0.0",
"semver": "^6.3.1",
"tape": "^5.7.2"
},
"engines": {
"node": ">= 4"
},
"files": [
"browser",
"index.js",
"algos.js"
],
"homepage": "https://github.com/crypto-browserify/browserify-sign#readme",
"license": "ISC",
"main": "index.js",
"name": "browserify-sign",
"publishConfig": {
"ignore": [
".github/workflows"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/crypto-browserify/browserify-sign.git"
},
"scripts": {
"lint": "eslint --ext=js,mjs .",
"posttest": "aud --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": "nyc tape 'test/**/*.js'",
"version": "auto-changelog && git add CHANGELOG.md"
},
"version": "4.2.2"
}