123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100 |
- {
- "_from": "browserify-sign@^4.0.0",
- "_id": "browserify-sign@4.2.3",
- "_inBundle": false,
- "_integrity": "sha512-JWCZW6SKhfhjJxO8Tyiiy+XYB7cqd2S5/+WeYHsKdNKFlCBhKbblba1A/HN/90YwtxKc8tCErjffZl++UNmGiw==",
- "_location": "/browserify-sign",
- "_phantomChildren": {
- "inherits": "2.0.4"
- },
- "_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.2.3.tgz",
- "_shasum": "7afe4c01ec7ee59a89a558a4b75bd85ae62d4208",
- "_spec": "browserify-sign@^4.0.0",
- "_where": "/Users/ben/Desktop/app/be/be-ytb/js/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.5",
- "hash-base": "~3.0",
- "inherits": "^2.0.4",
- "parse-asn1": "^5.1.7",
- "readable-stream": "^2.3.8",
- "safe-buffer": "^5.2.1"
- },
- "deprecated": false,
- "description": "adds node crypto signing for browsers",
- "devDependencies": {
- "@ljharb/eslint-config": "^21.1.0",
- "aud": "^2.0.4",
- "auto-changelog": "^2.4.0",
- "eslint": "=8.8.0",
- "in-publish": "^2.0.1",
- "npmignore": "^0.3.1",
- "nyc": "^10.3.2",
- "safe-publish-latest": "^2.0.0",
- "semver": "^6.3.1",
- "tape": "^5.7.5"
- },
- "engines": {
- "node": ">= 0.12"
- },
- "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.3"
- }
|