package.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_args": [
  3. [
  4. "crypto-js@3.1.9-1",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_from": "crypto-js@3.1.9-1",
  9. "_id": "crypto-js@3.1.9-1",
  10. "_inBundle": false,
  11. "_integrity": "sha1-/aGedh/Ad+Af+/3G6f38WeiAbNg=",
  12. "_location": "/crypto-js",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "crypto-js@3.1.9-1",
  18. "name": "crypto-js",
  19. "escapedName": "crypto-js",
  20. "rawSpec": "3.1.9-1",
  21. "saveSpec": null,
  22. "fetchSpec": "3.1.9-1"
  23. },
  24. "_requiredBy": [
  25. "/"
  26. ],
  27. "_resolved": "https://registry.npm.taobao.org/crypto-js/download/crypto-js-3.1.9-1.tgz",
  28. "_spec": "3.1.9-1",
  29. "_where": "/Users/lihai/jolijoli/pad_spa",
  30. "author": {
  31. "name": "Evan Vosberg",
  32. "url": "http://github.com/evanvosberg"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/brix/crypto-js/issues"
  36. },
  37. "dependencies": {},
  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. ],
  61. "license": "MIT",
  62. "main": "index.js",
  63. "name": "crypto-js",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+ssh://git@github.com/brix/crypto-js.git"
  67. },
  68. "version": "3.1.9-1"
  69. }