package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "_from": "open@^7.0.2",
  3. "_id": "open@7.4.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-MVHddDVweXZF3awtlAS+6pgKLlm/JgxZ90+/NBurBoQctVOOB/zDdVjcyPzQ+0laDGbsWgrRkflI65sQeOgT9Q==",
  6. "_location": "/open",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "open@^7.0.2",
  12. "name": "open",
  13. "escapedName": "open",
  14. "rawSpec": "^7.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^7.0.2"
  17. },
  18. "_requiredBy": [
  19. "/react-dev-utils"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/open/-/open-7.4.2.tgz",
  22. "_shasum": "b8147e26dcf3e426316c730089fd71edd29c2321",
  23. "_spec": "open@^7.0.2",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\react-dev-utils",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "https://sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/open/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "is-docker": "^2.0.0",
  36. "is-wsl": "^2.1.1"
  37. },
  38. "deprecated": false,
  39. "description": "Open stuff like URLs, files, executables. Cross-platform.",
  40. "devDependencies": {
  41. "@types/node": "^12.7.5",
  42. "ava": "^2.3.0",
  43. "tsd": "^0.11.0",
  44. "xo": "^0.25.3"
  45. },
  46. "engines": {
  47. "node": ">=8"
  48. },
  49. "files": [
  50. "index.js",
  51. "index.d.ts",
  52. "xdg-open"
  53. ],
  54. "funding": "https://github.com/sponsors/sindresorhus",
  55. "homepage": "https://github.com/sindresorhus/open#readme",
  56. "keywords": [
  57. "app",
  58. "open",
  59. "opener",
  60. "opens",
  61. "launch",
  62. "start",
  63. "xdg-open",
  64. "xdg",
  65. "default",
  66. "cmd",
  67. "browser",
  68. "editor",
  69. "executable",
  70. "exe",
  71. "url",
  72. "urls",
  73. "arguments",
  74. "args",
  75. "spawn",
  76. "exec",
  77. "child",
  78. "process",
  79. "website",
  80. "file"
  81. ],
  82. "license": "MIT",
  83. "name": "open",
  84. "repository": {
  85. "type": "git",
  86. "url": "git+https://github.com/sindresorhus/open.git"
  87. },
  88. "scripts": {
  89. "test": "xo && tsd"
  90. },
  91. "version": "7.4.2"
  92. }