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

package.json 1.5KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "_from": "inherits@~2.0.4",
  3. "_id": "inherits@2.0.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
  6. "_location": "/inherits",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "inherits@~2.0.4",
  12. "name": "inherits",
  13. "escapedName": "inherits",
  14. "rawSpec": "~2.0.4",
  15. "saveSpec": null,
  16. "fetchSpec": "~2.0.4"
  17. },
  18. "_requiredBy": [
  19. "/glob",
  20. "/tape"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
  23. "_shasum": "0fa2c64f932917c3433a0ded55363aae37416b7c",
  24. "_spec": "inherits@~2.0.4",
  25. "_where": "C:\\Users\\Chuch\\Documents\\Cordova\\test\\node_modules\\tape",
  26. "browser": "./inherits_browser.js",
  27. "bugs": {
  28. "url": "https://github.com/isaacs/inherits/issues"
  29. },
  30. "bundleDependencies": false,
  31. "deprecated": false,
  32. "description": "Browser-friendly inheritance fully compatible with standard node.js inherits()",
  33. "devDependencies": {
  34. "tap": "^14.2.4"
  35. },
  36. "files": [
  37. "inherits.js",
  38. "inherits_browser.js"
  39. ],
  40. "homepage": "https://github.com/isaacs/inherits#readme",
  41. "keywords": [
  42. "inheritance",
  43. "class",
  44. "klass",
  45. "oop",
  46. "object-oriented",
  47. "inherits",
  48. "browser",
  49. "browserify"
  50. ],
  51. "license": "ISC",
  52. "main": "./inherits.js",
  53. "name": "inherits",
  54. "repository": {
  55. "type": "git",
  56. "url": "git://github.com/isaacs/inherits.git"
  57. },
  58. "scripts": {
  59. "test": "tap"
  60. },
  61. "version": "2.0.4"
  62. }