123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- {
- "_from": "node-rsa",
- "_id": "node-rsa@1.1.1",
- "_inBundle": false,
- "_integrity": "sha512-Jd4cvbJMryN21r5HgxQOpMEqv+ooke/korixNNK3mGqfGJmy0M77WDDzo/05969+OkMy3XW1UuZsSmW9KQm7Fw==",
- "_location": "/node-rsa",
- "_phantomChildren": {},
- "_requested": {
- "type": "tag",
- "registry": true,
- "raw": "node-rsa",
- "name": "node-rsa",
- "escapedName": "node-rsa",
- "rawSpec": "",
- "saveSpec": null,
- "fetchSpec": "latest"
- },
- "_requiredBy": [
- "#USER",
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/node-rsa/-/node-rsa-1.1.1.tgz",
- "_shasum": "efd9ad382097782f506153398496f79e4464434d",
- "_spec": "node-rsa",
- "_where": "C:\\Users\\LvKun\\Desktop\\offline-pdf-app\\server",
- "author": {
- "name": "rzcoder"
- },
- "bugs": {
- "url": "https://github.com/rzcoder/node-rsa/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "asn1": "^0.2.4"
- },
- "deprecated": false,
- "description": "Node.js RSA library",
- "devDependencies": {
- "chai": "^4.2.0",
- "grunt": "^1.1.0",
- "grunt-contrib-jshint": "^2.1.0",
- "grunt-simple-mocha": "0.4.1",
- "jit-grunt": "0.10.0",
- "lodash": "^4.17.15",
- "nyc": "^15.0.0"
- },
- "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",
- "name": "node-rsa",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/rzcoder/node-rsa.git"
- },
- "scripts": {
- "test": "grunt test"
- },
- "version": "1.1.1"
- }
|