package.json 933 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "hash-sum",
  3. "description": "Blazing fast unique hash generator",
  4. "version": "1.0.2",
  5. "homepage": "https://github.com/bevacqua/hash-sum",
  6. "authors": [
  7. "Nicolas Bevacqua <nicolasbevacqua@gmail.com>"
  8. ],
  9. "license": "MIT",
  10. "repository": {
  11. "type": "git",
  12. "url": "git://github.com/bevacqua/hash-sum.git"
  13. },
  14. "bugs": {
  15. "url": "https://github.com/bevacqua/hash-sum/issues"
  16. },
  17. "main": "hash-sum.js",
  18. "scripts": {
  19. "test": "jshint . && tape test.js"
  20. },
  21. "dependencies": {},
  22. "devDependencies": {
  23. "jshint": "2.5.0",
  24. "jshint-stylish": "0.2.0",
  25. "tape": "3.0.3"
  26. },
  27. "__npminstall_done": "Thu Dec 24 2020 20:20:43 GMT+0800 (CST)",
  28. "_from": "hash-sum@1.0.2",
  29. "_resolved": "https://registry.npm.taobao.org/hash-sum/download/hash-sum-1.0.2.tgz?cache=0&sync_timestamp=1586263945599&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fhash-sum%2Fdownload%2Fhash-sum-1.0.2.tgz"
  30. }