package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_from": "imurmurhash@^0.1.4",
  3. "_id": "imurmurhash@0.1.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
  6. "_location": "/imurmurhash",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "imurmurhash@^0.1.4",
  12. "name": "imurmurhash",
  13. "escapedName": "imurmurhash",
  14. "rawSpec": "^0.1.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.1.4"
  17. },
  18. "_requiredBy": [
  19. "/eslint",
  20. "/fs-write-stream-atomic",
  21. "/stylelint",
  22. "/unique-slug",
  23. "/write-file-atomic"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
  26. "_shasum": "9218b9b2b928a238b13dc4fb6b6d576f231453ea",
  27. "_spec": "imurmurhash@^0.1.4",
  28. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\fs-write-stream-atomic",
  29. "author": {
  30. "name": "Jens Taylor",
  31. "email": "jensyt@gmail.com",
  32. "url": "https://github.com/homebrewing"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/jensyt/imurmurhash-js/issues"
  36. },
  37. "bundleDependencies": false,
  38. "dependencies": {},
  39. "deprecated": false,
  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. }