package.json 1.7 KB

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