{
  "_args": [
    [
      {
        "raw": "node-rsa@0.4.2",
        "scope": null,
        "escapedName": "node-rsa",
        "name": "node-rsa",
        "rawSpec": "0.4.2",
        "spec": "0.4.2",
        "type": "version"
      },
      "/home/lively4/lively4/lively4-core"
    ]
  ],
  "_from": "node-rsa@0.4.2",
  "_id": "node-rsa@0.4.2",
  "_inCache": true,
  "_installable": true,
  "_location": "/node-rsa",
  "_nodeVersion": "6.4.0",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/node-rsa-0.4.2.tgz_1474286556299_0.31165668996982276"
  },
  "_npmUser": {
    "name": "rzcoder",
    "email": "rzcoder@gmail.com"
  },
  "_npmVersion": "3.7.3",
  "_phantomChildren": {},
  "_requested": {
    "raw": "node-rsa@0.4.2",
    "scope": null,
    "escapedName": "node-rsa",
    "name": "node-rsa",
    "rawSpec": "0.4.2",
    "spec": "0.4.2",
    "type": "version"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/node-rsa/-/node-rsa-0.4.2.tgz",
  "_shasum": "d6391729ec16a830ed5a38042b3157d2d5d72530",
  "_shrinkwrap": null,
  "_spec": "node-rsa@0.4.2",
  "_where": "/home/lively4/lively4/lively4-core",
  "author": {
    "name": "rzcoder"
  },
  "bugs": {
    "url": "https://github.com/rzcoder/node-rsa/issues"
  },
  "dependencies": {
    "asn1": "0.2.3"
  },
  "description": "Node.js RSA library",
  "devDependencies": {
    "chai": "^3.5.0",
    "grunt": "^1.0.1",
    "grunt-contrib-jshint": "^1.0.0",
    "grunt-simple-mocha": "^0.4.1",
    "jit-grunt": "^0.10.0",
    "lodash": "^4.13.1"
  },
  "directories": {},
  "dist": {
    "shasum": "d6391729ec16a830ed5a38042b3157d2d5d72530",
    "tarball": "https://registry.npmjs.org/node-rsa/-/node-rsa-0.4.2.tgz"
  },
  "gitHead": "5f169c8152ccf54238654ceb363bf724b02d5595",
  "homepage": "https://github.com/rzcoder/node-rsa",
  "keywords": [
    "node",
    "rsa",
    "crypto",
    "assymetric",
    "encryption",
    "decryption",
    "sign",
    "verify",
    "pkcs1",
    "oaep",
    "pss"
  ],
  "license": "MIT",
  "main": "src/NodeRSA.js",
  "maintainers": [
    {
      "name": "rzcoder",
      "email": "rzcoder@gmail.com"
    }
  ],
  "name": "node-rsa",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rzcoder/node-rsa.git"
  },
  "scripts": {
    "test": "grunt test"
  },
  "version": "0.4.2"
}
