package.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_from": "crypto-js",
  3. "_id": "crypto-js@3.1.9-1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-/aGedh/Ad+Af+/3G6f38WeiAbNg=",
  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-3.1.9-1.tgz",
  23. "_shasum": "fda19e761fc077e01ffbfdc6e9fdfc59e8806cd8",
  24. "_spec": "crypto-js",
  25. "_where": "C:\\John\\WorkSpace\\WebStorm\\WinBoxNode",
  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": "3.1.9-1"
  67. }