package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_from": "is-wsl@^2.2.0",
  3. "_id": "is-wsl@2.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==",
  6. "_location": "/is-wsl",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-wsl@^2.2.0",
  12. "name": "is-wsl",
  13. "escapedName": "is-wsl",
  14. "rawSpec": "^2.2.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.2.0"
  17. },
  18. "_requiredBy": [
  19. "/node-notifier",
  20. "/open"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz",
  23. "_shasum": "74a4c76e77ca9fd3f932f290c17ea326cd157271",
  24. "_spec": "is-wsl@^2.2.0",
  25. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\node-notifier",
  26. "author": {
  27. "name": "Sindre Sorhus",
  28. "email": "sindresorhus@gmail.com",
  29. "url": "sindresorhus.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/sindresorhus/is-wsl/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "is-docker": "^2.0.0"
  37. },
  38. "deprecated": false,
  39. "description": "Check if the process is running inside Windows Subsystem for Linux (Bash on Windows)",
  40. "devDependencies": {
  41. "ava": "^1.4.1",
  42. "clear-module": "^3.2.0",
  43. "proxyquire": "^2.1.0",
  44. "tsd": "^0.7.2",
  45. "xo": "^0.24.0"
  46. },
  47. "engines": {
  48. "node": ">=8"
  49. },
  50. "files": [
  51. "index.js",
  52. "index.d.ts"
  53. ],
  54. "homepage": "https://github.com/sindresorhus/is-wsl#readme",
  55. "keywords": [
  56. "check",
  57. "wsl",
  58. "windows",
  59. "subsystem",
  60. "linux",
  61. "detect",
  62. "bash",
  63. "process",
  64. "console",
  65. "terminal",
  66. "is"
  67. ],
  68. "license": "MIT",
  69. "name": "is-wsl",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/sindresorhus/is-wsl.git"
  73. },
  74. "scripts": {
  75. "test": "xo && ava && tsd"
  76. },
  77. "version": "2.2.0"
  78. }