package.json 1.6 KB

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