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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "assert": true,
  3. "async_hooks": ">= 8",
  4. "buffer_ieee754": "< 0.9.7",
  5. "buffer": true,
  6. "child_process": true,
  7. "cluster": true,
  8. "console": true,
  9. "constants": true,
  10. "crypto": true,
  11. "_debugger": "< 8",
  12. "dgram": true,
  13. "dns": true,
  14. "domain": true,
  15. "events": true,
  16. "freelist": "< 6",
  17. "fs": true,
  18. "fs/promises": ">= 10 && < 10.1",
  19. "_http_agent": ">= 0.11.1",
  20. "_http_client": ">= 0.11.1",
  21. "_http_common": ">= 0.11.1",
  22. "_http_incoming": ">= 0.11.1",
  23. "_http_outgoing": ">= 0.11.1",
  24. "_http_server": ">= 0.11.1",
  25. "http": true,
  26. "http2": ">= 8.8",
  27. "https": true,
  28. "inspector": ">= 8.0.0",
  29. "_linklist": "< 8",
  30. "module": true,
  31. "net": true,
  32. "node-inspect/lib/_inspect": ">= 7.6.0 && < 12",
  33. "node-inspect/lib/internal/inspect_client": ">= 7.6.0 && < 12",
  34. "node-inspect/lib/internal/inspect_repl": ">= 7.6.0 && < 12",
  35. "os": true,
  36. "path": true,
  37. "perf_hooks": ">= 8.5",
  38. "process": ">= 1",
  39. "punycode": true,
  40. "querystring": true,
  41. "readline": true,
  42. "repl": true,
  43. "smalloc": ">= 0.11.5 && < 3",
  44. "_stream_duplex": ">= 0.9.4",
  45. "_stream_transform": ">= 0.9.4",
  46. "_stream_wrap": ">= 1.4.1",
  47. "_stream_passthrough": ">= 0.9.4",
  48. "_stream_readable": ">= 0.9.4",
  49. "_stream_writable": ">= 0.9.4",
  50. "stream": true,
  51. "string_decoder": true,
  52. "sys": true,
  53. "timers": true,
  54. "_tls_common": ">= 0.11.13",
  55. "_tls_legacy": ">= 0.11.3 && < 10",
  56. "_tls_wrap": ">= 0.11.3",
  57. "tls": true,
  58. "trace_events": ">= 10",
  59. "tty": true,
  60. "url": true,
  61. "util": true,
  62. "v8/tools/arguments": ">= 10 && < 12",
  63. "v8/tools/codemap": [">= 4.4.0 && < 5", ">= 5.2.0 && < 12"],
  64. "v8/tools/consarray": [">= 4.4.0 && < 5", ">= 5.2.0 && < 12"],
  65. "v8/tools/csvparser": [">= 4.4.0 && < 5", ">= 5.2.0 && < 12"],
  66. "v8/tools/logreader": [">= 4.4.0 && < 5", ">= 5.2.0 && < 12"],
  67. "v8/tools/profile_view": [">= 4.4.0 && < 5", ">= 5.2.0 && < 12"],
  68. "v8/tools/splaytree": [">= 4.4.0 && < 5", ">= 5.2.0 && < 12"],
  69. "v8": ">= 1",
  70. "vm": true,
  71. "worker_threads": ">= 11.7",
  72. "zlib": true
  73. }