Ohm-Management - Projektarbeit B-ME
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.

package.json 1.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_from": "imurmurhash@^0.1.4",
  3. "_id": "imurmurhash@0.1.4",
  4. "_inBundle": false,
  5. "_integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=",
  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. ],
  21. "_resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
  22. "_shasum": "9218b9b2b928a238b13dc4fb6b6d576f231453ea",
  23. "_spec": "imurmurhash@^0.1.4",
  24. "_where": "/home/erik/Documents/workspace_brackets/BME_Project_Ohm/om/node_modules/eslint",
  25. "author": {
  26. "name": "Jens Taylor",
  27. "email": "jensyt@gmail.com",
  28. "url": "https://github.com/homebrewing"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/jensyt/imurmurhash-js/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {},
  35. "deprecated": false,
  36. "description": "An incremental implementation of MurmurHash3",
  37. "devDependencies": {},
  38. "engines": {
  39. "node": ">=0.8.19"
  40. },
  41. "files": [
  42. "imurmurhash.js",
  43. "imurmurhash.min.js",
  44. "package.json",
  45. "README.md"
  46. ],
  47. "homepage": "https://github.com/jensyt/imurmurhash-js",
  48. "keywords": [
  49. "murmur",
  50. "murmurhash",
  51. "murmurhash3",
  52. "hash",
  53. "incremental"
  54. ],
  55. "license": "MIT",
  56. "main": "imurmurhash.js",
  57. "name": "imurmurhash",
  58. "repository": {
  59. "type": "git",
  60. "url": "git+https://github.com/jensyt/imurmurhash-js.git"
  61. },
  62. "version": "0.1.4"
  63. }