{
  "_from": "blakejs@1.1.0",
  "_id": "blakejs@1.1.0",
  "_inBundle": true,
  "_integrity": "sha1-ad+S75U6qIylGjLfarHFShVfx6U=",
  "_location": "/ganache-cli/blakejs",
  "_phantomChildren": {},
  "_requiredBy": [
    "/ganache-cli/ethereum-cryptography"
  ],
  "_resolved": "https://registry.npmjs.org/blakejs/-/blakejs-1.1.0.tgz",
  "author": "",
  "bugs": {
    "url": "https://github.com/dcposch/blakejs/issues"
  },
  "description": "Pure Javascript implementation of the BLAKE2b and BLAKE2s hash functions",
  "devDependencies": {
    "standard": "*",
    "tape": "*"
  },
  "homepage": "https://github.com/dcposch/blakejs#readme",
  "license": "CC0-1.0",
  "main": "index.js",
  "name": "blakejs",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dcposch/blakejs.git"
  },
  "scripts": {
    "test": "standard && node test_blake2b.js && node test_blake2s.js"
  },
  "version": "1.1.0"
}
