项目原始demo,不改动
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
Це архівний репозитарій. Ви можете переглядати і клонувати файли, але не можете робити пуш або відкривати питання/запити.
 
 
 
 

77 рядки
1.6 KiB

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