AI销管
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.
 
 
 
 

40 lines
645 B

  1. {
  2. "name": "crypto-js",
  3. "version": "4.1.1",
  4. "description": "JavaScript library of crypto standards.",
  5. "license": "MIT",
  6. "homepage": "http://github.com/brix/crypto-js",
  7. "repository": {
  8. "type": "git",
  9. "url": "http://github.com/brix/crypto-js.git"
  10. },
  11. "keywords": [
  12. "security",
  13. "crypto",
  14. "Hash",
  15. "MD5",
  16. "SHA1",
  17. "SHA-1",
  18. "SHA256",
  19. "SHA-256",
  20. "RC4",
  21. "Rabbit",
  22. "AES",
  23. "DES",
  24. "PBKDF2",
  25. "HMAC",
  26. "OFB",
  27. "CFB",
  28. "CTR",
  29. "CBC",
  30. "Base64",
  31. "Base64url"
  32. ],
  33. "main": "index.js",
  34. "dependencies": {},
  35. "browser": {
  36. "crypto": false
  37. },
  38. "ignore": []
  39. }