92 lines
2.7 KiB
JSON
92 lines
2.7 KiB
JSON
{
|
|
"_from": "@ethereumjs/common@^4.4.0",
|
|
"_id": "@ethereumjs/common@4.4.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-Fy5hMqF6GsE6DpYTyqdDIJPJgUtDn4dL120zKw+Pswuo+iLyBsEYuSyzMw6NVzD2vDzcBG9fE4+qX4X2bPc97w==",
|
|
"_location": "/@ethereumjs/common",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "@ethereumjs/common@^4.4.0",
|
|
"name": "@ethereumjs/common",
|
|
"escapedName": "@ethereumjs%2fcommon",
|
|
"scope": "@ethereumjs",
|
|
"rawSpec": "^4.4.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^4.4.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/@ethereumjs/tx"
|
|
],
|
|
"_resolved": "https://registry.npmmirror.com/@ethereumjs/common/-/common-4.4.0.tgz",
|
|
"_shasum": "fba41612f527a815bf304e98653d6b5fc5d6d4de",
|
|
"_spec": "@ethereumjs/common@^4.4.0",
|
|
"_where": "D:\\ruyi\\dapp\\node_modules\\@ethereumjs\\tx",
|
|
"bugs": {
|
|
"url": "https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aissue+label%3A%22package%3A+common%22"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"@ethereumjs/util": "^9.1.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Resources common to all Ethereum implementations",
|
|
"devDependencies": {
|
|
"@polkadot/util": "^12.6.2",
|
|
"@polkadot/wasm-crypto": "^7.3.2"
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"import": "./dist/esm/index.js",
|
|
"require": "./dist/cjs/index.js"
|
|
}
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"src"
|
|
],
|
|
"homepage": "https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/common#readme",
|
|
"keywords": [
|
|
"ethereum",
|
|
"ethereumjs",
|
|
"constants",
|
|
"parameters",
|
|
"genesis",
|
|
"networks",
|
|
"bootstrap"
|
|
],
|
|
"license": "MIT",
|
|
"main": "dist/cjs/index.js",
|
|
"maintainers": [
|
|
{
|
|
"name": "Holger Drewes",
|
|
"email": "Holger.Drewes@gmail.com"
|
|
}
|
|
],
|
|
"module": "dist/esm/index.js",
|
|
"name": "@ethereumjs/common",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/ethereumjs/ethereumjs-monorepo.git"
|
|
},
|
|
"scripts": {
|
|
"build": "../../config/cli/ts-build.sh",
|
|
"clean": "../../config/cli/clean-package.sh",
|
|
"coverage": "DEBUG=ethjs npx vitest run --coverage.enabled --coverage.reporter=lcov",
|
|
"docs:build": "typedoc --options typedoc.cjs",
|
|
"examples": "tsx ../../scripts/examples-runner.ts -- common",
|
|
"examples:build": "npx embedme README.md",
|
|
"lint": "../../config/cli/lint.sh",
|
|
"lint:diff": "../../config/cli/lint-diff.sh",
|
|
"lint:fix": "../../config/cli/lint-fix.sh",
|
|
"prepublishOnly": "../../config/cli/prepublish.sh",
|
|
"test": "npm run test:node",
|
|
"test:browser": "npx vitest run --config=../../config/vitest.config.browser.mts",
|
|
"test:node": "npx vitest run",
|
|
"tsc": "../../config/cli/ts-compile.sh"
|
|
},
|
|
"type": "commonjs",
|
|
"version": "4.4.0"
|
|
}
|