Nav apraksta

package.json 2.1KB

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