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-nativestorage",
  3. "_id": "cordova-plugin-nativestorage@2.3.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-olg/BzYRk0NGbKQ5f7rf21RYQEyJI19CCZn6RpVMO9/kbRRFqae/6ixjDNy81dXSu2TQ42brjBddGe1Qpn5ViA==",
  6. "_location": "/cordova-plugin-nativestorage",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "cordova-plugin-nativestorage",
  12. "name": "cordova-plugin-nativestorage",
  13. "escapedName": "cordova-plugin-nativestorage",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#DEV:/",
  20. "#USER"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/cordova-plugin-nativestorage/-/cordova-plugin-nativestorage-2.3.2.tgz",
  23. "_shasum": "d6a1d50632aff2a70227102f68bc605e91aabca2",
  24. "_spec": "cordova-plugin-nativestorage",
  25. "_where": "/Users/christian/Documents/artesanias",
  26. "author": {
  27. "name": "Gilles Callebaut",
  28. "email": "callebaut.gilles@gmail.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/TheCocoaProject/cordova-plugin-nativestorage/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "Alok Rajiv"
  37. },
  38. {
  39. "name": "Yann Deshayes",
  40. "email": "deshayes.yann@gmail.com",
  41. "url": "https://github.com/ydeshayes"
  42. }
  43. ],
  44. "cordova": {
  45. "id": "cordova-plugin-nativestorage",
  46. "platforms": [
  47. "android",
  48. "ios",
  49. "browser",
  50. "windows",
  51. "osx"
  52. ]
  53. },
  54. "deprecated": false,
  55. "description": "Native storage of variables in Android, iOS and Windows",
  56. "devDependencies": {
  57. "jshint": "^2.9.1"
  58. },
  59. "homepage": "https://github.com/TheCocoaProject/cordova-plugin-nativestorage#README.md",
  60. "keywords": [
  61. "cordova",
  62. "device",
  63. "storage",
  64. "ecosystem:cordova",
  65. "cordova-android",
  66. "cordova-ios",
  67. "cordova-browser",
  68. "cordova-windows",
  69. "LocalStorage",
  70. "NSUserDefaults",
  71. "SharedPreferences"
  72. ],
  73. "license": "Apache-2.0",
  74. "name": "cordova-plugin-nativestorage",
  75. "repository": {
  76. "type": "git",
  77. "url": "git+https://github.com/TheCocoaProject/cordova-plugin-nativestorage.git"
  78. },
  79. "scripts": {
  80. "jshint": "jshint www && jshint tests",
  81. "test": "npm run jshint"
  82. },
  83. "version": "2.3.2"
  84. }