{
  "_from": "rlp@^2.1.0",
  "_id": "rlp@2.2.3",
  "_inBundle": false,
  "_integrity": "sha1-f5Su+GzsQS34fV6h2MsRakfUXw4=",
  "_location": "/rlp",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "rlp@^2.1.0",
    "name": "rlp",
    "escapedName": "rlp",
    "rawSpec": "^2.1.0",
    "saveSpec": null,
    "fetchSpec": "^2.1.0"
  },
  "_requiredBy": [
    "/@alipay/mychain"
  ],
  "_resolved": "https://registry.npm.alibaba-inc.com/rlp/download/rlp-2.2.3.tgz",
  "_shasum": "7f94aef86cec412df87d5ea1d8cb116a47d45f0e",
  "_spec": "rlp@^2.1.0",
  "_where": "/Users/liudan/ant-baas/alipay-program-plugin/node_modules/@alipay/mychain",
  "author": {
    "name": "martin becze",
    "email": "mjbecze@gmail.com"
  },
  "bin": {
    "rlp": "./bin/rlp"
  },
  "bugs": {
    "url": "https://github.com/ethereumjs/rlp/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Alex Beregszaszi",
      "email": "alex@rtfs.hu"
    },
    {
      "name": "Holger Drewes",
      "email": "Holger.Drewes@gmail.com"
    }
  ],
  "dependencies": {
    "bn.js": "^4.11.1",
    "safe-buffer": "^5.1.1"
  },
  "deprecated": false,
  "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",
    "coveralls": "^2.11.4",
    "mocha": "4.1.0",
    "nyc": "^13.1.0",
    "prettier": "^1.15.2",
    "ts-node": "^7.0.1",
    "tslint": "^5.11.0",
    "typescript": "^3.1.6",
    "typestrict": "^1.0.1"
  },
  "files": [
    "dist/**",
    "bin/**"
  ],
  "homepage": "https://github.com/ethereumjs/rlp#readme",
  "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": "nyc mocha --reporter spec --require ts-node/register test/*.spec.ts",
    "coveralls": "npm run coverage && nyc report --reporter=text-lcov | coveralls",
    "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 unitTests",
    "test:fix": "npm run lint:fix && npm run unitTests",
    "tsc": "tsc --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",
    "webtest": "browserify test/max.js | testling -u"
  },
  "testling": {
    "files": "test/*.js",
    "harness": "mocha-bdd",
    "browsers": [
      "chrome/22..latest",
      "firefox/16..latest",
      "safari/latest",
      "opera/11.0..latest",
      "iphone/6",
      "ipad/6",
      "android-browser/latest"
    ]
  },
  "types": "./dist/index.d.ts",
  "version": "2.2.3"
}
