104 lines
2.9 KiB
JSON
104 lines
2.9 KiB
JSON
{
|
|
"_from": "@ethereumjs/rlp",
|
|
"_id": "@ethereumjs/rlp@5.0.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-DziebCdg4JpGlEqEdGgXmjqcFoJi+JGulUXwEjsZGAscAQ7MyD/7LE/GVCP29vEQxKc7AAwjT3A2ywHp2xfoCA==",
|
|
"_location": "/@ethereumjs/rlp",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "tag",
|
|
"registry": true,
|
|
"raw": "@ethereumjs/rlp",
|
|
"name": "@ethereumjs/rlp",
|
|
"escapedName": "@ethereumjs%2frlp",
|
|
"scope": "@ethereumjs",
|
|
"rawSpec": "",
|
|
"saveSpec": null,
|
|
"fetchSpec": "latest"
|
|
},
|
|
"_requiredBy": [
|
|
"#USER",
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmmirror.com/@ethereumjs/rlp/-/rlp-5.0.2.tgz",
|
|
"_shasum": "c89bd82f2f3bec248ab2d517ae25f5bbc4aac842",
|
|
"_spec": "@ethereumjs/rlp",
|
|
"_where": "D:\\ruyi\\dapp",
|
|
"author": {
|
|
"name": "martin becze",
|
|
"email": "mjbecze@gmail.com"
|
|
},
|
|
"bin": {
|
|
"rlp": "bin/rlp.cjs"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aissue+label%3A%22package%3A+rlp%22"
|
|
},
|
|
"bundleDependencies": false,
|
|
"contributors": [
|
|
{
|
|
"name": "Alex Beregszaszi",
|
|
"email": "alex@rtfs.hu"
|
|
},
|
|
{
|
|
"name": "Holger Drewes",
|
|
"email": "Holger.Drewes@gmail.com"
|
|
},
|
|
{
|
|
"name": "Paul Miller",
|
|
"email": "pkg@paulmillr.com"
|
|
}
|
|
],
|
|
"deprecated": false,
|
|
"description": "Recursive Length Prefix Encoding Module",
|
|
"devDependencies": {
|
|
"benchmark": "^2.1.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"import": "./dist/esm/index.js",
|
|
"require": "./dist/cjs/index.js"
|
|
}
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"bin",
|
|
"src"
|
|
],
|
|
"homepage": "https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/rlp#readme",
|
|
"keywords": [
|
|
"rlp",
|
|
"ethereum"
|
|
],
|
|
"license": "MPL-2.0",
|
|
"main": "dist/cjs/index.js",
|
|
"module": "dist/esm/index.js",
|
|
"name": "@ethereumjs/rlp",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/ethereumjs/ethereumjs-monorepo.git"
|
|
},
|
|
"scripts": {
|
|
"benchmarks": "node ./benchmarks/index.js",
|
|
"build": "../../config/cli/ts-build.sh node",
|
|
"build:benchmarks": "npm run build && tsc -p tsconfig.benchmarks.json",
|
|
"clean": "../../config/cli/clean-package.sh",
|
|
"coverage": "c8 --all --reporter=lcov --reporter=text npm run test:node",
|
|
"examples": "tsx ../../scripts/examples-runner.ts -- rlp",
|
|
"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 && npm run test:browser",
|
|
"test:browser": "npx vitest run --browser.name=chrome --browser.headless -c=vitest.config.browser.ts",
|
|
"test:node": "npx vitest run",
|
|
"tsc": "../../config/cli/ts-compile.sh"
|
|
},
|
|
"type": "module",
|
|
"version": "5.0.2"
|
|
}
|