package.json 1.6 KB

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