package.json 2.4 KB

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