package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "_args": [
  3. [
  4. "hash-sum@2.0.0",
  5. "/Users/wc/Desktop/HBuilder/vue3_cesium"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "hash-sum@2.0.0",
  10. "_id": "hash-sum@2.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-WdZTbAByD+pHfl/g9QSsBIIwy8IT+EsPiKDs0KNX+zSHhdDLFKdZu0BQHljvO+0QI/BasbMSUa8wYNCZTvhslg==",
  13. "_location": "/hash-sum",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "hash-sum@2.0.0",
  19. "name": "hash-sum",
  20. "escapedName": "hash-sum",
  21. "rawSpec": "2.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.0"
  24. },
  25. "_requiredBy": [
  26. "/@vue/compiler-sfc"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/hash-sum/-/hash-sum-2.0.0.tgz",
  29. "_spec": "2.0.0",
  30. "_where": "/Users/wc/Desktop/HBuilder/vue3_cesium",
  31. "authors": [
  32. "Nicolas Bevacqua <nicolasbevacqua@gmail.com>"
  33. ],
  34. "bugs": {
  35. "url": "https://github.com/bevacqua/hash-sum/issues"
  36. },
  37. "dependencies": {},
  38. "description": "Blazing fast unique hash generator",
  39. "devDependencies": {
  40. "jshint": "2.5.0",
  41. "jshint-stylish": "0.2.0",
  42. "lodash": "4.17.11",
  43. "tape": "3.0.3"
  44. },
  45. "homepage": "https://github.com/bevacqua/hash-sum",
  46. "license": "MIT",
  47. "main": "hash-sum.js",
  48. "name": "hash-sum",
  49. "repository": {
  50. "type": "git",
  51. "url": "git://github.com/bevacqua/hash-sum.git"
  52. },
  53. "scripts": {
  54. "test": "jshint . && tape test.js"
  55. },
  56. "version": "2.0.0"
  57. }