package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_args": [
  3. [
  4. "js-sha1@0.6.0",
  5. "D:\\WWW\\git\\DSMall_uniapp\\DSMall_Store_uniapp"
  6. ]
  7. ],
  8. "_from": "js-sha1@0.6.0",
  9. "_id": "js-sha1@0.6.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-01gwBFreYydzmU9BmZxpVk6svJJHrVxEN3IOiGl6VO93bVKYETJ0sIth6DASI6mIFdt7NmfX9UiByRzsYHGU9w==",
  12. "_location": "/js-sha1",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "js-sha1@0.6.0",
  18. "name": "js-sha1",
  19. "escapedName": "js-sha1",
  20. "rawSpec": "0.6.0",
  21. "saveSpec": null,
  22. "fetchSpec": "0.6.0"
  23. },
  24. "_requiredBy": [
  25. "/vod-js-sdk-v6"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/js-sha1/-/js-sha1-0.6.0.tgz",
  28. "_spec": "0.6.0",
  29. "_where": "D:\\WWW\\git\\DSMall_uniapp\\DSMall_Store_uniapp",
  30. "author": {
  31. "name": "Chen, Yi-Cyuan",
  32. "email": "emn178@gmail.com"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/emn178/js-sha1/issues"
  36. },
  37. "description": "A simple SHA1 hash function for JavaScript supports UTF-8 encoding.",
  38. "devDependencies": {
  39. "expect.js": "~0.3.1",
  40. "mocha": "~2.3.4",
  41. "nyc": "^11.3.0",
  42. "requirejs": "^2.1.22",
  43. "uglify-js": "^3.1.9"
  44. },
  45. "homepage": "https://github.com/emn178/js-sha1",
  46. "keywords": [
  47. "sha",
  48. "sha1",
  49. "encryption",
  50. "cryptography",
  51. "HMAC"
  52. ],
  53. "license": "MIT",
  54. "main": "src/sha1.js",
  55. "name": "js-sha1",
  56. "nyc": {
  57. "exclude": [
  58. "tests"
  59. ]
  60. },
  61. "repository": {
  62. "type": "git",
  63. "url": "git+https://github.com/emn178/js-sha1.git"
  64. },
  65. "scripts": {
  66. "build": "uglifyjs src/sha1.js -c -m eval --comments -o build/sha1.min.js",
  67. "coveralls": "nyc report --reporter=text-lcov | coveralls",
  68. "report": "nyc --reporter=html --reporter=text mocha tests/node-test.js",
  69. "test": "nyc mocha tests/node-test.js"
  70. },
  71. "version": "0.6.0"
  72. }