package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. {
  2. "_args": [
  3. [
  4. "is-windows@1.0.2",
  5. "D:\\qianger\\7\\jindouyunNewFront"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "is-windows@1.0.2",
  10. "_id": "is-windows@1.0.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==",
  13. "_location": "/is-windows",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "is-windows@1.0.2",
  19. "name": "is-windows",
  20. "escapedName": "is-windows",
  21. "rawSpec": "1.0.2",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.2"
  24. },
  25. "_requiredBy": [
  26. "/global-modules",
  27. "/global-prefix",
  28. "/is-absolute",
  29. "/nanomatch"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz",
  32. "_spec": "1.0.2",
  33. "_where": "D:\\qianger\\7\\jindouyunNewFront",
  34. "author": {
  35. "name": "Jon Schlinkert",
  36. "url": "https://github.com/jonschlinkert"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/jonschlinkert/is-windows/issues"
  40. },
  41. "contributors": [
  42. {
  43. "name": "Jon Schlinkert",
  44. "url": "http://twitter.com/jonschlinkert"
  45. },
  46. {
  47. "name": "Simen Bekkhus",
  48. "url": "https://github.com/SimenB"
  49. },
  50. {
  51. "name": "刘祺",
  52. "url": "gucong.co.cc"
  53. }
  54. ],
  55. "description": "Returns true if the platform is windows. UMD module, works with node.js, commonjs, browser, AMD, electron, etc.",
  56. "devDependencies": {
  57. "gulp-format-md": "^1.0.0",
  58. "mocha": "^3.5.3"
  59. },
  60. "engines": {
  61. "node": ">=0.10.0"
  62. },
  63. "files": [
  64. "index.js"
  65. ],
  66. "homepage": "https://github.com/jonschlinkert/is-windows",
  67. "keywords": [
  68. "check",
  69. "cywin",
  70. "is",
  71. "is-windows",
  72. "nix",
  73. "operating system",
  74. "os",
  75. "platform",
  76. "process",
  77. "unix",
  78. "win",
  79. "win32",
  80. "windows"
  81. ],
  82. "license": "MIT",
  83. "main": "index.js",
  84. "name": "is-windows",
  85. "repository": {
  86. "type": "git",
  87. "url": "git+https://github.com/jonschlinkert/is-windows.git"
  88. },
  89. "scripts": {
  90. "test": "mocha"
  91. },
  92. "verb": {
  93. "toc": false,
  94. "layout": "default",
  95. "tasks": [
  96. "readme"
  97. ],
  98. "plugins": [
  99. "gulp-format-md"
  100. ],
  101. "related": {
  102. "list": [
  103. "is-absolute",
  104. "is-glob",
  105. "is-relative",
  106. "isobject",
  107. "window-size"
  108. ]
  109. },
  110. "lint": {
  111. "reflinks": true
  112. },
  113. "reflinks": [
  114. "verb"
  115. ]
  116. },
  117. "version": "1.0.2"
  118. }