Nessuna descrizione

package.json 2.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_from": "cordova-plugin-file@6.0.2",
  3. "_id": "cordova-plugin-file@6.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-m7cughw327CjONN/qjzsTpSesLaeybksQh420/gRuSXJX5Zt9NfgsSbqqKDon6jnQ9Mm7h7imgyO2uJ34XMBtA==",
  6. "_location": "/cordova-plugin-file",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "cordova-plugin-file@6.0.2",
  12. "name": "cordova-plugin-file",
  13. "escapedName": "cordova-plugin-file",
  14. "rawSpec": "6.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "6.0.2"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/cordova-plugin-file/-/cordova-plugin-file-6.0.2.tgz",
  23. "_shasum": "f3911479f8357e9aacb5576674f8d95b31a1fb20",
  24. "_spec": "cordova-plugin-file@6.0.2",
  25. "_where": "/home/rarce/Downloads/tutorial",
  26. "author": {
  27. "name": "Apache Software Foundation"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/apache/cordova-plugin-file/issues"
  31. },
  32. "bundleDependencies": false,
  33. "cordova": {
  34. "id": "cordova-plugin-file",
  35. "platforms": [
  36. "android",
  37. "browser",
  38. "ios",
  39. "osx",
  40. "windows"
  41. ]
  42. },
  43. "deprecated": false,
  44. "description": "Cordova File 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. "5.0.0": {
  57. "cordova-android": ">=6.3.0"
  58. },
  59. "7.0.0": {
  60. "cordova": ">100"
  61. }
  62. }
  63. },
  64. "homepage": "https://github.com/apache/cordova-plugin-file#readme",
  65. "keywords": [
  66. "cordova",
  67. "file",
  68. "ecosystem:cordova",
  69. "cordova-android",
  70. "cordova-browser",
  71. "cordova-ios",
  72. "cordova-osx",
  73. "cordova-windows"
  74. ],
  75. "license": "Apache-2.0",
  76. "name": "cordova-plugin-file",
  77. "repository": {
  78. "type": "git",
  79. "url": "git+https://github.com/apache/cordova-plugin-file.git"
  80. },
  81. "scripts": {
  82. "eslint": "node node_modules/eslint/bin/eslint www && node node_modules/eslint/bin/eslint src && node node_modules/eslint/bin/eslint tests",
  83. "test": "npm run eslint"
  84. },
  85. "types": "./types/index.d.ts",
  86. "version": "6.0.2"
  87. }