This repository has been archived on 2024-07-27. You can view files and clone it, but cannot push or open issues or pull requests.
keksAccountGUI/node_modulesOLD/browserify-sign/package.json

67 lines
1.8 KiB
JSON

{
"_from": "browserify-sign@^4.0.0",
"_id": "browserify-sign@4.0.4",
"_inBundle": false,
"_integrity": "sha1-qk62jl17ZYuqa/alfmMMvXqT0pg=",
"_location": "/browserify-sign",
"_phantomChildren": {},
"_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.npmjs.org/browserify-sign/-/browserify-sign-4.0.4.tgz",
"_shasum": "aa4eb68e5d7b658baa6bf6a57e630cbd7a93d298",
"_spec": "browserify-sign@^4.0.0",
"_where": "/home/soeren/dev/keksaccountgui/node_modules/crypto-browserify",
"browser": "browser/index.js",
"bugs": {
"url": "https://github.com/crypto-browserify/browserify-sign/issues"
},
"bundleDependencies": false,
"dependencies": {
"bn.js": "^4.1.1",
"browserify-rsa": "^4.0.0",
"create-hash": "^1.1.0",
"create-hmac": "^1.1.2",
"elliptic": "^6.0.0",
"inherits": "^2.0.1",
"parse-asn1": "^5.0.0"
},
"deprecated": false,
"description": "adds node crypto signing for browsers",
"devDependencies": {
"nyc": "^6.1.1",
"standard": "^6.0.8",
"tape": "^4.5.1"
},
"files": [
"browser",
"index.js",
"algos.js"
],
"homepage": "https://github.com/crypto-browserify/browserify-sign#readme",
"license": "ISC",
"main": "index.js",
"name": "browserify-sign",
"repository": {
"type": "git",
"url": "git+https://github.com/crypto-browserify/browserify-sign.git"
},
"scripts": {
"coverage": "nyc npm run unit",
"lint": "standard",
"test": "npm run lint && npm run unit",
"unit": "tape test/*.js"
},
"version": "4.0.4"
}