package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_args": [
  3. [
  4. "imurmurhash@0.1.4",
  5. "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools"
  6. ]
  7. ],
  8. "_from": "imurmurhash@0.1.4",
  9. "_id": "imurmurhash@0.1.4",
  10. "_inBundle": false,
  11. "_integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=",
  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. "/write-file-atomic"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
  28. "_spec": "0.1.4",
  29. "_where": "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools",
  30. "author": {
  31. "name": "Jens Taylor",
  32. "email": "jensyt@gmail.com",
  33. "url": "https://github.com/homebrewing"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/jensyt/imurmurhash-js/issues"
  37. },
  38. "dependencies": {},
  39. "description": "An incremental implementation of MurmurHash3",
  40. "devDependencies": {},
  41. "engines": {
  42. "node": ">=0.8.19"
  43. },
  44. "files": [
  45. "imurmurhash.js",
  46. "imurmurhash.min.js",
  47. "package.json",
  48. "README.md"
  49. ],
  50. "homepage": "https://github.com/jensyt/imurmurhash-js",
  51. "keywords": [
  52. "murmur",
  53. "murmurhash",
  54. "murmurhash3",
  55. "hash",
  56. "incremental"
  57. ],
  58. "license": "MIT",
  59. "main": "imurmurhash.js",
  60. "name": "imurmurhash",
  61. "repository": {
  62. "type": "git",
  63. "url": "git+https://github.com/jensyt/imurmurhash-js.git"
  64. },
  65. "version": "0.1.4"
  66. }