{
  "_from": "scrypt.js@^0.3.0",
  "_id": "scrypt.js@0.3.0",
  "_inBundle": false,
  "_integrity": "sha512-42LTc1nyFsyv/o0gcHtDztrn+aqpkaCNt5Qh7ATBZfhEZU7IC/0oT/qbBH+uRNoAPvs2fwiOId68FDEoSRA8/A==",
  "_location": "/scrypt.js",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "scrypt.js@^0.3.0",
    "name": "scrypt.js",
    "escapedName": "scrypt.js",
    "rawSpec": "^0.3.0",
    "saveSpec": null,
    "fetchSpec": "^0.3.0"
  },
  "_requiredBy": [
    "/ethereumjs-wallet"
  ],
  "_resolved": "https://registry.npmjs.org/scrypt.js/-/scrypt.js-0.3.0.tgz",
  "_shasum": "6c62d61728ad533c8c376a2e5e3e86d41a95c4c0",
  "_spec": "scrypt.js@^0.3.0",
  "_where": "/root/web3.space/web3t/node_modules/ethereumjs-wallet",
  "author": {
    "name": "Alex Beregszaszi",
    "email": "alex@rtfs.hu"
  },
  "browser": "js.js",
  "bugs": {
    "url": "https://github.com/axic/scrypt.js/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "scryptsy": "^1.2.1"
  },
  "deprecated": false,
  "description": "Scrypt in Node.js and in the browser. Fast & simple.",
  "devDependencies": {
    "standard": "^12.0.0",
    "tape": "^4.9.0"
  },
  "homepage": "https://github.com/axic/scrypt.js#readme",
  "keywords": [
    "crypto",
    "scrypt",
    "hash",
    "kdf"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "scrypt.js",
  "optionalDependencies": {
    "scrypt": "^6.0.2"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/axic/scrypt.js.git"
  },
  "scripts": {
    "lint": "standard",
    "test": "tape ./test/index.js"
  },
  "version": "0.3.0"
}
