package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_from": "cordova-plugin-customurlscheme",
  3. "_id": "cordova-plugin-customurlscheme@5.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-xiRuRposI3cuv7VFE4NUyw3BpoM=",
  6. "_location": "/cordova-plugin-customurlscheme",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "cordova-plugin-customurlscheme",
  12. "name": "cordova-plugin-customurlscheme",
  13. "escapedName": "cordova-plugin-customurlscheme",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#DEV:/",
  20. "#USER"
  21. ],
  22. "_resolved": "https://registry.npm.taobao.org/cordova-plugin-customurlscheme/download/cordova-plugin-customurlscheme-5.0.2.tgz",
  23. "_shasum": "c6246e469a2c23772ebfb545138354cb0dc1a683",
  24. "_spec": "cordova-plugin-customurlscheme",
  25. "_where": "/Users/x/Documents/twong-h5/cordova",
  26. "author": {
  27. "name": "Eddy Verbruggen",
  28. "email": "eddyverbruggen@gmail.com",
  29. "url": "https://github.com/EddyVerbruggen"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/EddyVerbruggen/Custom-URL-scheme/issues"
  33. },
  34. "bundleDependencies": false,
  35. "cordova": {
  36. "id": "cordova-plugin-customurlscheme",
  37. "platforms": [
  38. "ios",
  39. "android",
  40. "windows8",
  41. "windows"
  42. ]
  43. },
  44. "deprecated": false,
  45. "description": "Launch your app by using this URL: mycoolapp://, you can add a path and even pass params like this: mycoolerapp://somepath?foo=bar",
  46. "engines": [
  47. {
  48. "name": "cordova",
  49. "version": ">=3.0.0"
  50. }
  51. ],
  52. "homepage": "https://github.com/EddyVerbruggen/Custom-URL-scheme#readme",
  53. "keywords": [
  54. "Custom URL Scheme",
  55. "URLscheme",
  56. "URL scheme",
  57. "Custom URL",
  58. "Launch My App",
  59. "Launch App",
  60. "ecosystem:cordova",
  61. "cordova-ios",
  62. "cordova-android",
  63. "cordova-windows",
  64. "cordova-windows8"
  65. ],
  66. "license": "MIT",
  67. "name": "cordova-plugin-customurlscheme",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/EddyVerbruggen/Custom-URL-scheme.git"
  71. },
  72. "version": "5.0.2"
  73. }