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.
 
 
 
 

68 lines
1.9 KiB

  1. {
  2. "_args": [
  3. [
  4. "public-encrypt@4.0.3",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "public-encrypt@4.0.3",
  9. "_id": "public-encrypt@4.0.3",
  10. "_inBundle": false,
  11. "_integrity": "sha512-zVpa8oKZSz5bTMTFClc1fQOnyyEzpl5ozpi1B5YcvBrdohMjH2rfsBtyXcuNuwjsDIXmBYlF2N5FlJYhR29t8Q==",
  12. "_location": "/public-encrypt",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "public-encrypt@4.0.3",
  18. "name": "public-encrypt",
  19. "escapedName": "public-encrypt",
  20. "rawSpec": "4.0.3",
  21. "saveSpec": null,
  22. "fetchSpec": "4.0.3"
  23. },
  24. "_requiredBy": [
  25. "/crypto-browserify"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/public-encrypt/-/public-encrypt-4.0.3.tgz",
  28. "_spec": "4.0.3",
  29. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  30. "author": {
  31. "name": "Calvin Metcalf"
  32. },
  33. "browser": "browser.js",
  34. "bugs": {
  35. "url": "https://github.com/crypto-browserify/publicEncrypt/issues"
  36. },
  37. "dependencies": {
  38. "bn.js": "^4.1.0",
  39. "browserify-rsa": "^4.0.0",
  40. "create-hash": "^1.1.0",
  41. "parse-asn1": "^5.0.0",
  42. "randombytes": "^2.0.1",
  43. "safe-buffer": "^5.1.2"
  44. },
  45. "description": "browserify version of publicEncrypt & privateDecrypt",
  46. "devDependencies": {
  47. "standard": "^12.0.0",
  48. "tap-spec": "^2.1.2",
  49. "tape": "^3.0.3"
  50. },
  51. "directories": {
  52. "test": "test"
  53. },
  54. "homepage": "https://github.com/crypto-browserify/publicEncrypt",
  55. "license": "MIT",
  56. "main": "index.js",
  57. "name": "public-encrypt",
  58. "repository": {
  59. "type": "git",
  60. "url": "git+https://github.com/crypto-browserify/publicEncrypt.git"
  61. },
  62. "scripts": {
  63. "lint": "standard",
  64. "test": "node test/index.js | tspec"
  65. },
  66. "version": "4.0.3"
  67. }