package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_from": "js-sha1",
  3. "_id": "js-sha1@0.7.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-oQZ1Mo7440BfLSv9TX87VNEyU52pXPVG19F9PL3gTgNt0tVxlZ8F4O6yze3CLuLx28TxotxvlyepCNaaV0ZjMw==",
  6. "_location": "/js-sha1",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "js-sha1",
  12. "name": "js-sha1",
  13. "escapedName": "js-sha1",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/js-sha1/-/js-sha1-0.7.0.tgz",
  23. "_shasum": "fecaf5f36bb09a51b01da46b43a207c8452c9c1e",
  24. "_spec": "js-sha1",
  25. "_where": "/Users/liangbowen/Library/Containers/com.tencent.xinWeChat/Data/Library/Application Support/com.tencent.xinWeChat/2.0b4.0.9/cc7ac57a2ed0819bf09fd680c213c1be/Message/MessageTemp/1ddaefb0a1acb4834cac199fa4429fc2/File/consumoption",
  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-sha1/issues"
  36. },
  37. "bundleDependencies": false,
  38. "deprecated": false,
  39. "description": "A simple SHA1 hash function for JavaScript supports UTF-8 encoding.",
  40. "devDependencies": {
  41. "expect.js": "~0.3.1",
  42. "mocha": "~10.2.0",
  43. "nyc": "^15.1.0",
  44. "requirejs": "^2.1.22",
  45. "tiny-worker": "^2.3.0",
  46. "uglify-js": "^3.1.9"
  47. },
  48. "homepage": "https://github.com/emn178/js-sha1",
  49. "keywords": [
  50. "sha",
  51. "sha1",
  52. "encryption",
  53. "cryptography",
  54. "HMAC"
  55. ],
  56. "license": "MIT",
  57. "main": "src/sha1.js",
  58. "name": "js-sha1",
  59. "nyc": {
  60. "exclude": [
  61. "tests"
  62. ]
  63. },
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/emn178/js-sha1.git"
  67. },
  68. "scripts": {
  69. "build": "uglifyjs src/sha1.js -c -m eval --comments -o build/sha1.min.js",
  70. "coveralls": "nyc report --reporter=text-lcov | coveralls",
  71. "report": "nyc --reporter=html --reporter=text mocha tests/node-test.js",
  72. "test": "nyc mocha tests/node-test.js"
  73. },
  74. "version": "0.7.0"
  75. }