package.json 1.5 KB

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