{
  "_from": "scrypt-js@2.0.3",
  "_id": "scrypt-js@2.0.3",
  "_inBundle": false,
  "_integrity": "sha1-uwBAvgMEPamgEqLOqfyfhSz8h9Q=",
  "_location": "/scrypt-js",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "scrypt-js@2.0.3",
    "name": "scrypt-js",
    "escapedName": "scrypt-js",
    "rawSpec": "2.0.3",
    "saveSpec": null,
    "fetchSpec": "2.0.3"
  },
  "_requiredBy": [
    "/ethers"
  ],
  "_resolved": "https://registry.npmjs.org/scrypt-js/-/scrypt-js-2.0.3.tgz",
  "_shasum": "bb0040be03043da9a012a2cea9fc9f852cfc87d4",
  "_spec": "scrypt-js@2.0.3",
  "_where": "/Users/mj/rlay-utils/rlay-client-lib/node_modules/ethers",
  "author": {
    "name": "Richard Moore",
    "email": "me@ricmoo.com"
  },
  "bugs": {
    "url": "https://github.com/ricmoo/scrypt-js/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "The scrypt password-based key derivation function with asynchronous operation and ablility to be cancelled.",
  "devDependencies": {
    "nodeunit": "0.9.1"
  },
  "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": "node test/test-scrypt.js"
  },
  "version": "2.0.3"
}
