1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
| {
| "_args": [
| [
| "browserify-sign@4.2.3",
| "C:\\Users\\hp\\Desktop\\gitzhongyi"
| ]
| ],
| "_from": "browserify-sign@4.2.3",
| "_id": "browserify-sign@4.2.3",
| "_inBundle": false,
| "_integrity": "sha512-JWCZW6SKhfhjJxO8Tyiiy+XYB7cqd2S5/+WeYHsKdNKFlCBhKbblba1A/HN/90YwtxKc8tCErjffZl++UNmGiw==",
| "_location": "/browserify-sign",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "browserify-sign@4.2.3",
| "name": "browserify-sign",
| "escapedName": "browserify-sign",
| "rawSpec": "4.2.3",
| "saveSpec": null,
| "fetchSpec": "4.2.3"
| },
| "_requiredBy": [
| "/crypto-browserify"
| ],
| "_resolved": "https://registry.npmmirror.com/browserify-sign/-/browserify-sign-4.2.3.tgz",
| "_spec": "4.2.3",
| "_where": "C:\\Users\\hp\\Desktop\\gitzhongyi",
| "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"
| },
| "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"
| },
| "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"
| }
|
|