package.json 1.6 KB

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