package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_from": "is-wsl@^1.1.0",
  3. "_id": "is-wsl@1.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-gfygJYZ2gLTDlmbWMI0CE2MwnFzSN/2SZfkMlItC4K/JBlsWVDB0bO6XhqcY13YXE7iMcAJnzTCJjPiTeJJ0Mw==",
  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. "/@vue/cli-plugin-unit-jest/open",
  20. "/@vue/cli-plugin-unit-mocha/open",
  21. "/@vue/cli-service/open",
  22. "/@vue/cli-shared-utils/open",
  23. "/node-notifier",
  24. "/opn",
  25. "/terser-webpack-plugin",
  26. "/uglifyjs-webpack-plugin"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/is-wsl/-/is-wsl-1.1.0.tgz",
  29. "_shasum": "1f16e4aa22b04d1336b66188a66af3c600c3a66d",
  30. "_spec": "is-wsl@^1.1.0",
  31. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\uglifyjs-webpack-plugin",
  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. "bundleDependencies": false,
  41. "deprecated": false,
  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. }