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

package.json 3.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "_args": [
  3. [
  4. "is-ci@^2.0.0",
  5. "/home/lyxaira/Artesanias/artesanias/node_modules/update-notifier"
  6. ]
  7. ],
  8. "_from": "is-ci@>=2.0.0 <3.0.0",
  9. "_hasShrinkwrap": false,
  10. "_id": "is-ci@2.0.0",
  11. "_inCache": true,
  12. "_installable": true,
  13. "_location": "/is-ci",
  14. "_nodeVersion": "11.3.0",
  15. "_npmOperationalInternal": {
  16. "host": "s3://npm-registry-packages",
  17. "tmp": "tmp/is-ci_2.0.0_1544046590680_0.06142265580938111"
  18. },
  19. "_npmUser": {
  20. "email": "w@tson.dk",
  21. "name": "watson"
  22. },
  23. "_npmVersion": "6.4.1",
  24. "_phantomChildren": {},
  25. "_requested": {
  26. "name": "is-ci",
  27. "raw": "is-ci@^2.0.0",
  28. "rawSpec": "^2.0.0",
  29. "scope": null,
  30. "spec": ">=2.0.0 <3.0.0",
  31. "type": "range"
  32. },
  33. "_requiredBy": [
  34. "/update-notifier"
  35. ],
  36. "_resolved": "https://registry.npmjs.org/is-ci/-/is-ci-2.0.0.tgz",
  37. "_shasum": "6bc6334181810e04b5c22b3d589fdca55026404c",
  38. "_shrinkwrap": null,
  39. "_spec": "is-ci@^2.0.0",
  40. "_where": "/home/lyxaira/Artesanias/artesanias/node_modules/update-notifier",
  41. "author": {
  42. "email": "w@tson.dk",
  43. "name": "Thomas Watson Steen",
  44. "url": "https://twitter.com/wa7son"
  45. },
  46. "bin": {
  47. "is-ci": "bin.js"
  48. },
  49. "bugs": {
  50. "url": "https://github.com/watson/is-ci/issues"
  51. },
  52. "coordinates": [
  53. 12.593116,
  54. 55.778272
  55. ],
  56. "dependencies": {
  57. "ci-info": "^2.0.0"
  58. },
  59. "description": "Detect if the current environment is a CI server",
  60. "devDependencies": {
  61. "clear-module": "^3.0.0",
  62. "standard": "^12.0.1"
  63. },
  64. "directories": {},
  65. "dist": {
  66. "fileCount": 6,
  67. "integrity": "sha512-YfJT7rkpQB0updsdHLGWrvhBJfcfzNNawYDNIyQXJz0IViGf75O8EBPKSdvw2rF+LGCsX4FZ8tcr3b19LcZq4w==",
  68. "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcCEf/CRA9TVsSAnZWagAAMvwP/1cV6uY9uye3xn2vM6vC\nMAhvaWd12GWmBg9POPhJaGi9KwhnaogbAVPHV5hhRiecrhiVXmn/Zu0T/rHt\nIkwPTeZsZ8OH4PkucIEEquj76bSJAV3oGoEWD1j3xZmCw3euSM3qsbiioYDS\nMiOBUVXhfLFZpQ3VqbN7I7L6LeuD1TDWER4rKPAl7qQO5rDgNNhk2T8KR1r/\nwiRI6YYtD1mhPF6RhUAFjUS0mT14NJ+PT+2U0c2FO8ubKb01cUk+xWCAhxax\nj6ebQnpRYDeZqICPpNOdJyenOAmsAZbFbo6vWE8M2AO/j/8+X7+P/kocdKWz\n4xrXdkM3g2Iuy+muIR9WkroWH++r3553Ni7GR1vI0qL49hlm/93zh5Vsc93a\n+VbreKYr6FzcBH+j47LG+P9TO+DZ5medQxr9U8t0WcnK0+nPW62SUoEfzryt\n6dnxeHsSRCTCQDfbgKU7s4rvG7hFmMlHH29MYVFAIwWvSJjXIlUqDsD75DwM\nKoWqNZixUYC3024ioZNxhK8bjr7Vsf6aFmplTt0aILMDuGtKwBzA9ZcijhTQ\nhPdEs24sEly9jeLastC6kvJPKxYeqZkPHvtLjWuKZ3QZMlCQN24QFWSLh2rv\nrLMR55eow/XuPO6hEqlRhSN0W4TTppsoBiravL42eK41ylzd+l80ICLTh+CZ\npcQS\r\n=YX5I\r\n-----END PGP SIGNATURE-----\r\n",
  69. "shasum": "6bc6334181810e04b5c22b3d589fdca55026404c",
  70. "tarball": "https://registry.npmjs.org/is-ci/-/is-ci-2.0.0.tgz",
  71. "unpackedSize": 3581
  72. },
  73. "gitHead": "8b88365d804abc1905ca93f312e99cf95b48fc8a",
  74. "homepage": "https://github.com/watson/is-ci",
  75. "keywords": [
  76. "ci",
  77. "continuous",
  78. "detect",
  79. "integration",
  80. "test"
  81. ],
  82. "license": "MIT",
  83. "main": "index.js",
  84. "maintainers": [
  85. {
  86. "name": "watson",
  87. "email": "w@tson.dk"
  88. }
  89. ],
  90. "name": "is-ci",
  91. "optionalDependencies": {},
  92. "readme": "ERROR: No README data found!",
  93. "repository": {
  94. "type": "git",
  95. "url": "git+https://github.com/watson/is-ci.git"
  96. },
  97. "scripts": {
  98. "test": "standard && node test.js"
  99. },
  100. "version": "2.0.0"
  101. }