{
  "_args": [
    [
      "@ethereumjs/tx@3.0.0-beta.1",
      "/home/lash/src/ext/cic/grassrootseconomics/cic-internal-integration/apps/cic-meta"
    ]
  ],
  "_from": "@ethereumjs/tx@3.0.0-beta.1",
  "_id": "@ethereumjs/tx@3.0.0-beta.1",
  "_inBundle": false,
  "_integrity": "sha512-2Au5nT8nyaP1DDv9iT4e3UTbM0U9ubbfy+dUwBVOFz395My0w6m/XaMORPyLW+2Y7GIoRXfPZlqmS5/7g6aJJA==",
  "_location": "/@ethereumjs/tx",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@ethereumjs/tx@3.0.0-beta.1",
    "name": "@ethereumjs/tx",
    "escapedName": "@ethereumjs%2ftx",
    "scope": "@ethereumjs",
    "rawSpec": "3.0.0-beta.1",
    "saveSpec": null,
    "fetchSpec": "3.0.0-beta.1"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/@ethereumjs/tx/-/tx-3.0.0-beta.1.tgz",
  "_spec": "3.0.0-beta.1",
  "_where": "/home/lash/src/ext/cic/grassrootseconomics/cic-internal-integration/apps/cic-meta",
  "author": {
    "name": "mjbecze",
    "email": "mb@ethdev.com"
  },
  "browser": "dist.browser/index.js",
  "bugs": {
    "url": "https://github.com/ethereumjs/ethereumjs-vm/issues"
  },
  "contributors": [
    {
      "email": "-c-g-",
      "url": "https://github.com/cgewecke"
    },
    {
      "name": "Kirill Fomichev",
      "email": "fanatid@ya.ru",
      "url": "https://github.com/fanatid"
    },
    {
      "name": "Rick Behl",
      "url": "https://github.com/Nexus7"
    },
    {
      "name": "Tim Coulter",
      "email": "tim@timothyjcoulter.com",
      "url": "https://github.com/tcoulter"
    },
    {
      "name": "kumavis",
      "email": "aaron@kumavis.me",
      "url": "https://github.com/kumavis"
    },
    {
      "name": "Jack Peterson",
      "email": "jack@tinybike.net",
      "url": "https://github.com/tinybike"
    },
    {
      "name": "Nick Dodson",
      "url": "https://github.com/SilentCicero"
    },
    {
      "url": "https://github.com/ckeenan"
    },
    {
      "name": "Alex Beregszaszi",
      "email": "alex@rtfs.hu",
      "url": "https://github.com/axic"
    },
    {
      "url": "https://github.com/wanderer"
    },
    {
      "url": "https://github.com/kvhnuke"
    }
  ],
  "dependencies": {
    "@ethereumjs/common": "2.0.0-beta.1",
    "ethereumjs-util": "^7.0.7"
  },
  "description": "A simple module for creating, manipulating and signing Ethereum transactions",
  "devDependencies": {
    "@ethereumjs/config-coverage": "^2.0.0",
    "@ethereumjs/config-typescript": "^2.0.0",
    "@ethereumjs/eslint-config-defaults": "^2.0.0",
    "@types/bn.js": "^4.11.6",
    "@types/minimist": "^1.2.0",
    "@types/node": "^11.13.4",
    "@types/tape": "^4.13.0",
    "@typescript-eslint/eslint-plugin": "^4.1.1",
    "browserify": "^16.5.1",
    "contributor": "^0.1.25",
    "eslint": "^6.8.0",
    "eslint-config-prettier": "^6.11.0",
    "eslint-plugin-implicit-dependencies": "^1.0.4",
    "ethereumjs-testing": "git+https://github.com/ethereumjs/ethereumjs-testing.git#v1.3.3",
    "istanbul": "^0.4.1",
    "karma": "^5.2.1",
    "karma-browserify": "^7.0.0",
    "karma-chrome-launcher": "^3.1.0",
    "karma-firefox-launcher": "^1.3.0",
    "karma-tap": "^4.2.0",
    "minimist": "^1.2.0",
    "nyc": "^14.0.0",
    "prettier": "^2.0.5",
    "tape": "^4.10.1",
    "ts-node": "^8.8.2",
    "tslint": "^5.16.0",
    "typedoc": "next",
    "typedoc-plugin-markdown": "^2.2.17",
    "typescript": "^3.9.3",
    "typestrict": "^1.0.2"
  },
  "files": [
    "dist",
    "dist.browser"
  ],
  "homepage": "https://github.com/ethereumjs/ethereumjs-vm",
  "keywords": [
    "ethereum",
    "transactions"
  ],
  "license": "MPL-2.0",
  "main": "dist/index.js",
  "name": "@ethereumjs/tx",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ethereumjs/ethereumjs-vm.git"
  },
  "scripts": {
    "build": "ethereumjs-config-ts-build",
    "coverage": "ethereumjs-config-coverage",
    "docs:build": "typedoc --options typedoc.js",
    "format": "ethereumjs-config-format",
    "format:fix": "ethereumjs-config-format-fix",
    "lint": "ethereumjs-config-lint",
    "lint:fix": "ethereumjs-config-lint-fix",
    "prepublishOnly": "npm run test && npm run build",
    "test": "npm run test:node && npm run test:browser",
    "test:browser": "npm run test:browser:build && karma start karma.conf.js",
    "test:browser:build": "tsc && cp -r ./test/json test-build/test",
    "test:node": "tape -r ts-node/register ./test/index.ts",
    "tsc": "ethereumjs-config-tsc"
  },
  "types": "dist/index.d.ts",
  "version": "3.0.0-beta.1"
}
