package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_args": [
  3. [
  4. "is-wsl@1.1.0",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_from": "is-wsl@1.1.0",
  9. "_id": "is-wsl@1.1.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0=",
  12. "_location": "/is-wsl",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "is-wsl@1.1.0",
  18. "name": "is-wsl",
  19. "escapedName": "is-wsl",
  20. "rawSpec": "1.1.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.1.0"
  23. },
  24. "_requiredBy": [
  25. "/node-notifier",
  26. "/open",
  27. "/opn",
  28. "/terser-webpack-plugin",
  29. "/uglifyjs-webpack-plugin"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-1.1.0.tgz",
  32. "_spec": "1.1.0",
  33. "_where": "E:\\item\\newItem\\admin",
  34. "author": {
  35. "name": "Sindre Sorhus",
  36. "email": "sindresorhus@gmail.com",
  37. "url": "sindresorhus.com"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/sindresorhus/is-wsl/issues"
  41. },
  42. "description": "Check if the process is running inside Windows Subsystem for Linux (Bash on Windows)",
  43. "devDependencies": {
  44. "ava": "*",
  45. "clear-require": "^2.0.0",
  46. "proxyquire": "^1.7.11",
  47. "xo": "*"
  48. },
  49. "engines": {
  50. "node": ">=4"
  51. },
  52. "files": [
  53. "index.js"
  54. ],
  55. "homepage": "https://github.com/sindresorhus/is-wsl#readme",
  56. "keywords": [
  57. "check",
  58. "wsl",
  59. "windows",
  60. "subsystem",
  61. "linux",
  62. "detect",
  63. "bash",
  64. "process",
  65. "console",
  66. "terminal",
  67. "is"
  68. ],
  69. "license": "MIT",
  70. "name": "is-wsl",
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/sindresorhus/is-wsl.git"
  74. },
  75. "scripts": {
  76. "test": "xo && ava"
  77. },
  78. "version": "1.1.0"
  79. }