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

package.json 1.5KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "_from": "md5-file@^5.0.0",
  3. "_id": "md5-file@5.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-xbEFXCYVWrSx/gEKS1VPlg84h/4L20znVIulKw6kMfmBUAZNAnF00eczz9ICMl+/hjQGo5KSXRxbL/47X3rmMw==",
  6. "_location": "/md5-file",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "md5-file@^5.0.0",
  12. "name": "md5-file",
  13. "escapedName": "md5-file",
  14. "rawSpec": "^5.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^5.0.0"
  17. },
  18. "_requiredBy": [
  19. "/cordova-lib"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/md5-file/-/md5-file-5.0.0.tgz",
  22. "_shasum": "e519f631feca9c39e7f9ea1780b63c4745012e20",
  23. "_spec": "md5-file@^5.0.0",
  24. "_where": "/home/christian/Documents/newarte/artesanias/node_modules/cordova-lib",
  25. "bin": {
  26. "md5-file": "cli.js"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/roryrjb/md5-file/issues"
  30. },
  31. "bundleDependencies": false,
  32. "deprecated": false,
  33. "description": "Get the MD5-sum of a given file, with low memory usage, even on huge files.",
  34. "devDependencies": {
  35. "mocha": "^7.1.1",
  36. "standard": "^14.3.3"
  37. },
  38. "engines": {
  39. "node": ">=10.13.0"
  40. },
  41. "files": [
  42. "cli.js",
  43. "index.d.ts",
  44. "index.js"
  45. ],
  46. "homepage": "https://github.com/roryrjb/md5-file#readme",
  47. "keywords": [
  48. "md5",
  49. "md5sum",
  50. "checksum"
  51. ],
  52. "license": "MIT",
  53. "name": "md5-file",
  54. "repository": {
  55. "type": "git",
  56. "url": "git+https://github.com/roryrjb/md5-file.git"
  57. },
  58. "scripts": {
  59. "test": "standard && mocha"
  60. },
  61. "version": "5.0.0"
  62. }