package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_from": "cordova-plugin-splashscreen@5.0.2",
  3. "_id": "cordova-plugin-splashscreen@5.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-dH509W4gHNWFvGLRS8oZ9oZ/8e0=",
  6. "_location": "/cordova-plugin-splashscreen",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "cordova-plugin-splashscreen@5.0.2",
  12. "name": "cordova-plugin-splashscreen",
  13. "escapedName": "cordova-plugin-splashscreen",
  14. "rawSpec": "5.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "5.0.2"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/cordova-plugin-splashscreen/-/cordova-plugin-splashscreen-5.0.2.tgz",
  23. "_shasum": "747e74f56e201cd585bc62d14bca19f6867ff1ed",
  24. "_spec": "cordova-plugin-splashscreen@5.0.2",
  25. "_where": "/Users/wuyi/Documents/myobj/xinzheng/nxz",
  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-splashscreen",
  35. "platforms": [
  36. "android",
  37. "ubuntu",
  38. "ios",
  39. "windows",
  40. "browser"
  41. ]
  42. },
  43. "deprecated": false,
  44. "description": "Cordova Splashscreen Plugin",
  45. "devDependencies": {
  46. "jshint": "^2.6.0"
  47. },
  48. "engines": {
  49. "cordovaDependencies": {
  50. "2.0.0": {
  51. "cordova-android": ">=3.6.0"
  52. },
  53. "4.0.0": {
  54. "cordova-android": ">=3.6.0",
  55. "cordova-windows": ">=4.4.0"
  56. },
  57. "6.0.0": {
  58. "cordova": ">100"
  59. }
  60. }
  61. },
  62. "homepage": "https://github.com/apache/cordova-plugin-splashscreen#readme",
  63. "keywords": [
  64. "cordova",
  65. "splashscreen",
  66. "ecosystem:cordova",
  67. "cordova-android",
  68. "cordova-ios",
  69. "cordova-windows"
  70. ],
  71. "license": "Apache-2.0",
  72. "name": "cordova-plugin-splashscreen",
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/apache/cordova-plugin-splashscreen.git"
  76. },
  77. "scripts": {
  78. "jshint": "node node_modules/jshint/bin/jshint www && node node_modules/jshint/bin/jshint src && node node_modules/jshint/bin/jshint tests",
  79. "test": "npm run jshint"
  80. },
  81. "types": "./types/index.d.ts",
  82. "version": "5.0.2"
  83. }