Repositorio del curso CCOM4030 el semestre B91 del proyecto Artesanías con el Instituto de Cultura

package.json 1.6KB

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