package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_from": "imurmurhash@^0.1.4",
  3. "_id": "imurmurhash@0.1.4",
  4. "_inBundle": false,
  5. "_integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=",
  6. "_location": "/imurmurhash",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "imurmurhash@^0.1.4",
  12. "name": "imurmurhash",
  13. "escapedName": "imurmurhash",
  14. "rawSpec": "^0.1.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.1.4"
  17. },
  18. "_requiredBy": [
  19. "/@jest/transform/write-file-atomic",
  20. "/fs-write-stream-atomic",
  21. "/stylelint",
  22. "/stylelint/write-file-atomic",
  23. "/unique-slug",
  24. "/write-file-atomic"
  25. ],
  26. "_resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
  27. "_shasum": "9218b9b2b928a238b13dc4fb6b6d576f231453ea",
  28. "_spec": "imurmurhash@^0.1.4",
  29. "_where": "H:\\gs_nuxt\\node_modules\\write-file-atomic",
  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. "bundleDependencies": false,
  39. "dependencies": {},
  40. "deprecated": false,
  41. "description": "An incremental implementation of MurmurHash3",
  42. "devDependencies": {},
  43. "engines": {
  44. "node": ">=0.8.19"
  45. },
  46. "files": [
  47. "imurmurhash.js",
  48. "imurmurhash.min.js",
  49. "package.json",
  50. "README.md"
  51. ],
  52. "homepage": "https://github.com/jensyt/imurmurhash-js",
  53. "keywords": [
  54. "murmur",
  55. "murmurhash",
  56. "murmurhash3",
  57. "hash",
  58. "incremental"
  59. ],
  60. "license": "MIT",
  61. "main": "imurmurhash.js",
  62. "name": "imurmurhash",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/jensyt/imurmurhash-js.git"
  66. },
  67. "version": "0.1.4"
  68. }