package.json 1.5 KB

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