{
  "_from": "scrypt-js@3.0.1",
  "_id": "scrypt-js@3.0.1",
  "_inBundle": true,
  "_integrity": "sha512-cdwTTnqPu0Hyvf5in5asVdZocVDTNRmR7XEcJuIzMjJeSHybHl7vpB66AzwTaIg6CLSbtjcxc8fqcySfnTkccA==",
  "_location": "/ganache-cli/scrypt-js",
  "_phantomChildren": {},
  "_requiredBy": [
    "/ganache-cli/ethereum-cryptography"
  ],
  "_resolved": "https://registry.npmjs.org/scrypt-js/-/scrypt-js-3.0.1.tgz",
  "author": {
    "name": "Richard Moore",
    "email": "me@ricmoo.com"
  },
  "bugs": {
    "url": "https://github.com/ricmoo/scrypt-js/issues"
  },
  "description": "The scrypt password-based key derivation function with sync and cancellable async.",
  "devDependencies": {
    "mocha": "6.2.2"
  },
  "homepage": "https://github.com/ricmoo/scrypt-js#readme",
  "keywords": [
    "scrypt",
    "pbkdf",
    "password",
    "async",
    "asynchronous",
    "stepwise"
  ],
  "license": "MIT",
  "main": "scrypt.js",
  "name": "scrypt-js",
  "repository": {
    "type": "git",
    "url": "git://github.com/ricmoo/scrypt-js.git"
  },
  "scripts": {
    "test": "mocha test/test-scrypt.js"
  },
  "types": "scrypt.d.ts",
  "version": "3.0.1"
}
