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

package.json 2.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_from": "cordova-common@^4.0.2",
  3. "_id": "cordova-common@4.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-od7aNShyuBajzPY83mUEO8tERwwWdFklXETHiXP5Ft87CWeo/tSuwNPFztyTy8XYc74yXdogXKPTJeUHuVzB8Q==",
  6. "_location": "/cordova-ios/cordova-common",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "cordova-common@^4.0.2",
  12. "name": "cordova-common",
  13. "escapedName": "cordova-common",
  14. "rawSpec": "^4.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.2"
  17. },
  18. "_requiredBy": [
  19. "/cordova-ios"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/cordova-common/-/cordova-common-4.0.2.tgz",
  22. "_shasum": "c5be3f3811f5731cd1d7eb5193b0789a8d5a854f",
  23. "_spec": "cordova-common@^4.0.2",
  24. "_where": "/Users/christian/Documents/artesanias/node_modules/cordova-ios",
  25. "author": {
  26. "name": "Apache Software Foundation"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/apache/cordova-common/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "@netflix/nerror": "^1.1.3",
  34. "ansi": "^0.3.1",
  35. "bplist-parser": "^0.2.0",
  36. "cross-spawn": "^7.0.1",
  37. "elementtree": "^0.1.7",
  38. "endent": "^1.4.1",
  39. "fast-glob": "^3.2.2",
  40. "fs-extra": "^9.0.0",
  41. "glob": "^7.1.6",
  42. "plist": "^3.0.1",
  43. "q": "^1.5.1",
  44. "read-chunk": "^3.2.0",
  45. "strip-bom": "^4.0.0",
  46. "underscore": "^1.9.2"
  47. },
  48. "deprecated": false,
  49. "description": "Apache Cordova tools and platforms shared routines",
  50. "devDependencies": {
  51. "@cordova/eslint-config": "^3.0.0",
  52. "@nodelib/fs.macchiato": "^1.0.2",
  53. "jasmine": "^3.5.0",
  54. "jasmine-spec-reporter": "^5.0.1",
  55. "nyc": "^15.1.0",
  56. "rewire": "^5.0.0"
  57. },
  58. "engines": {
  59. "node": ">=10.0.0"
  60. },
  61. "homepage": "https://github.com/apache/cordova-common#readme",
  62. "license": "Apache-2.0",
  63. "main": "cordova-common.js",
  64. "name": "cordova-common",
  65. "nyc": {
  66. "all": true,
  67. "exclude": [
  68. "coverage/",
  69. "spec/"
  70. ],
  71. "reporter": [
  72. "lcov",
  73. "text"
  74. ]
  75. },
  76. "repository": {
  77. "type": "git",
  78. "url": "git+https://github.com/apache/cordova-common.git"
  79. },
  80. "scripts": {
  81. "cover": "nyc npm run test:unit",
  82. "lint": "eslint .",
  83. "test": "npm run lint && npm run cover",
  84. "test:unit": "jasmine \"spec/**/*.spec.js\""
  85. },
  86. "version": "4.0.2"
  87. }