package.json 1.7KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "_from": "public-encrypt@^4.0.0",
  3. "_id": "public-encrypt@4.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-4kJ5Esocg8X3h8YgJsKAuoesBgB7mqH3eowiDzMUPKiRDDE7E/BqqZD1hnTByIaAFiwAw246YEltSq7tdrOH0Q==",
  6. "_location": "/public-encrypt",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "public-encrypt@^4.0.0",
  12. "name": "public-encrypt",
  13. "escapedName": "public-encrypt",
  14. "rawSpec": "^4.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.0"
  17. },
  18. "_requiredBy": [
  19. "/crypto-browserify"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/public-encrypt/-/public-encrypt-4.0.2.tgz",
  22. "_shasum": "46eb9107206bf73489f8b85b69d91334c6610994",
  23. "_spec": "public-encrypt@^4.0.0",
  24. "_where": "/Users/ericf/ZCWProjects/Shared-Travel-Map/apptest/node_modules/crypto-browserify",
  25. "author": {
  26. "name": "Calvin Metcalf"
  27. },
  28. "browser": "browser.js",
  29. "bugs": {
  30. "url": "https://github.com/crypto-browserify/publicEncrypt/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "bn.js": "^4.1.0",
  35. "browserify-rsa": "^4.0.0",
  36. "create-hash": "^1.1.0",
  37. "parse-asn1": "^5.0.0",
  38. "randombytes": "^2.0.1"
  39. },
  40. "deprecated": false,
  41. "description": "browserify version of publicEncrypt & privateDecrypt",
  42. "devDependencies": {
  43. "tap-spec": "^2.1.2",
  44. "tape": "^3.0.3"
  45. },
  46. "directories": {
  47. "test": "test"
  48. },
  49. "homepage": "https://github.com/crypto-browserify/publicEncrypt",
  50. "license": "MIT",
  51. "main": "index.js",
  52. "name": "public-encrypt",
  53. "repository": {
  54. "type": "git",
  55. "url": "git+https://github.com/crypto-browserify/publicEncrypt.git"
  56. },
  57. "scripts": {
  58. "test": "node test/index.js | tspec"
  59. },
  60. "version": "4.0.2"
  61. }