package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_args": [
  3. [
  4. "is-wsl@1.1.0",
  5. "/Users/apple/tmp/ok/vue_cli_default"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "is-wsl@1.1.0",
  10. "_id": "is-wsl@1.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0=",
  13. "_location": "/is-wsl",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "is-wsl@1.1.0",
  19. "name": "is-wsl",
  20. "escapedName": "is-wsl",
  21. "rawSpec": "1.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.1.0"
  24. },
  25. "_requiredBy": [
  26. "/open",
  27. "/opn",
  28. "/terser-webpack-plugin"
  29. ],
  30. "_resolved": "https://registry.npm.taobao.org/is-wsl/download/is-wsl-1.1.0.tgz",
  31. "_spec": "1.1.0",
  32. "_where": "/Users/apple/tmp/ok/vue_cli_default",
  33. "author": {
  34. "name": "Sindre Sorhus",
  35. "email": "sindresorhus@gmail.com",
  36. "url": "sindresorhus.com"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/sindresorhus/is-wsl/issues"
  40. },
  41. "description": "Check if the process is running inside Windows Subsystem for Linux (Bash on Windows)",
  42. "devDependencies": {
  43. "ava": "*",
  44. "clear-require": "^2.0.0",
  45. "proxyquire": "^1.7.11",
  46. "xo": "*"
  47. },
  48. "engines": {
  49. "node": ">=4"
  50. },
  51. "files": [
  52. "index.js"
  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"
  76. },
  77. "version": "1.1.0"
  78. }