package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  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. "/open",
  20. "/opn",
  21. "/terser-webpack-plugin"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-1.1.0.tgz",
  24. "_shasum": "1f16e4aa22b04d1336b66188a66af3c600c3a66d",
  25. "_spec": "is-wsl@^1.1.0",
  26. "_where": "D:\\jiayue\\pig-ui\\node_modules\\open",
  27. "author": {
  28. "name": "Sindre Sorhus",
  29. "email": "sindresorhus@gmail.com",
  30. "url": "sindresorhus.com"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/sindresorhus/is-wsl/issues"
  34. },
  35. "bundleDependencies": false,
  36. "deprecated": false,
  37. "description": "Check if the process is running inside Windows Subsystem for Linux (Bash on Windows)",
  38. "devDependencies": {
  39. "ava": "*",
  40. "clear-require": "^2.0.0",
  41. "proxyquire": "^1.7.11",
  42. "xo": "*"
  43. },
  44. "engines": {
  45. "node": ">=4"
  46. },
  47. "files": [
  48. "index.js"
  49. ],
  50. "homepage": "https://github.com/sindresorhus/is-wsl#readme",
  51. "keywords": [
  52. "check",
  53. "wsl",
  54. "windows",
  55. "subsystem",
  56. "linux",
  57. "detect",
  58. "bash",
  59. "process",
  60. "console",
  61. "terminal",
  62. "is"
  63. ],
  64. "license": "MIT",
  65. "name": "is-wsl",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/sindresorhus/is-wsl.git"
  69. },
  70. "scripts": {
  71. "test": "xo && ava"
  72. },
  73. "version": "1.1.0"
  74. }