You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

78 lines
2.0 KiB

12 months ago
  1. {
  2. "_from": "js-md5",
  3. "_id": "js-md5@0.8.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-qR0HB5uP6wCuRMrWPTrkMaev7MJZwJuuw4fnwAzRgP4J4/F8RwtodOKpGp4XpqsLBFzzgqIO42efFAyz2Et6KQ==",
  6. "_location": "/js-md5",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "js-md5",
  12. "name": "js-md5",
  13. "escapedName": "js-md5",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/js-md5/-/js-md5-0.8.3.tgz",
  23. "_shasum": "921bab7efa95bfc9d62b87ee08a57f8fe4305b69",
  24. "_spec": "js-md5",
  25. "_where": "D:\\work\\moni",
  26. "author": {
  27. "name": "Chen, Yi-Cyuan",
  28. "email": "emn178@gmail.com"
  29. },
  30. "browser": {
  31. "crypto": false,
  32. "buffer": false
  33. },
  34. "bugs": {
  35. "url": "https://github.com/emn178/js-md5/issues"
  36. },
  37. "bundleDependencies": false,
  38. "deprecated": false,
  39. "description": "A simple MD5 hash function for JavaScript supports UTF-8 encoding.",
  40. "devDependencies": {
  41. "expect.js": "~0.3.1",
  42. "jsdoc": "~4.0.2",
  43. "mocha": "~10.2.0",
  44. "nyc": "^15.1.0",
  45. "requirejs": "^2.1.22",
  46. "tiny-worker": "^2.3.0",
  47. "uglify-js": "^3.1.9"
  48. },
  49. "homepage": "https://github.com/emn178/js-md5",
  50. "keywords": [
  51. "md5",
  52. "hash",
  53. "encryption",
  54. "cryptography",
  55. "HMAC"
  56. ],
  57. "license": "MIT",
  58. "main": "src/md5.js",
  59. "name": "js-md5",
  60. "nyc": {
  61. "exclude": [
  62. "tests"
  63. ]
  64. },
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/emn178/js-md5.git"
  68. },
  69. "scripts": {
  70. "build": "npm run-script compress;npm run-script doc",
  71. "compress": "uglifyjs src/md5.js -c -m eval --comments --output build/md5.min.js",
  72. "coveralls": "nyc report --reporter=text-lcov | coveralls",
  73. "doc": "rm -rf doc;jsdoc src README.md -d doc",
  74. "report": "nyc --reporter=html --reporter=text mocha tests/node-test.js",
  75. "test": "nyc mocha tests/node-test.js"
  76. },
  77. "version": "0.8.3"
  78. }