UI for Zipcoin Blue

package.json 1.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "_from": "opn@^5.1.0",
  3. "_id": "opn@5.3.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-bYJHo/LOmoTd+pfiYhfZDnf9zekVJrY+cnS2a5F2x+w5ppvTqObojTP7WiFG+kVZs9Inw+qQ/lw7TroWwhdd2g==",
  6. "_location": "/opn",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "opn@^5.1.0",
  12. "name": "opn",
  13. "escapedName": "opn",
  14. "rawSpec": "^5.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^5.1.0"
  17. },
  18. "_requiredBy": [
  19. "/@ionic/cli-utils",
  20. "/ionic"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/opn/-/opn-5.3.0.tgz",
  23. "_shasum": "64871565c863875f052cfdf53d3e3cb5adb53b1c",
  24. "_spec": "opn@^5.1.0",
  25. "_where": "/Users/clementO/Desktop/blueCoin-UI/node_modules/ionic",
  26. "author": {
  27. "name": "Sindre Sorhus",
  28. "email": "sindresorhus@gmail.com",
  29. "url": "sindresorhus.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/sindresorhus/opn/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "is-wsl": "^1.1.0"
  37. },
  38. "deprecated": false,
  39. "description": "A better node-open. Opens stuff like websites, files, executables. Cross-platform.",
  40. "devDependencies": {
  41. "ava": "*",
  42. "xo": "*"
  43. },
  44. "engines": {
  45. "node": ">=4"
  46. },
  47. "files": [
  48. "index.js",
  49. "xdg-open"
  50. ],
  51. "homepage": "https://github.com/sindresorhus/opn#readme",
  52. "keywords": [
  53. "app",
  54. "open",
  55. "opn",
  56. "opener",
  57. "opens",
  58. "launch",
  59. "start",
  60. "xdg-open",
  61. "xdg",
  62. "default",
  63. "cmd",
  64. "browser",
  65. "editor",
  66. "executable",
  67. "exe",
  68. "url",
  69. "urls",
  70. "arguments",
  71. "args",
  72. "spawn",
  73. "exec",
  74. "child",
  75. "process",
  76. "website",
  77. "file"
  78. ],
  79. "license": "MIT",
  80. "name": "opn",
  81. "repository": {
  82. "type": "git",
  83. "url": "git+https://github.com/sindresorhus/opn.git"
  84. },
  85. "scripts": {
  86. "test": "xo && ava"
  87. },
  88. "version": "5.3.0"
  89. }