{
  "_args": [
    [
      "ethereumjs-tx@2.1.2",
      "/Users/giro/Desktop/projects/exbita-scripts/ethereum"
    ]
  ],
  "_from": "ethereumjs-tx@2.1.2",
  "_id": "ethereumjs-tx@2.1.2",
  "_inBundle": false,
  "_integrity": "sha512-zZEK1onCeiORb0wyCXUvg94Ve5It/K6GD1K+26KfFKodiBiS6d9lfCXlUKGBBdQ+bv7Day+JK0tj1K+BeNFRAw==",
  "_location": "/ethereumjs-tx",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "ethereumjs-tx@2.1.2",
    "name": "ethereumjs-tx",
    "escapedName": "ethereumjs-tx",
    "rawSpec": "2.1.2",
    "saveSpec": null,
    "fetchSpec": "2.1.2"
  },
  "_requiredBy": [
    "/",
    "/web3-eth-accounts"
  ],
  "_resolved": "https://registry.npmjs.org/ethereumjs-tx/-/ethereumjs-tx-2.1.2.tgz",
  "_spec": "2.1.2",
  "_where": "/Users/giro/Desktop/projects/exbita-scripts/ethereum",
  "author": {
    "name": "mjbecze",
    "email": "mb@ethdev.com"
  },
  "bugs": {
    "url": "https://github.com/ethereumjs/ethereumjs-tx/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": "^1.5.0",
    "ethereumjs-util": "^6.0.0"
  },
  "description": "A simple module for creating, manipulating and signing Ethereum transactions",
  "devDependencies": {
    "@ethereumjs/config-nyc": "^1.1.1",
    "@ethereumjs/config-prettier": "^1.1.1",
    "@ethereumjs/config-tsc": "^1.1.1",
    "@ethereumjs/config-tslint": "^1.1.1",
    "@types/bn.js": "^4.11.5",
    "@types/minimist": "^1.2.0",
    "@types/node": "^11.13.4",
    "@types/tape": "^4.2.33",
    "browserify": "^16.2.3",
    "contributor": "^0.1.25",
    "coveralls": "^2.11.4",
    "ethereumjs-testing": "git+https://github.com/ethereumjs/ethereumjs-testing.git#v1.2.8",
    "husky": "^2.1.0",
    "istanbul": "^0.4.1",
    "karma": "^4.1.0",
    "karma-browserify": "^6.0.0",
    "karma-detect-browsers": "^2.3.3",
    "karma-firefox-launcher": "^1.1.0",
    "karma-tap": "^4.1.4",
    "minimist": "^1.2.0",
    "nyc": "^14.0.0",
    "prettier": "^1.17.0",
    "tape": "^4.0.3",
    "ts-node": "^8.0.3",
    "tslint": "^5.15.0",
    "typedoc": "^0.14.2",
    "typedoc-plugin-markdown": "^1.2.0",
    "typescript": "^3.4.3",
    "typestrict": "^1.0.2"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/ethereumjs/ethereumjs-tx",
  "husky": {
    "hooks": {
      "pre-push": "npm run lint"
    }
  },
  "keywords": [
    "ethereum",
    "transactions"
  ],
  "license": "MPL-2.0",
  "main": "dist/index.js",
  "name": "ethereumjs-tx",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ethereumjs/ethereumjs-tx.git"
  },
  "scripts": {
    "build": "ethereumjs-config-build",
    "coverage": "ethereumjs-config-coverage",
    "coveralls": "ethereumjs-config-coveralls",
    "docs:build": "typedoc --out docs --mode file --readme none --theme markdown --mdEngine github --excludeNotExported src",
    "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",
    "test:browser": "npm run test:browser:build && karma start karma.conf.js",
    "test:browser:build": "tsc && cp ./test/*.json test-build/test/",
    "test:node": "ts-node node_modules/tape/bin/tape ./test/index.ts",
    "tsc": "ethereumjs-config-tsc",
    "tslint": "ethereumjs-config-tslint",
    "tslint:fix": "ethereumjs-config-tslint-fix"
  },
  "types": "dist/index.d.ts",
  "version": "2.1.2"
}
