package.json 1.8 KB

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