{
  "_from": "crypto@0.0.3",
  "_id": "crypto@0.0.3",
  "_inBundle": false,
  "_integrity": "sha1-RwqBuGvkxe4XrMggeh9TFa4g27A=",
  "_location": "/crypto",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "crypto@0.0.3",
    "name": "crypto",
    "escapedName": "crypto",
    "rawSpec": "0.0.3",
    "saveSpec": null,
    "fetchSpec": "0.0.3"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/crypto/-/crypto-0.0.3.tgz",
  "_shasum": "470a81b86be4c5ee17acc8207a1f5315ae20dbb0",
  "_spec": "crypto@0.0.3",
  "_where": "/home/mikatasa/public_html/node/elsa",
  "author": {
    "name": "Irakli Gozalishvili",
    "email": "rfobic@gmail.com"
  },
  "bugs": {
    "url": "http://github.com/Gozala/crypto/issues/"
  },
  "bundleDependencies": false,
  "deprecated": "This package is no longer supported. It's now a built-in Node module. If you've depended on crypto, you should switch to the one that's built-in.",
  "description": "JavaScript implementations of standard and secure cryptographic algorithms.",
  "devDependencies": {
    "test": ">=0.0.10"
  },
  "directories": {
    "lib": "./"
  },
  "engines": {
    "node": "*"
  },
  "homepage": "https://github.com/Gozala/crypto#readme",
  "id": "crypto",
  "keywords": [
    "crypto",
    "md5",
    "sha1"
  ],
  "licenses": [
    {
      "type": "BSD",
      "url": "http://pajhome.org.uk/site/legal.html#bsdlicense"
    }
  ],
  "name": "crypto",
  "repository": {
    "type": "git",
    "url": "git://github.com/Gozala/crypto.git",
    "web": "https://github.com/Gozala/crypto"
  },
  "scripts": {
    "test": "node test/test-crypto.js"
  },
  "version": "0.0.3"
}
