package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_args": [
  3. [
  4. "is-wsl@1.1.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  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. "/node-notifier",
  27. "/opn"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/is-wsl/download/is-wsl-1.1.0.tgz",
  30. "_spec": "1.1.0",
  31. "_where": "/Users/lihai/jolijoli/pad_spa",
  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. "description": "Check if the process is running inside Windows Subsystem for Linux (Bash on Windows)",
  41. "devDependencies": {
  42. "ava": "*",
  43. "clear-require": "^2.0.0",
  44. "proxyquire": "^1.7.11",
  45. "xo": "*"
  46. },
  47. "engines": {
  48. "node": ">=4"
  49. },
  50. "files": [
  51. "index.js"
  52. ],
  53. "homepage": "https://github.com/sindresorhus/is-wsl#readme",
  54. "keywords": [
  55. "check",
  56. "wsl",
  57. "windows",
  58. "subsystem",
  59. "linux",
  60. "detect",
  61. "bash",
  62. "process",
  63. "console",
  64. "terminal",
  65. "is"
  66. ],
  67. "license": "MIT",
  68. "name": "is-wsl",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/sindresorhus/is-wsl.git"
  72. },
  73. "scripts": {
  74. "test": "xo && ava"
  75. },
  76. "version": "1.1.0"
  77. }