You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

72 lines
1.7 KiB

4 years ago
  1. {
  2. "_from": "node-rsa",
  3. "_id": "node-rsa@1.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Jd4cvbJMryN21r5HgxQOpMEqv+ooke/korixNNK3mGqfGJmy0M77WDDzo/05969+OkMy3XW1UuZsSmW9KQm7Fw==",
  6. "_location": "/node-rsa",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "node-rsa",
  12. "name": "node-rsa",
  13. "escapedName": "node-rsa",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/node-rsa/-/node-rsa-1.1.1.tgz",
  23. "_shasum": "efd9ad382097782f506153398496f79e4464434d",
  24. "_spec": "node-rsa",
  25. "_where": "E:\\gitwork\\tcb-mix-mall\\cloudfunctions-tcb\\mix-user",
  26. "author": {
  27. "name": "rzcoder"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/rzcoder/node-rsa/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "asn1": "^0.2.4"
  35. },
  36. "deprecated": false,
  37. "description": "Node.js RSA library",
  38. "devDependencies": {
  39. "chai": "^4.2.0",
  40. "grunt": "^1.1.0",
  41. "grunt-contrib-jshint": "^2.1.0",
  42. "grunt-simple-mocha": "0.4.1",
  43. "jit-grunt": "0.10.0",
  44. "lodash": "^4.17.15",
  45. "nyc": "^15.0.0"
  46. },
  47. "homepage": "https://github.com/rzcoder/node-rsa",
  48. "keywords": [
  49. "node",
  50. "rsa",
  51. "crypto",
  52. "assymetric",
  53. "encryption",
  54. "decryption",
  55. "sign",
  56. "verify",
  57. "pkcs1",
  58. "oaep",
  59. "pss"
  60. ],
  61. "license": "MIT",
  62. "main": "src/NodeRSA.js",
  63. "name": "node-rsa",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/rzcoder/node-rsa.git"
  67. },
  68. "scripts": {
  69. "test": "grunt test"
  70. },
  71. "version": "1.1.1"
  72. }