package.json 2.4 KB

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