package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_from": "crypto-js@^3.1.9-1",
  3. "_id": "crypto-js@3.3.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-DIT51nX0dCfKltpRiXV+/TVZq+Qq2NgF4644+K7Ttnla7zEzqc+kjJyiB96BHNyUTBxyjzRcZYpUdZa+QAqi6Q==",
  6. "_location": "/crypto-js",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "crypto-js@^3.1.9-1",
  12. "name": "crypto-js",
  13. "escapedName": "crypto-js",
  14. "rawSpec": "^3.1.9-1",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.1.9-1"
  17. },
  18. "_requiredBy": [
  19. "/"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/crypto-js/-/crypto-js-3.3.0.tgz",
  22. "_shasum": "846dd1cce2f68aacfa156c8578f926a609b7976b",
  23. "_spec": "crypto-js@^3.1.9-1",
  24. "_where": "D:\\jiayue\\pig-ui",
  25. "author": {
  26. "name": "Evan Vosberg",
  27. "url": "http://github.com/evanvosberg"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/brix/crypto-js/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {},
  34. "deprecated": false,
  35. "description": "JavaScript library of crypto standards.",
  36. "homepage": "http://github.com/brix/crypto-js",
  37. "keywords": [
  38. "security",
  39. "crypto",
  40. "Hash",
  41. "MD5",
  42. "SHA1",
  43. "SHA-1",
  44. "SHA256",
  45. "SHA-256",
  46. "RC4",
  47. "Rabbit",
  48. "AES",
  49. "DES",
  50. "PBKDF2",
  51. "HMAC",
  52. "OFB",
  53. "CFB",
  54. "CTR",
  55. "CBC",
  56. "Base64"
  57. ],
  58. "license": "MIT",
  59. "main": "index.js",
  60. "name": "crypto-js",
  61. "repository": {
  62. "type": "git",
  63. "url": "git+ssh://git@github.com/brix/crypto-js.git"
  64. },
  65. "version": "3.3.0"
  66. }