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

package.json 2.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_from": "cordova-plugin-device",
  3. "_id": "cordova-plugin-device@2.0.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Jb3V72btxf3XHpkPQsGdyc8N6tVBYn1vsxSFj43fIz9vonJDUThYPCJJHqk6PX6N4dJw6I4FjxkpfCR4LDYMlw==",
  6. "_location": "/cordova-plugin-device",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "cordova-plugin-device",
  12. "name": "cordova-plugin-device",
  13. "escapedName": "cordova-plugin-device",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#DEV:/",
  20. "#USER"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/cordova-plugin-device/-/cordova-plugin-device-2.0.3.tgz",
  23. "_shasum": "c2b41b7efd0455dd097f89356d85bfdd5dadeb0f",
  24. "_spec": "cordova-plugin-device",
  25. "_where": "/Users/christian/Documents/artesanias",
  26. "author": {
  27. "name": "Apache Software Foundation"
  28. },
  29. "bugs": {
  30. "url": "https://issues.apache.org/jira/browse/CB"
  31. },
  32. "bundleDependencies": false,
  33. "cordova": {
  34. "id": "cordova-plugin-device",
  35. "platforms": [
  36. "android",
  37. "ios",
  38. "windows",
  39. "browser",
  40. "osx"
  41. ]
  42. },
  43. "deprecated": false,
  44. "description": "Cordova Device Plugin",
  45. "devDependencies": {
  46. "eslint": "^3.19.0",
  47. "eslint-config-semistandard": "^11.0.0",
  48. "eslint-config-standard": "^10.2.1",
  49. "eslint-plugin-import": "^2.3.0",
  50. "eslint-plugin-node": "^5.0.0",
  51. "eslint-plugin-promise": "^3.5.0",
  52. "eslint-plugin-standard": "^3.0.1"
  53. },
  54. "engines": {
  55. "cordovaDependencies": {
  56. "3.0.0": {
  57. "cordova": ">100"
  58. }
  59. }
  60. },
  61. "homepage": "https://github.com/apache/cordova-plugin-device#readme",
  62. "keywords": [
  63. "cordova",
  64. "device",
  65. "ecosystem:cordova",
  66. "cordova-android",
  67. "cordova-ios",
  68. "cordova-windows",
  69. "cordova-browser",
  70. "cordova-osx"
  71. ],
  72. "license": "Apache-2.0",
  73. "name": "cordova-plugin-device",
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/apache/cordova-plugin-device.git"
  77. },
  78. "scripts": {
  79. "eslint": "node node_modules/eslint/bin/eslint www && node node_modules/eslint/bin/eslint src && node node_modules/eslint/bin/eslint tests",
  80. "test": "npm run eslint"
  81. },
  82. "types": "./types/index.d.ts",
  83. "version": "2.0.3"
  84. }