{
  "_args": [
    [
      "@ethereumjs/tx@3.3.2",
      "/var/www/karbon-ai-be-new"
    ]
  ],
  "_from": "@ethereumjs/tx@3.3.2",
  "_id": "@ethereumjs/tx@3.3.2",
  "_inBundle": false,
  "_integrity": "sha512-6AaJhwg4ucmwTvw/1qLaZUX5miWrwZ4nLOUsKyb/HtzS3BMw/CasKhdi1ims9mBKeK9sOJCH4qGKOBGyJCeeog==",
  "_location": "/@ethereumjs/tx",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@ethereumjs/tx@3.3.2",
    "name": "@ethereumjs/tx",
    "escapedName": "@ethereumjs%2ftx",
    "scope": "@ethereumjs",
    "rawSpec": "3.3.2",
    "saveSpec": null,
    "fetchSpec": "3.3.2"
  },
  "_requiredBy": [
    "/web3-eth-accounts"
  ],
  "_resolved": "https://registry.npmjs.org/@ethereumjs/tx/-/tx-3.3.2.tgz",
  "_spec": "3.3.2",
  "_where": "/var/www/karbon-ai-be-new",
  "author": {
    "name": "mjbecze",
    "email": "mb@ethdev.com"
  },
  "browser": "dist.browser/index.js",
  "bugs": {
    "url": "https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aissue+label%3A%22package%3A+tx%22"
  },
  "contributors": [
    {
      "name": "Alex Beregszaszi",
      "email": "alex@rtfs.hu",
      "url": "https://github.com/axic"
    }
  ],
  "dependencies": {
    "@ethereumjs/common": "^2.5.0",
    "ethereumjs-util": "^7.1.2"
  },
  "description": "A simple module for creating, manipulating and signing Ethereum transactions",
  "devDependencies": {
    "@types/minimist": "^1.2.0",
    "@types/node": "^11.13.4",
    "@types/tape": "^4.13.2",
    "eslint": "^6.8.0",
    "karma": "^6.3.2",
    "karma-chrome-launcher": "^3.1.0",
    "karma-firefox-launcher": "^2.1.0",
    "karma-tap": "^4.2.0",
    "karma-typescript": "^5.5.1",
    "minimist": "^1.2.0",
    "node-dir": "^0.1.16",
    "nyc": "^14.0.0",
    "prettier": "^2.0.5",
    "tape": "^5.3.1",
    "ts-node": "^10.2.1",
    "typedoc": "^0.22.4",
    "typescript": "^4.4.2"
  },
  "files": [
    "dist",
    "dist.browser",
    "src"
  ],
  "homepage": "https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/tx#readme",
  "keywords": [
    "ethereum",
    "transactions"
  ],
  "license": "MPL-2.0",
  "main": "dist/index.js",
  "name": "@ethereumjs/tx",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ethereumjs/ethereumjs-monorepo.git"
  },
  "scripts": {
    "build": "npm run build:node && npm run build:browser",
    "build:browser": "../../config/cli/ts-build.sh browser",
    "build:node": "../../config/cli/ts-build.sh node",
    "clean": "../../config/cli/clean-package.sh",
    "coverage": "../../config/cli/coverage.sh",
    "docs:build": "typedoc --options typedoc.js",
    "format": "ethereumjs-config-format",
    "format:fix": "ethereumjs-config-format-fix",
    "lint": "../../config/cli/lint.sh",
    "lint:fix": "../../config/cli/lint-fix.sh",
    "prepublishOnly": "../../config/cli/prepublish.sh",
    "test": "npm run test:node && npm run test:browser",
    "test:browser": "karma start karma.conf.js",
    "test:node": "tape -r ts-node/register ./test/index.ts",
    "tsc": "../../config/cli/ts-compile.sh"
  },
  "types": "dist/index.d.ts",
  "version": "3.3.2"
}
