package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. {
  2. "_from": "cordova-plugin-ionic-webview@^2.0.0",
  3. "_id": "cordova-plugin-ionic-webview@2.3.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-f7nXWTT93ZAJP4fMUxZWd8BacegTJNUK9Cocu0n2SH8gliAIjKzJtvSzEONSJ5b1Xp2osdUF6f5x+oWvyM90jQ==",
  6. "_location": "/cordova-plugin-ionic-webview",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "cordova-plugin-ionic-webview@^2.0.0",
  12. "name": "cordova-plugin-ionic-webview",
  13. "escapedName": "cordova-plugin-ionic-webview",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/cordova-plugin-ionic-webview/-/cordova-plugin-ionic-webview-2.3.2.tgz",
  23. "_shasum": "f4b1d669cefe7d25cfe47cfc9c6fe820211b63fa",
  24. "_spec": "cordova-plugin-ionic-webview@^2.0.0",
  25. "_where": "/Users/wuyi/Documents/myobj/xinzheng/nxz",
  26. "author": {
  27. "name": "Ionic Team"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/ionic-team/cordova-plugin-ionic-webview/issues"
  31. },
  32. "bundleDependencies": false,
  33. "config": {
  34. "commitizen": {
  35. "path": "./node_modules/cz-conventional-changelog"
  36. }
  37. },
  38. "deprecated": false,
  39. "description": "Ionic Web View Engine Plugin",
  40. "devDependencies": {
  41. "@semantic-release/changelog": "^3.0.0",
  42. "@semantic-release/exec": "^3.3.0",
  43. "@semantic-release/git": "^7.0.4",
  44. "@semantic-release/github": "^5.0.6",
  45. "@semantic-release/npm": "^5.0.4",
  46. "commitizen": "^3.0.2",
  47. "cz-conventional-changelog": "^2.1.0",
  48. "semantic-release": "^15.9.17",
  49. "sync-cordova-xml": "^0.4.0"
  50. },
  51. "engines": {
  52. "cordovaDependencies": {
  53. "2.0.0": {
  54. "cordova-android": ">=6.4.0",
  55. "cordova-ios": ">=4.0.0-dev"
  56. }
  57. }
  58. },
  59. "homepage": "https://github.com/ionic-team/cordova-plugin-ionic-webview#readme",
  60. "keywords": [
  61. "cordova",
  62. "wkwebview"
  63. ],
  64. "license": "Apache-2.0",
  65. "name": "cordova-plugin-ionic-webview",
  66. "release": {
  67. "branch": "stable",
  68. "verifyConditions": [
  69. "@semantic-release/changelog",
  70. "@semantic-release/npm",
  71. "@semantic-release/git",
  72. "@semantic-release/github"
  73. ],
  74. "prepare": [
  75. "@semantic-release/changelog",
  76. "@semantic-release/npm",
  77. "@semantic-release/exec",
  78. "@semantic-release/git"
  79. ],
  80. "publish": [
  81. "@semantic-release/github",
  82. "@semantic-release/npm"
  83. ],
  84. "success": [
  85. "@semantic-release/github"
  86. ],
  87. "failure": [
  88. "@semantic-release/github"
  89. ],
  90. "prepareCmd": "npm run version"
  91. },
  92. "repository": {
  93. "type": "git",
  94. "url": "git+https://github.com/ionic-team/cordova-plugin-ionic-webview.git"
  95. },
  96. "scripts": {
  97. "cz": "git-cz",
  98. "sync_plugin_xml": "sync-cordova-xml package.json plugin.xml --output=plugin.xml",
  99. "version": "npm run sync_plugin_xml && git add plugin.xml"
  100. },
  101. "version": "2.3.2"
  102. }