You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

67 lines
1.5 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "imurmurhash@0.1.4",
  5. "/home/guest/socket"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "imurmurhash@0.1.4",
  10. "_id": "imurmurhash@0.1.4",
  11. "_inBundle": false,
  12. "_integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=",
  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. ],
  28. "_resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
  29. "_spec": "0.1.4",
  30. "_where": "/home/guest/socket",
  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. }