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

package.json 4.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. {
  2. "_from": "cordova-browser@^6.0.0",
  3. "_id": "cordova-browser@6.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-G61S7fhnVVJC98lvkGeKCVpfFtoW0a1P1Sg9TK+n03g3yupDMIM7XuecWuJ3KEMRhED4+CEc2hauruAff7oXrw==",
  6. "_location": "/cordova-browser",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "escapedName": "cordova-browser",
  10. "fetchSpec": "^6.0.0",
  11. "name": "cordova-browser",
  12. "raw": "cordova-browser@^6.0.0",
  13. "rawSpec": "^6.0.0",
  14. "registry": true,
  15. "saveSpec": null,
  16. "type": "range"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/cordova-browser/-/cordova-browser-6.0.0.tgz",
  23. "_shasum": "26e701587076e55bf33f491f3e38fee875c32b56",
  24. "_spec": "cordova-browser@^6.0.0",
  25. "_where": "C:\\Users\\Chuch\\Documents\\Cordova\\test",
  26. "author": {
  27. "name": "Apache Software Foundation"
  28. },
  29. "bin": {
  30. "cordova-browser": "bin/create"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/apache/cordova-browser/issues"
  34. },
  35. "bundleDependencies": false,
  36. "contributors": [
  37. {
  38. "name": "Steve Gill",
  39. "email": "steveng@adobe.com"
  40. },
  41. {
  42. "name": "Suraj Pindoria",
  43. "email": "spindori@adobe.com"
  44. },
  45. {
  46. "name": "Jesse MacFadyen",
  47. "email": "purplecabbage@apache.org"
  48. }
  49. ],
  50. "dependencies": {
  51. "cordova-common": "^3.1.0",
  52. "cordova-serve": "^3.0.0",
  53. "nopt": "^4.0.1",
  54. "shelljs": "^0.5.3"
  55. },
  56. "deprecated": false,
  57. "description": "cordova-browser release",
  58. "devDependencies": {
  59. "eslint": "^5.12.0",
  60. "eslint-config-semistandard": "^13.0.0",
  61. "eslint-config-standard": "^12.0.0",
  62. "eslint-plugin-import": "^2.14.0",
  63. "eslint-plugin-node": "^8.0.1",
  64. "eslint-plugin-promise": "^4.0.1",
  65. "eslint-plugin-standard": "^4.0.0",
  66. "jasmine": "^3.3.1",
  67. "nyc": "^13.1.0",
  68. "tmp": "0.0.33"
  69. },
  70. "engineStrict": true,
  71. "engines": {
  72. "node": ">=6.0.0"
  73. },
  74. "homepage": "https://github.com/apache/cordova-browser#readme",
  75. "keywords": [
  76. "apache",
  77. "browser",
  78. "cordova"
  79. ],
  80. "license": "Apache-2.0",
  81. "main": "bin/template/cordova/Api.js",
  82. "name": "cordova-browser",
  83. "nyc": {
  84. "include": [
  85. "bin/lib/**",
  86. "bin/templates/cordova/**"
  87. ],
  88. "reporter": [
  89. "lcov",
  90. "text"
  91. ]
  92. },
  93. "optionalDependencies": {},
  94. "readme": "<!--\n#\n# Licensed to the Apache Software Foundation (ASF) under one\n# or more contributor license agreements. See the NOTICE file\n# distributed with this work for additional information\n# regarding copyright ownership. The ASF licenses this file\n# to you under the Apache License, Version 2.0 (the\n# \"License\"); you may not use this file except in compliance\n# with the License. You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing,\n# software distributed under the License is distributed on an\n# \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY\n# KIND, either express or implied. See the License for the\n# specific language governing permissions and limitations\n# under the License.\n#\n-->\n\n[![Build status](https://travis-ci.org/apache/cordova-browser.svg?branch=master )](https://travis-ci.org/apache/cordova-browser.svg?branch=master )\n[![Build Status](https://ci.appveyor.com/api/projects/status/4oan2jjn7nlgfay3/branch/master?svg=true)](https://ci.appveyor.com/api/projects/status/4oan2jjn7nlgfay3/branch/master?svg=true)\n\n# Cordova Browser\n\nTarget modern web browsers to build Apache Cordova based applications.\n\n# Goals\n\n- Browser targeted deployment\n- Surfacing native platform incompatibilities from the open web platform\n\n# PWA support\n\n## cordova-browser now includes support for progressive web apps (PWAs)\n\n- if your project supplies a `manifest.json` in the `www/` dir, it will be used\n - a `manifest.json` will be generated otherwise\n- if your js code registers a service worker, it will also be used\n\n\n",
  95. "readmeFilename": "README.md",
  96. "repository": {
  97. "type": "git",
  98. "url": "git+https://github.com/apache/cordova-browser.git"
  99. },
  100. "scripts": {
  101. "cover": "nyc jasmine",
  102. "eslint": "eslint bin spec",
  103. "jasmine": "jasmine",
  104. "test": "npm run eslint && npm run cover"
  105. },
  106. "version": "6.0.0"
  107. }