package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_args": [
  3. [
  4. "crypto-js@4.0.0",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "crypto-js@4.0.0",
  9. "_id": "crypto-js@4.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-bzHZN8Pn+gS7DQA6n+iUmBfl0hO5DJq++QP3U6uTucDtk/0iGpXd/Gg7CGR0p8tJhofJyaKoWBuJI4eAO00BBg==",
  12. "_location": "/crypto-js",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "crypto-js@4.0.0",
  18. "name": "crypto-js",
  19. "escapedName": "crypto-js",
  20. "rawSpec": "4.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "4.0.0"
  23. },
  24. "_requiredBy": [
  25. "/"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/crypto-js/-/crypto-js-4.0.0.tgz",
  28. "_spec": "4.0.0",
  29. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  30. "author": {
  31. "name": "Evan Vosberg",
  32. "url": "http://github.com/evanvosberg"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/brix/crypto-js/issues"
  36. },
  37. "dependencies": {},
  38. "description": "JavaScript library of crypto standards.",
  39. "homepage": "http://github.com/brix/crypto-js",
  40. "keywords": [
  41. "security",
  42. "crypto",
  43. "Hash",
  44. "MD5",
  45. "SHA1",
  46. "SHA-1",
  47. "SHA256",
  48. "SHA-256",
  49. "RC4",
  50. "Rabbit",
  51. "AES",
  52. "DES",
  53. "PBKDF2",
  54. "HMAC",
  55. "OFB",
  56. "CFB",
  57. "CTR",
  58. "CBC",
  59. "Base64"
  60. ],
  61. "license": "MIT",
  62. "main": "index.js",
  63. "name": "crypto-js",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+ssh://git@github.com/brix/crypto-js.git"
  67. },
  68. "version": "4.0.0"
  69. }