package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_args": [
  3. [
  4. "imurmurhash@0.1.4",
  5. "E:\\amr1.0\\AMR"
  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. "/fs-write-stream-atomic",
  27. "/unique-slug"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
  30. "_spec": "0.1.4",
  31. "_where": "E:\\amr1.0\\AMR",
  32. "author": {
  33. "name": "Jens Taylor",
  34. "email": "jensyt@gmail.com",
  35. "url": "https://github.com/homebrewing"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/jensyt/imurmurhash-js/issues"
  39. },
  40. "dependencies": {},
  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. }