package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "_from": "open@^8.0.9",
  3. "_id": "open@8.4.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==",
  6. "_location": "/open",
  7. "_phantomChildren": {
  8. "is-docker": "2.2.1"
  9. },
  10. "_requested": {
  11. "type": "range",
  12. "registry": true,
  13. "raw": "open@^8.0.9",
  14. "name": "open",
  15. "escapedName": "open",
  16. "rawSpec": "^8.0.9",
  17. "saveSpec": null,
  18. "fetchSpec": "^8.0.9"
  19. },
  20. "_requiredBy": [
  21. "/@vue/cli-plugin-eslint/@vue/cli-shared-utils",
  22. "/webpack-dev-server"
  23. ],
  24. "_resolved": "https://registry.npmmirror.com/open/-/open-8.4.2.tgz",
  25. "_shasum": "5b5ffe2a8f793dcd2aad73e550cb87b59cb084f9",
  26. "_spec": "open@^8.0.9",
  27. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\webpack-dev-server",
  28. "author": {
  29. "name": "Sindre Sorhus",
  30. "email": "sindresorhus@gmail.com",
  31. "url": "https://sindresorhus.com"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/sindresorhus/open/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "define-lazy-prop": "^2.0.0",
  39. "is-docker": "^2.1.1",
  40. "is-wsl": "^2.2.0"
  41. },
  42. "deprecated": false,
  43. "description": "Open stuff like URLs, files, executables. Cross-platform.",
  44. "devDependencies": {
  45. "@types/node": "^15.0.0",
  46. "ava": "^3.15.0",
  47. "tsd": "^0.14.0",
  48. "xo": "^0.39.1"
  49. },
  50. "engines": {
  51. "node": ">=12"
  52. },
  53. "files": [
  54. "index.js",
  55. "index.d.ts",
  56. "xdg-open"
  57. ],
  58. "funding": "https://github.com/sponsors/sindresorhus",
  59. "homepage": "https://github.com/sindresorhus/open#readme",
  60. "keywords": [
  61. "app",
  62. "open",
  63. "opener",
  64. "opens",
  65. "launch",
  66. "start",
  67. "xdg-open",
  68. "xdg",
  69. "default",
  70. "cmd",
  71. "browser",
  72. "editor",
  73. "executable",
  74. "exe",
  75. "url",
  76. "urls",
  77. "arguments",
  78. "args",
  79. "spawn",
  80. "exec",
  81. "child",
  82. "process",
  83. "website",
  84. "file"
  85. ],
  86. "license": "MIT",
  87. "name": "open",
  88. "repository": {
  89. "type": "git",
  90. "url": "git+https://github.com/sindresorhus/open.git"
  91. },
  92. "scripts": {
  93. "test": "xo && tsd"
  94. },
  95. "version": "8.4.2"
  96. }