{
  "_args": [
    [
      "@ethereumjs/rlp@4.0.1",
      "/var/www/karbon-ai-be-new"
    ]
  ],
  "_from": "@ethereumjs/rlp@4.0.1",
  "_id": "@ethereumjs/rlp@4.0.1",
  "_inBundle": false,
  "_integrity": "sha512-tqsQiBQDQdmPWE1xkkBq4rlSW5QZpLOUJ5RJh2/9fug+q9tnUhuZoVLk7s0scUIKTOzEtR72DFBXI4WiZcMpvw==",
  "_location": "/@ethereumjs/rlp",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@ethereumjs/rlp@4.0.1",
    "name": "@ethereumjs/rlp",
    "escapedName": "@ethereumjs%2frlp",
    "scope": "@ethereumjs",
    "rawSpec": "4.0.1",
    "saveSpec": null,
    "fetchSpec": "4.0.1"
  },
  "_requiredBy": [
    "/@ethereumjs/util"
  ],
  "_resolved": "https://registry.npmjs.org/@ethereumjs/rlp/-/rlp-4.0.1.tgz",
  "_spec": "4.0.1",
  "_where": "/var/www/karbon-ai-be-new",
  "author": {
    "name": "martin becze",
    "email": "mjbecze@gmail.com"
  },
  "bin": {
    "rlp": "bin/rlp"
  },
  "bugs": {
    "url": "https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aissue+label%3A%22package%3A+rlp%22"
  },
  "contributors": [
    {
      "name": "Alex Beregszaszi",
      "email": "alex@rtfs.hu"
    },
    {
      "name": "Holger Drewes",
      "email": "Holger.Drewes@gmail.com"
    },
    {
      "name": "Paul Miller",
      "email": "pkg@paulmillr.com"
    }
  ],
  "description": "Recursive Length Prefix Encoding Module",
  "engines": {
    "node": ">=14"
  },
  "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/index.js",
  "name": "@ethereumjs/rlp",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ethereumjs/ethereumjs-monorepo.git"
  },
  "scripts": {
    "build": "../../config/cli/ts-build.sh node",
    "clean": "../../config/cli/clean-package.sh",
    "coverage": "../../config/cli/coverage.sh",
    "lint": "../../config/cli/lint.sh",
    "lint:diff": "../../config/cli/lint-diff.sh",
    "lint:fix": "../../config/cli/lint-fix.sh",
    "prepublishOnly": "../../config/cli/prepublish.sh",
    "tape": "tape -r ts-node/register",
    "test": "npm run test:node && npm run test:browser",
    "test:browser": "karma start karma.conf.js",
    "test:node": "npm run tape -- test/*.spec.ts",
    "tsc": "../../config/cli/ts-compile.sh"
  },
  "types": "dist/index.d.ts",
  "version": "4.0.1"
}
