package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_from": "crypto-js@4.2.0",
  3. "_id": "crypto-js@4.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-KALDyEYgpY+Rlob/iriUtjV6d5Eq+Y191A5g4UqLAi8CyGP9N1+FdVbkc1SxKc2r4YAYqG8JzO2KGL+AizD70Q==",
  6. "_location": "/crypto-js",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "crypto-js@4.2.0",
  12. "name": "crypto-js",
  13. "escapedName": "crypto-js",
  14. "rawSpec": "4.2.0",
  15. "saveSpec": null,
  16. "fetchSpec": "4.2.0"
  17. },
  18. "_requiredBy": [
  19. "/"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/crypto-js/-/crypto-js-4.2.0.tgz",
  22. "_shasum": "4d931639ecdfd12ff80e8186dba6af2c2e856631",
  23. "_spec": "crypto-js@4.2.0",
  24. "_where": "C:\\Users\\Administrator\\Desktop\\项目\\直播\\liveH5-v3",
  25. "author": {
  26. "name": "Evan Vosberg",
  27. "url": "http://github.com/evanvosberg"
  28. },
  29. "browser": {
  30. "crypto": false
  31. },
  32. "bugs": {
  33. "url": "https://github.com/brix/crypto-js/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {},
  37. "deprecated": false,
  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. "Base64url"
  61. ],
  62. "license": "MIT",
  63. "main": "index.js",
  64. "name": "crypto-js",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+ssh://git@github.com/brix/crypto-js.git"
  68. },
  69. "version": "4.2.0"
  70. }