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

package.json 2.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. {
  2. "_from": "cordova-create@^3.0.0",
  3. "_id": "cordova-create@3.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-WxZRTnt5RHxSAB9urnHFUtVBcIe1YjR4sfwHLsxakNoKkFhcie3HrV5QmNBgRQ5DkxmanRN3VSx4OrPVsNmAaQ==",
  6. "_location": "/cordova-create",
  7. "_phantomChildren": {
  8. "@netflix/nerror": "1.1.3",
  9. "ansi": "0.3.1",
  10. "at-least-node": "1.0.0",
  11. "big-integer": "1.6.47",
  12. "dedent": "0.7.0",
  13. "elementtree": "0.1.7",
  14. "fast-glob": "3.2.4",
  15. "fast-json-parse": "1.0.3",
  16. "fs.realpath": "1.0.0",
  17. "graceful-fs": "4.2.2",
  18. "inflight": "1.0.6",
  19. "inherits": "2.0.4",
  20. "isexe": "2.0.0",
  21. "minimatch": "3.0.4",
  22. "once": "1.4.0",
  23. "path-is-absolute": "1.0.1",
  24. "plist": "3.0.1",
  25. "q": "1.5.1",
  26. "read-chunk": "3.2.0"
  27. },
  28. "_requested": {
  29. "type": "range",
  30. "registry": true,
  31. "raw": "cordova-create@^3.0.0",
  32. "name": "cordova-create",
  33. "escapedName": "cordova-create",
  34. "rawSpec": "^3.0.0",
  35. "saveSpec": null,
  36. "fetchSpec": "^3.0.0"
  37. },
  38. "_requiredBy": [
  39. "/cordova"
  40. ],
  41. "_resolved": "https://registry.npmjs.org/cordova-create/-/cordova-create-3.0.0.tgz",
  42. "_shasum": "a50d2501f681390003d51eb1cefdf2254d921dac",
  43. "_spec": "cordova-create@^3.0.0",
  44. "_where": "/home/christian/Documents/newarte/artesanias/node_modules/cordova",
  45. "author": {
  46. "name": "Apache Software Foundation"
  47. },
  48. "bugs": {
  49. "url": "https://github.com/apache/cordova-create/issues"
  50. },
  51. "bundleDependencies": false,
  52. "contributors": [
  53. {
  54. "name": "Caryn Tran",
  55. "email": "caryn.tran@berkeley.edu"
  56. },
  57. {
  58. "name": "Steve Gill",
  59. "email": "stevengill97@gmail.com"
  60. }
  61. ],
  62. "dependencies": {
  63. "cordova-app-hello-world": "^5.0.0",
  64. "cordova-common": "^4.0.1",
  65. "cordova-fetch": "^3.0.0",
  66. "fs-extra": "^9.0.0",
  67. "globby": "^11.0.0",
  68. "import-fresh": "^3.2.1",
  69. "isobject": "^4.0.0",
  70. "npm-package-arg": "^8.0.1",
  71. "path-is-inside": "^1.0.2",
  72. "tmp": "^0.2.1",
  73. "valid-identifier": "0.0.2"
  74. },
  75. "deprecated": false,
  76. "description": "Apache Cordova create module. Creates new project from default or template",
  77. "devDependencies": {
  78. "@cordova/eslint-config": "^3.0.0",
  79. "jasmine": "^3.5.0",
  80. "nyc": "^15.0.1",
  81. "rewire": "^5.0.0"
  82. },
  83. "engines": {
  84. "node": ">=10"
  85. },
  86. "homepage": "https://github.com/apache/cordova-create#readme",
  87. "keywords": [
  88. "cordova",
  89. "create",
  90. "apache",
  91. "ecosystem:cordova",
  92. "cordova:tool"
  93. ],
  94. "license": "Apache-2.0",
  95. "main": "index.js",
  96. "name": "cordova-create",
  97. "nyc": {
  98. "include": [
  99. "index.js"
  100. ],
  101. "reporter": [
  102. "lcov",
  103. "text"
  104. ]
  105. },
  106. "repository": {
  107. "type": "git",
  108. "url": "git+https://github.com/apache/cordova-create.git"
  109. },
  110. "scripts": {
  111. "cover": "nyc npm run jasmine",
  112. "jasmine": "jasmine \"spec/**/*.spec.js\"",
  113. "lint": "eslint .",
  114. "test": "npm run lint && npm run cover"
  115. },
  116. "version": "3.0.0"
  117. }