package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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. "/eslint",
  20. "/fs-write-stream-atomic",
  21. "/unique-slug",
  22. "/write-file-atomic"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
  25. "_shasum": "9218b9b2b928a238b13dc4fb6b6d576f231453ea",
  26. "_spec": "imurmurhash@^0.1.4",
  27. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\write-file-atomic",
  28. "author": {
  29. "name": "Jens Taylor",
  30. "email": "jensyt@gmail.com",
  31. "url": "https://github.com/homebrewing"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/jensyt/imurmurhash-js/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {},
  38. "deprecated": false,
  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. }