您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

package.json 2.4KB

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