package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_args": [
  3. [
  4. "imurmurhash@0.1.4",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  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. "/fs-write-stream-atomic",
  26. "/unique-slug"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
  29. "_spec": "0.1.4",
  30. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  31. "author": {
  32. "name": "Jens Taylor",
  33. "email": "jensyt@gmail.com",
  34. "url": "https://github.com/homebrewing"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/jensyt/imurmurhash-js/issues"
  38. },
  39. "dependencies": {},
  40. "description": "An incremental implementation of MurmurHash3",
  41. "devDependencies": {},
  42. "engines": {
  43. "node": ">=0.8.19"
  44. },
  45. "files": [
  46. "imurmurhash.js",
  47. "imurmurhash.min.js",
  48. "package.json",
  49. "README.md"
  50. ],
  51. "homepage": "https://github.com/jensyt/imurmurhash-js",
  52. "keywords": [
  53. "murmur",
  54. "murmurhash",
  55. "murmurhash3",
  56. "hash",
  57. "incremental"
  58. ],
  59. "license": "MIT",
  60. "main": "imurmurhash.js",
  61. "name": "imurmurhash",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/jensyt/imurmurhash-js.git"
  65. },
  66. "version": "0.1.4"
  67. }