{
  "_from": "scryptsy@^2.1.0",
  "_id": "scryptsy@2.1.0",
  "_inBundle": false,
  "_integrity": "sha512-1CdSqHQowJBnMAFyPEBRfqag/YP9OF394FV+4YREIJX4ljD7OxvQRDayyoyyCk+senRjSkP6VnUNQmVQqB6g7w==",
  "_location": "/scryptsy",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "scryptsy@^2.1.0",
    "name": "scryptsy",
    "escapedName": "scryptsy",
    "rawSpec": "^2.1.0",
    "saveSpec": null,
    "fetchSpec": "^2.1.0"
  },
  "_requiredBy": [
    "/@web3-js/scrypt-shim"
  ],
  "_resolved": "https://registry.npmjs.org/scryptsy/-/scryptsy-2.1.0.tgz",
  "_shasum": "8d1e8d0c025b58fdd25b6fa9a0dc905ee8faa790",
  "_spec": "scryptsy@^2.1.0",
  "_where": "/root/web3.space/node_modules/@web3-js/scrypt-shim",
  "author": "",
  "bugs": {
    "url": "https://github.com/cryptocoinjs/scryptsy/issues"
  },
  "bundleDependencies": false,
  "dependencies": {},
  "deprecated": false,
  "description": "Pure JavaScript implementation of the scrypt key deriviation function that is fully compatible with Node.js and the browser.",
  "devDependencies": {
    "coveralls": "^3.0.3",
    "mocha": "^6.0.2",
    "mochify": "^6.1.0",
    "nyc": "^13.3.0",
    "standard": "^12.0.1"
  },
  "files": [
    "lib"
  ],
  "homepage": "https://github.com/cryptocoinjs/scryptsy#readme",
  "keywords": [
    "crytpo",
    "cryptography",
    "scrypt",
    "kdf",
    "litecoin",
    "dogecoin",
    "bitcoin",
    "bip38"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "scryptsy",
  "repository": {
    "url": "git+ssh://git@github.com/cryptocoinjs/scryptsy.git",
    "type": "git"
  },
  "scripts": {
    "browser-test": "mochify --wd -R spec",
    "coverage": "nyc --check-coverage --statements 80 --branches 60 --functions 90 --lines 90 mocha",
    "coveralls": "npm run-script coverage && coveralls < coverage/lcov.info",
    "lint": "standard",
    "test": "mocha --ui bdd",
    "unit": "mocha"
  },
  "version": "2.1.0"
}
