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

package.json 1.6KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_from": "rc@^1.2.8",
  3. "_id": "rc@1.2.8",
  4. "_inBundle": false,
  5. "_integrity": "sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==",
  6. "_location": "/rc",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "rc@^1.2.8",
  12. "name": "rc",
  13. "escapedName": "rc",
  14. "rawSpec": "^1.2.8",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.2.8"
  17. },
  18. "_requiredBy": [
  19. "/registry-auth-token",
  20. "/registry-url"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz",
  23. "_shasum": "cd924bf5200a075b83c188cd6b9e211b7fc0d3ed",
  24. "_spec": "rc@^1.2.8",
  25. "_where": "/home/christian/Documents/newarte/artesanias/node_modules/registry-auth-token",
  26. "author": {
  27. "name": "Dominic Tarr",
  28. "email": "dominic.tarr@gmail.com",
  29. "url": "dominictarr.com"
  30. },
  31. "bin": {
  32. "rc": "cli.js"
  33. },
  34. "browser": "browser.js",
  35. "bugs": {
  36. "url": "https://github.com/dominictarr/rc/issues"
  37. },
  38. "bundleDependencies": false,
  39. "dependencies": {
  40. "deep-extend": "^0.6.0",
  41. "ini": "~1.3.0",
  42. "minimist": "^1.2.0",
  43. "strip-json-comments": "~2.0.1"
  44. },
  45. "deprecated": false,
  46. "description": "hardwired configuration loader",
  47. "homepage": "https://github.com/dominictarr/rc#readme",
  48. "keywords": [
  49. "config",
  50. "rc",
  51. "unix",
  52. "defaults"
  53. ],
  54. "license": "(BSD-2-Clause OR MIT OR Apache-2.0)",
  55. "main": "index.js",
  56. "name": "rc",
  57. "repository": {
  58. "type": "git",
  59. "url": "git+https://github.com/dominictarr/rc.git"
  60. },
  61. "scripts": {
  62. "test": "set -e; node test/test.js; node test/ini.js; node test/nested-env-vars.js"
  63. },
  64. "version": "1.2.8"
  65. }