This commit is contained in:
aozhiwei 2023-06-17 15:32:18 +08:00
parent 9fa1f69caf
commit 7aa567484b
2 changed files with 12 additions and 0 deletions

View File

@ -9,6 +9,7 @@
"version": "1.0.0", "version": "1.0.0",
"dependencies": { "dependencies": {
"@metamask/eth-sig-util": "^4.0.0", "@metamask/eth-sig-util": "^4.0.0",
"common": "file:../common",
"express": "^4.17.2", "express": "^4.17.2",
"j7": "file:../../third_party/j7", "j7": "file:../../third_party/j7",
"log4js": "~6.3.0", "log4js": "~6.3.0",
@ -31,6 +32,9 @@
"urlencode": "^1.1.0" "urlencode": "^1.1.0"
} }
}, },
"../common": {
"version": "1.0.0"
},
"node_modules/@ethereumjs/common": { "node_modules/@ethereumjs/common": {
"version": "2.6.0", "version": "2.6.0",
"resolved": "https://registry.npmjs.org/@ethereumjs/common/-/common-2.6.0.tgz", "resolved": "https://registry.npmjs.org/@ethereumjs/common/-/common-2.6.0.tgz",
@ -944,6 +948,10 @@
"node": ">= 0.8" "node": ">= 0.8"
} }
}, },
"node_modules/common": {
"resolved": "../common",
"link": true
},
"node_modules/content-disposition": { "node_modules/content-disposition": {
"version": "0.5.4", "version": "0.5.4",
"resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz", "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz",
@ -4816,6 +4824,9 @@
"delayed-stream": "~1.0.0" "delayed-stream": "~1.0.0"
} }
}, },
"common": {
"version": "file:../common"
},
"content-disposition": { "content-disposition": {
"version": "0.5.4", "version": "0.5.4",
"resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz", "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz",

View File

@ -6,6 +6,7 @@
"scripts": {}, "scripts": {},
"dependencies": { "dependencies": {
"j7": "file:../../third_party/j7", "j7": "file:../../third_party/j7",
"common": "file:../common",
"@metamask/eth-sig-util": "^4.0.0", "@metamask/eth-sig-util": "^4.0.0",
"express": "^4.17.2", "express": "^4.17.2",
"log4js": "~6.3.0", "log4js": "~6.3.0",