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

package.json 2.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_from": "insight@^0.10.3",
  3. "_id": "insight@0.10.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-YOncxSN6Omh+1Oqxt+OJAvJVMDKw7l6IEG0wT2cTMGxjsTcroOGW4IR926QDzxg/uZHcFZ2cZbckDWdZhc2pZw==",
  6. "_location": "/insight",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "insight@^0.10.3",
  12. "name": "insight",
  13. "escapedName": "insight",
  14. "rawSpec": "^0.10.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.10.3"
  17. },
  18. "_requiredBy": [
  19. "/cordova"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/insight/-/insight-0.10.3.tgz",
  22. "_shasum": "e7fa6593fd11323d227154cc8ce5f8bff638bf02",
  23. "_spec": "insight@^0.10.3",
  24. "_where": "/home/christian/Documents/newarte/artesanias/node_modules/cordova",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/yeoman/insight/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "async": "^2.6.2",
  36. "chalk": "^2.4.2",
  37. "conf": "^1.4.0",
  38. "inquirer": "^6.3.1",
  39. "lodash.debounce": "^4.0.8",
  40. "os-name": "^3.1.0",
  41. "request": "^2.88.0",
  42. "tough-cookie": "^3.0.1",
  43. "uuid": "^3.3.2"
  44. },
  45. "deprecated": false,
  46. "description": "Understand how your tool is being used by anonymously reporting usage metrics to Google Analytics or Yandex.Metrica",
  47. "devDependencies": {
  48. "ava": "^1.4.1",
  49. "execa": "^1.0.0",
  50. "object-values": "^2.0.0",
  51. "sinon": "^7.3.1",
  52. "xo": "^0.24.0"
  53. },
  54. "engines": {
  55. "node": ">=6"
  56. },
  57. "files": [
  58. "lib"
  59. ],
  60. "homepage": "https://github.com/yeoman/insight#readme",
  61. "keywords": [
  62. "package",
  63. "stats",
  64. "google",
  65. "analytics",
  66. "track",
  67. "metrics",
  68. "yandex",
  69. "metrica"
  70. ],
  71. "license": "BSD-2-Clause",
  72. "main": "lib",
  73. "name": "insight",
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/yeoman/insight.git"
  77. },
  78. "scripts": {
  79. "test": "xo && ava --timeout=20s"
  80. },
  81. "version": "0.10.3",
  82. "xo": {
  83. "ignores": [
  84. "test/fixtures"
  85. ]
  86. }
  87. }