Onlife/node_modules/rlp/package.json
2025-04-19 15:38:48 +08:00

108 lines
2.8 KiB
JSON

{
"_from": "rlp@^2.2.4",
"_id": "rlp@2.2.7",
"_inBundle": false,
"_integrity": "sha512-d5gdPmgQ0Z+AklL2NVXr/IoSjNZFfTVvQWzL/AM2AOcSzYP2xjlb0AC8YyCLc41MSNf6P6QVtjgPdmVtzb+4lQ==",
"_location": "/rlp",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "rlp@^2.2.4",
"name": "rlp",
"escapedName": "rlp",
"rawSpec": "^2.2.4",
"saveSpec": null,
"fetchSpec": "^2.2.4"
},
"_requiredBy": [
"/ethereumjs-util"
],
"_resolved": "https://registry.npmmirror.com/rlp/-/rlp-2.2.7.tgz",
"_shasum": "33f31c4afac81124ac4b283e2bd4d9720b30beaf",
"_spec": "rlp@^2.2.4",
"_where": "D:\\ruyi\\案例\\node_modules\\ethereumjs-util",
"author": {
"name": "martin becze",
"email": "mjbecze@gmail.com"
},
"bin": {
"rlp": "bin/rlp"
},
"browser": "dist.browser/index.js",
"bugs": {
"url": "https://github.com/ethereumjs/rlp/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Alex Beregszaszi",
"email": "alex@rtfs.hu"
},
{
"name": "Holger Drewes",
"email": "Holger.Drewes@gmail.com"
}
],
"dependencies": {
"bn.js": "^5.2.0"
},
"deprecated": false,
"description": "Recursive Length Prefix Encoding Module",
"devDependencies": {
"@ethereumjs/config-coverage": "^2.0.0",
"@ethereumjs/config-typescript": "^2.0.0",
"@ethereumjs/eslint-config-defaults": "^2.0.0",
"@types/bn.js": "^5.1.0",
"@types/mocha": "^9.0.0",
"@types/node": "^12.13.0",
"husky": "^4.2.5",
"karma": "^6.3.4",
"karma-chrome-launcher": "^3.1.0",
"karma-firefox-launcher": "^2.1.1",
"karma-mocha": "^2.0.1",
"karma-typescript": "^5.5.2",
"mocha": "7.1.2",
"nyc": "^15.1.0",
"prettier": "^2.4.1",
"ts-node": "^10.2.1",
"typescript": "^4.4.3"
},
"files": [
"dist",
"dist.browser",
"bin",
"src"
],
"homepage": "https://github.com/ethereumjs/rlp#readme",
"husky": {
"hooks": {
"pre-push": "npm run lint"
}
},
"keywords": [
"rlp",
"ethereum"
],
"license": "MPL-2.0",
"main": "./dist/index.js",
"name": "rlp",
"repository": {
"type": "git",
"url": "git+https://github.com/ethereumjs/rlp.git"
},
"scripts": {
"build": "tsc -p ./tsconfig.prod.json && tsc -p tsconfig.browser.json",
"coverage": "npm run build && nyc --reporter=lcov npm run test:unit",
"lint": "ethereumjs-config-lint",
"lint:fix": "ethereumjs-config-lint-fix",
"prepublishOnly": "npm run test && npm run build",
"test": "npm run lint && npm run build && npm run test:unit && npm run test:browser",
"test:browser": "karma start karma.conf.js",
"test:unit": "mocha --reporter spec --require ts-node/register test/*.spec.ts",
"tsc": "tsc -p ./tsconfig.prod.json --noEmit"
},
"types": "./dist/index.d.ts",
"version": "2.2.7"
}