package.json 1.8 KB

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