{
  "_from": "rlp@^2.0.0",
  "_id": "rlp@2.1.0",
  "_inBundle": false,
  "_integrity": "sha512-93U7IKH5j7nmXFVg19MeNBGzQW5uXW1pmCuKY8veeKIhYTE32C2d0mOegfiIAfXcHOKJjjPlJisn8iHDF5AezA==",
  "_location": "/rlp",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "rlp@^2.0.0",
    "name": "rlp",
    "escapedName": "rlp",
    "rawSpec": "^2.0.0",
    "saveSpec": null,
    "fetchSpec": "^2.0.0"
  },
  "_requiredBy": [
    "/eth-block-tracker/ethereumjs-util",
    "/eth-json-rpc-middleware/ethereumjs-util",
    "/eth-sig-util/ethereumjs-util",
    "/eth-tx-summary/ethereumjs-util",
    "/ethereumjs-abi/ethereumjs-util",
    "/ethereumjs-account",
    "/ethereumjs-account/ethereumjs-util",
    "/ethereumjs-block/ethereumjs-util",
    "/ethereumjs-tx/ethereumjs-util",
    "/ethereumjs-util",
    "/ethereumjs-vm/ethereumjs-util",
    "/merkle-patricia-tree",
    "/merkle-patricia-tree/ethereumjs-util",
    "/web3-provider-engine/ethereumjs-util"
  ],
  "_resolved": "https://registry.npmjs.org/rlp/-/rlp-2.1.0.tgz",
  "_shasum": "e4f9886d5a982174f314543831e36e1a658460f9",
  "_spec": "rlp@^2.0.0",
  "_where": "/ude/hb/projects/protocol/packages/token/smart-contracts/ethereum/node_modules/ethereumjs-util",
  "author": {
    "name": "martin becze",
    "email": "mjbecze@gmail.com"
  },
  "bin": {
    "rlp": "./bin/rlp"
  },
  "bugs": {
    "url": "https://github.com/ethereumjs/rlp/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Holger Drewes",
      "email": "Holger.Drewes@gmail.com"
    }
  ],
  "dependencies": {
    "safe-buffer": "^5.1.1"
  },
  "deprecated": false,
  "description": "Recursive Length Prefix Encoding Module",
  "devDependencies": {
    "bn.js": "^4.11.1",
    "coveralls": "^2.11.4",
    "ethereumjs-testing": "git+https://github.com/ethereumjs/ethereumjs-testing.git",
    "istanbul": "^0.4.2",
    "mocha": "^2.3.4",
    "standard": "^6.0.8"
  },
  "directories": {
    "test": "test"
  },
  "homepage": "https://github.com/ethereumjs/rlp#readme",
  "keywords": [
    "rlp",
    "ethereum"
  ],
  "license": "MPL-2.0",
  "main": "index.js",
  "name": "rlp",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ethereumjs/rlp.git"
  },
  "scripts": {
    "coverage": "istanbul cover _mocha",
    "coveralls": "npm run coverage && coveralls <coverage/lcov.info",
    "lint": "standard",
    "test": "istanbul test mocha -- --reporter spec",
    "webtest": "browserify test/max.js | testling -u"
  },
  "standard": {
    "globals": [
      "describe",
      "it"
    ]
  },
  "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"
    ]
  },
  "version": "2.1.0"
}
