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

package.json 1.7KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_from": "android-versions@^1.4.0",
  3. "_id": "android-versions@1.5.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-/GWUAqa2OJNlDF5VGSe3SR1QMHEPXxx54Ur56r0qQC0H9FlBr7kyBF2SgVEhzFCPbrW4UcYgVuWrq/2Ty3QvXg==",
  6. "_location": "/android-versions",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "android-versions@^1.4.0",
  12. "name": "android-versions",
  13. "escapedName": "android-versions",
  14. "rawSpec": "^1.4.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.4.0"
  17. },
  18. "_requiredBy": [
  19. "/cordova-android"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/android-versions/-/android-versions-1.5.0.tgz",
  22. "_shasum": "7790bc74e0812aafd69fb1ad0cb4db4474a525d6",
  23. "_spec": "android-versions@^1.4.0",
  24. "_where": "C:\\Users\\Chuch\\Documents\\Cordova\\artesanias\\node_modules\\cordova-android",
  25. "author": {
  26. "name": "dvoiss"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/dvoiss/android-versions/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "semver": "^5.4.1"
  34. },
  35. "deprecated": false,
  36. "description": "Get the name, API level, version level, NDK level, or version code from any version of Android.",
  37. "devDependencies": {
  38. "jshint": "^2.9.6",
  39. "tape": "^4.6.0"
  40. },
  41. "homepage": "https://github.com/dvoiss/android-versions#readme",
  42. "keywords": [
  43. "android",
  44. "version",
  45. "versions",
  46. "ndk",
  47. "nougat",
  48. "marshmallow",
  49. "api",
  50. "level"
  51. ],
  52. "license": "MIT",
  53. "main": "index.js",
  54. "name": "android-versions",
  55. "pre-commit": [
  56. "jshint"
  57. ],
  58. "repository": {
  59. "type": "git",
  60. "url": "git+https://github.com/dvoiss/android-versions.git"
  61. },
  62. "scripts": {
  63. "jshint": "jshint .",
  64. "test": "tape tests/**/*.js"
  65. },
  66. "version": "1.5.0"
  67. }