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

package.json 1.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_from": "is-ci@^2.0.0",
  3. "_id": "is-ci@2.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-YfJT7rkpQB0updsdHLGWrvhBJfcfzNNawYDNIyQXJz0IViGf75O8EBPKSdvw2rF+LGCsX4FZ8tcr3b19LcZq4w==",
  6. "_location": "/is-ci",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-ci@^2.0.0",
  12. "name": "is-ci",
  13. "escapedName": "is-ci",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/update-notifier"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/is-ci/-/is-ci-2.0.0.tgz",
  22. "_shasum": "6bc6334181810e04b5c22b3d589fdca55026404c",
  23. "_spec": "is-ci@^2.0.0",
  24. "_where": "/home/christian/Documents/newarte/artesanias/node_modules/update-notifier",
  25. "author": {
  26. "name": "Thomas Watson Steen",
  27. "email": "w@tson.dk",
  28. "url": "https://twitter.com/wa7son"
  29. },
  30. "bin": {
  31. "is-ci": "bin.js"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/watson/is-ci/issues"
  35. },
  36. "bundleDependencies": false,
  37. "coordinates": [
  38. 55.778272,
  39. 12.593116
  40. ],
  41. "dependencies": {
  42. "ci-info": "^2.0.0"
  43. },
  44. "deprecated": false,
  45. "description": "Detect if the current environment is a CI server",
  46. "devDependencies": {
  47. "clear-module": "^3.0.0",
  48. "standard": "^12.0.1"
  49. },
  50. "homepage": "https://github.com/watson/is-ci",
  51. "keywords": [
  52. "ci",
  53. "continuous",
  54. "integration",
  55. "test",
  56. "detect"
  57. ],
  58. "license": "MIT",
  59. "main": "index.js",
  60. "name": "is-ci",
  61. "repository": {
  62. "type": "git",
  63. "url": "git+https://github.com/watson/is-ci.git"
  64. },
  65. "scripts": {
  66. "test": "standard && node test.js"
  67. },
  68. "version": "2.0.0"
  69. }