package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_from": "is-wsl@^1.1.0",
  3. "_id": "is-wsl@1.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0=",
  6. "_location": "/is-wsl",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-wsl@^1.1.0",
  12. "name": "is-wsl",
  13. "escapedName": "is-wsl",
  14. "rawSpec": "^1.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.0"
  17. },
  18. "_requiredBy": [
  19. "/node-notifier",
  20. "/opn"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-1.1.0.tgz",
  23. "_shasum": "1f16e4aa22b04d1336b66188a66af3c600c3a66d",
  24. "_spec": "is-wsl@^1.1.0",
  25. "_where": "D:\\workSpace\\dealer_front\\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. "deprecated": false,
  36. "description": "Check if the process is running inside Windows Subsystem for Linux (Bash on Windows)",
  37. "devDependencies": {
  38. "ava": "*",
  39. "clear-require": "^2.0.0",
  40. "proxyquire": "^1.7.11",
  41. "xo": "*"
  42. },
  43. "engines": {
  44. "node": ">=4"
  45. },
  46. "files": [
  47. "index.js"
  48. ],
  49. "homepage": "https://github.com/sindresorhus/is-wsl#readme",
  50. "keywords": [
  51. "check",
  52. "wsl",
  53. "windows",
  54. "subsystem",
  55. "linux",
  56. "detect",
  57. "bash",
  58. "process",
  59. "console",
  60. "terminal",
  61. "is"
  62. ],
  63. "license": "MIT",
  64. "name": "is-wsl",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/sindresorhus/is-wsl.git"
  68. },
  69. "scripts": {
  70. "test": "xo && ava"
  71. },
  72. "version": "1.1.0"
  73. }