package.json 2.0 KB

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