{
  "_args": [
    [
      "rlp@2.2.6",
      "/home/lash/src/ext/cic/grassrootseconomics/cic-internal-integration/apps/cic-meta"
    ]
  ],
  "_from": "rlp@2.2.6",
  "_id": "rlp@2.2.6",
  "_inBundle": false,
  "_integrity": "sha512-HAfAmL6SDYNWPUOJNrM500x4Thn4PZsEy5pijPh40U9WfNk0z15hUYzO9xVIMAdIHdFtD8CBDHd75Td1g36Mjg==",
  "_location": "/rlp",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "rlp@2.2.6",
    "name": "rlp",
    "escapedName": "rlp",
    "rawSpec": "2.2.6",
    "saveSpec": null,
    "fetchSpec": "2.2.6"
  },
  "_requiredBy": [
    "/ethereumjs-util"
  ],
  "_resolved": "https://registry.npmjs.org/rlp/-/rlp-2.2.6.tgz",
  "_spec": "2.2.6",
  "_where": "/home/lash/src/ext/cic/grassrootseconomics/cic-internal-integration/apps/cic-meta",
  "author": {
    "name": "martin becze",
    "email": "mjbecze@gmail.com"
  },
  "bin": {
    "rlp": "bin/rlp"
  },
  "bugs": {
    "url": "https://github.com/ethereumjs/rlp/issues"
  },
  "contributors": [
    {
      "name": "Alex Beregszaszi",
      "email": "alex@rtfs.hu"
    },
    {
      "name": "Holger Drewes",
      "email": "Holger.Drewes@gmail.com"
    }
  ],
  "dependencies": {
    "bn.js": "^4.11.1"
  },
  "description": "Recursive Length Prefix Encoding Module",
  "devDependencies": {
    "@ethereumjs/config-nyc": "^1.0.0",
    "@ethereumjs/config-prettier": "^1.0.1",
    "@ethereumjs/config-tsc": "^1.0.2",
    "@ethereumjs/config-tslint": "^1.0.0",
    "@types/bn.js": "^4.11.3",
    "@types/mocha": "^5.2.5",
    "@types/node": "^10.12.2",
    "husky": "^2.1.0",
    "karma": "^5.0.2",
    "karma-chrome-launcher": "^2.0.0",
    "karma-firefox-launcher": "^1.0.0",
    "karma-mocha": "^2.0.0",
    "karma-typescript": "^4.1.1",
    "mocha": "7.1.2",
    "nyc": "^15.0.1",
    "prettier": "^1.15.2",
    "ts-node": "^8.9.1",
    "tslint": "^5.11.0",
    "typescript": "^3.8.3",
    "typestrict": "^1.0.1"
  },
  "files": [
    "dist/**",
    "bin/**"
  ],
  "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",
    "coverage": "npm run build && nyc --reporter=lcov mocha --reporter=spec --require ts-node/register test/*.spec.ts",
    "format": "prettier --list-different **/*.{ts,json,md,gql}",
    "format:fix": "prettier --write **/*.{ts,json,md,gql}",
    "lint": "npm run format && npm run tslint && npm run tsc",
    "lint:fix": "npm run format:fix && npm run tslint:fix && npm run tsc",
    "prepublishOnly": "npm run test && npm run build",
    "test": "npm run lint && npm run build && npm run unitTests && npm run test:browser",
    "test:browser": "karma start karma.conf.js",
    "test:fix": "npm run lint:fix && npm run unitTests",
    "tsc": "tsc -p ./tsconfig.prod.json --noEmit",
    "tslint": "tslint -p ./tsconfig.json -e node_modules/**/* -e **/node_modules/**/* -e dist/**/* **/*.ts",
    "tslint:fix": "tslint --fix --format stylish -p ./tsconfig.json -e node_modules/**/* -e **/node_modules/**/* -e dist/**/* **/*.ts",
    "unitTests": "mocha --reporter spec --require ts-node/register test/*.spec.ts"
  },
  "types": "./dist/index.d.ts",
  "version": "2.2.6"
}
