package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_from": "cordova-plugin-splashscreen@6.0.0",
  3. "_id": "cordova-plugin-splashscreen@6.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-Z0cY+HiUzXVhXaK1WQXrTMcZzwE=",
  6. "_location": "/cordova-plugin-splashscreen",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "cordova-plugin-splashscreen@6.0.0",
  12. "name": "cordova-plugin-splashscreen",
  13. "escapedName": "cordova-plugin-splashscreen",
  14. "rawSpec": "6.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "6.0.0"
  17. },
  18. "_requiredBy": [
  19. "#DEV:/",
  20. "#USER"
  21. ],
  22. "_resolved": "https://registry.npm.taobao.org/cordova-plugin-splashscreen/download/cordova-plugin-splashscreen-6.0.0.tgz",
  23. "_shasum": "674718f87894cd75615da2b55905eb4cc719cf01",
  24. "_spec": "cordova-plugin-splashscreen@6.0.0",
  25. "_where": "/Users/x/Documents/twong-h5/cordova",
  26. "author": {
  27. "name": "Apache Software Foundation"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/apache/cordova-plugin-splashscreen/issues"
  31. },
  32. "bundleDependencies": false,
  33. "cordova": {
  34. "id": "cordova-plugin-splashscreen",
  35. "platforms": [
  36. "android",
  37. "windows",
  38. "browser"
  39. ]
  40. },
  41. "deprecated": false,
  42. "description": "Cordova Splashscreen Plugin",
  43. "devDependencies": {
  44. "@cordova/eslint-config": "^3.0.0"
  45. },
  46. "engines": {
  47. "cordovaDependencies": {
  48. "2.0.0": {
  49. "cordova-android": ">=3.6.0"
  50. },
  51. "7.0.0": {
  52. "cordova": ">100"
  53. },
  54. ">=4.0.0": {
  55. "cordova-android": ">=3.6.0",
  56. "cordova-windows": ">=4.4.0"
  57. }
  58. }
  59. },
  60. "homepage": "https://github.com/apache/cordova-plugin-splashscreen#readme",
  61. "keywords": [
  62. "cordova",
  63. "splashscreen",
  64. "ecosystem:cordova",
  65. "cordova-android",
  66. "cordova-windows",
  67. "cordova-browser"
  68. ],
  69. "license": "Apache-2.0",
  70. "name": "cordova-plugin-splashscreen",
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/apache/cordova-plugin-splashscreen.git"
  74. },
  75. "scripts": {
  76. "lint": "eslint .",
  77. "test": "npm run lint"
  78. },
  79. "types": "./types/index.d.ts",
  80. "version": "6.0.0"
  81. }