-
Notifications
You must be signed in to change notification settings - Fork 116
/
signature.json
190 lines (190 loc) · 7.36 KB
/
signature.json
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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
{
"entries": [
{
"entry": "files/v1alpha2",
"value": {
"files": [
{
"path": "dist/lib/errors.js",
"sha512": "39828cca93764951baa4adb003a11374653599621445d1e5d75172aa018634605832cb0374d08b69ff5d7a7a522ec37f33717af9956c00d6b6371b791ec967e6"
},
{
"path": "dist/taquito-remote-signer.es5.js",
"sha512": "0dd6d4e4a5b8c69f9f051ca47cb34bcd088a5bcec427cab5c419033657fe378ef8035afaaa80f7d42d6521d1c1b45674444a23d8ca2ddad417d075556ec2f857"
},
{
"path": "dist/lib/taquito-remote-signer.js",
"sha512": "6f2d924669e9cbed4cf815550d6ab411b8faa636a78e95891b0429e4f121b5d17bb9d9b9d3dd065814f41a29732c6a06043641178ad23576d0eaaaa281367a54"
},
{
"path": "dist/taquito-remote-signer.umd.js",
"sha512": "53f66dc41fd7793793914797043bea8501421d242e5bd0d1b232866bb2985805f6756d307da2fef267c80dc2c0b2e8375768e537e330733f5bc74d987373d294"
},
{
"path": "dist/lib/errors.js.map",
"sha512": "13fc6522b1b3668a421903e8a3c828bc0da7b760bbebac8e72fadbaac5d0fb40b5506835174c33c8585a76f8588475429b4e105ab34173be681383bb443e2379"
},
{
"path": "dist/taquito-remote-signer.es5.js.map",
"sha512": "5f48d816b03c82d02da9e232ea07ca50a625a047e3dc6c7146b237c814cbd485c28752b639de3f43aefa7848e3b407f3a4e6bf36781867268d9baf5a8fcc2015"
},
{
"path": "dist/lib/taquito-remote-signer.js.map",
"sha512": "470ca92a0611ee7bf1e09e43b6810a178445d6d3c9da32c6bc4c939483307997b553afc32fee221b30344acd2eab3f9bec068a307eb99da3d1aaefaeb344b494"
},
{
"path": "dist/taquito-remote-signer.umd.js.map",
"sha512": "d16e2f89ce4e526257dcd53e1b605fd5a178d8904cdac7fdc171af9b110aab162e1140334603096b31677805a6b06b82ba20819cfc4c0e24ab31e433d3cbcdbd"
},
{
"path": "dist/types/errors.d.ts",
"sha512": "420fc912e7087f78e96fb40aa494c428fd405910c5d4ee718d0ba038abb46539ff0a3c1d9525f5de0a45ed3ff932e60bef0503dc83f9eac78d12f44faadf7a47"
},
{
"path": "dist/types/taquito-remote-signer.d.ts",
"sha512": "0186df01e2d35b966e39fa1475350d4ed16cde95db4d2c7736e6e8d8f30fde75b28dcd5d570a4268023db4ebf0e2873e7871b3803d1b80c4341d9910313859b5"
}
]
}
},
{
"entry": "identity/v1alpha2",
"value": {
"identity": {
"keybaseUser": "jevonearth"
}
}
},
{
"entry": "npmCompatiblePackageJson/v1alpha2",
"value": {
"packageJsonProperties": [
"author",
"dependencies",
"description",
"devDependencies",
"engines",
"files",
"gitHead",
"jest",
"keywords",
"license",
"lint-staged",
"main",
"module",
"name",
"publishConfig",
"repository",
"scripts",
"typings",
"version"
],
"sha512": "f761b288f4d6aac698abf4026af62136d8db6d232c81e11001d44a6da407487f7bd22a7af460c28836f8e562b340e93cbd431bb21b57cb88056daf14a7c2075c"
}
},
{
"entry": "packageJson/v1alpha2",
"value": {
"packageJson": {
"name": "@taquito/remote-signer",
"version": "8.0.4-beta.0",
"description": "Remote signer provider",
"keywords": [
"tezos",
"blockchain"
],
"main": "dist/taquito-remote-signer.umd.js",
"module": "dist/taquito-remote-signer.es5.js",
"typings": "dist/types/taquito-remote-signer.d.ts",
"files": [
"signature.json",
"dist"
],
"publishConfig": {
"access": "public"
},
"author": "Simon Boissonneault-Robert <simon@ecadlabs.com>",
"repository": {
"type": "git",
"url": ""
},
"license": "MIT",
"engines": {
"node": ">=18"
},
"scripts": {
"lint": "tslint --project tsconfig.json -t codeFrame 'src/**/*.ts' 'test/**/*.ts'",
"precommit": "lint-staged",
"prebuild": "rimraf dist",
"build": "tsc --project ./tsconfig.prod.json --module commonjs && rollup -c rollup.config.ts",
"start": "rollup -c rollup.config.ts -w"
},
"lint-staged": {
"{src,test}/**/*.ts": [
"prettier --write",
"tslint --fix"
]
},
"jest": {
"transform": {
".(ts|tsx)": "ts-jest"
},
"testEnvironment": "node",
"testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$",
"moduleFileExtensions": [
"ts",
"tsx",
"js"
],
"coveragePathIgnorePatterns": [
"/node_modules/",
"/test/"
],
"collectCoverageFrom": [
"src/**/*.{js,ts}"
]
},
"dependencies": {
"@taquito/http-utils": "^8.0.4-beta.0",
"@taquito/taquito": "^8.0.4-beta.0",
"@taquito/utils": "^8.0.4-beta.0",
"@types/jest": "^26.0.16",
"elliptic": "^6.5.3",
"libsodium-wrappers": "^0.7.8",
"typedarray-to-buffer": "^3.1.5"
},
"devDependencies": {
"@types/elliptic": "^6.4.12",
"@types/jest": "^26.0.16",
"@types/libsodium-wrappers": "^0.7.8",
"@types/node": "^18",
"@types/ws": "^7.4.0",
"colors": "^1.4.0",
"coveralls": "^3.1.0",
"cross-env": "^7.0.2",
"jest": "^26.6.3",
"jest-config": "^26.6.3",
"lint-staged": "^10.4.0",
"lodash.camelcase": "^4.3.0",
"prettier": "^2.1.2",
"prompt": "^1.0.0",
"replace-in-file": "^6.1.0",
"rimraf": "^3.0.2",
"rollup": "^2.28.2",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-typescript2": "^0.27.3",
"shelljs": "^0.8.4",
"ts-jest": "^26.4.4",
"ts-node": "^9.1.1",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"tslint-config-standard": "^9.0.0",
"typescript": "~4.1.5"
},
"gitHead": "551e35aeff7d6dcde1c72284238c0ed3c3aae77e"
}
}
}
],
"signature": "-----BEGIN PGP SIGNATURE-----\n\nwsFcBAABCAAQBQJgN/UECRAD9Qy5GYHsngAA0MUQAHrpfEOkmUQL9Sol6gVfBd27\nwpAEMOzrSIRwpPFUZqvUFth/vx6la8+GH90POkxOZDrnHaRx93/IefG1EntFSGUv\n7r+TQ5DrsGq1F1WBASVYKRF4SlZatRpRfuO9L0KyNOHubtP6tSBS8Z7le8Dsk2NI\ns6ogLKg5ZitjTFVq05zkXyQQQdxgvMwiOqS+u5nVuXA7uUJgQ957Gmm7anYElgpG\n+GK3EIGAsck8rJW3uGG08BCGTKSmvLYuRJ6NjUrdMKeJ8RXA4L64UD26rlN9ZyzG\n1neFUHmSQGDe8zo8n2cBMGRx0VMmi13K7HN1/AFoRmpMdRBpvuT6BLwno4rDIQz1\niu6yiscP2Xz4pHaR2xZXeZQbL57kV6hpzNNnpJCUxdVWu4cBcFD61ANkm+uxuGnK\nnuGStvkvVnvUJ2XpRtRSiqItmVRaH2HN/K7vHLVLlTN2X7ZHkuT17rMklLODKlxh\nPExslji1dSLLXgea1HpFEm65eKIjG9ZMA4rYPmpcxxIGgo8yEDv3aQCW5NsC4V2T\nkVJICueqUkJLNfyCYMaXqsNCvekHh65udflLtsDvq4vESj3Tez747xkUomLRhBRD\n3NsPbY1JpBS5U6n+I2eIKgtDidYW/PmZF6U4846OS+hgnHqjSPCi+tk+cljlPmmt\nz5IylVx6faGv1rug/WiG\n=RTfe\n-----END PGP SIGNATURE-----\n"
}