package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_args": [
  3. [
  4. "imurmurhash@0.1.4",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "imurmurhash@0.1.4",
  9. "_id": "imurmurhash@0.1.4",
  10. "_inBundle": false,
  11. "_integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
  12. "_location": "/imurmurhash",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "imurmurhash@0.1.4",
  18. "name": "imurmurhash",
  19. "escapedName": "imurmurhash",
  20. "rawSpec": "0.1.4",
  21. "saveSpec": null,
  22. "fetchSpec": "0.1.4"
  23. },
  24. "_requiredBy": [
  25. "/@vue/cli-plugin-eslint/eslint",
  26. "/eslint",
  27. "/fs-write-stream-atomic",
  28. "/unique-slug"
  29. ],
  30. "_resolved": "https://registry.npmmirror.com/imurmurhash/-/imurmurhash-0.1.4.tgz",
  31. "_spec": "0.1.4",
  32. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  33. "author": {
  34. "name": "Jens Taylor",
  35. "email": "jensyt@gmail.com",
  36. "url": "https://github.com/homebrewing"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/jensyt/imurmurhash-js/issues"
  40. },
  41. "dependencies": {},
  42. "description": "An incremental implementation of MurmurHash3",
  43. "devDependencies": {},
  44. "engines": {
  45. "node": ">=0.8.19"
  46. },
  47. "files": [
  48. "imurmurhash.js",
  49. "imurmurhash.min.js",
  50. "package.json",
  51. "README.md"
  52. ],
  53. "homepage": "https://github.com/jensyt/imurmurhash-js",
  54. "keywords": [
  55. "murmur",
  56. "murmurhash",
  57. "murmurhash3",
  58. "hash",
  59. "incremental"
  60. ],
  61. "license": "MIT",
  62. "main": "imurmurhash.js",
  63. "name": "imurmurhash",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/jensyt/imurmurhash-js.git"
  67. },
  68. "version": "0.1.4"
  69. }