package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "_args": [
  3. [
  4. "is-windows@0.2.0",
  5. "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "is-windows@0.2.0",
  10. "_id": "is-windows@0.2.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-3hqm1j6indJIc3tp8f+LgALSEIw=",
  13. "_location": "/is-windows",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "is-windows@0.2.0",
  19. "name": "is-windows",
  20. "escapedName": "is-windows",
  21. "rawSpec": "0.2.0",
  22. "saveSpec": null,
  23. "fetchSpec": "0.2.0"
  24. },
  25. "_requiredBy": [
  26. "/global-modules",
  27. "/global-prefix",
  28. "/is-absolute"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/is-windows/-/is-windows-0.2.0.tgz",
  31. "_spec": "0.2.0",
  32. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
  33. "author": {
  34. "name": "Jon Schlinkert",
  35. "url": "https://github.com/jonschlinkert"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/jonschlinkert/is-windows/issues"
  39. },
  40. "description": "Returns true if the platform is windwows.",
  41. "devDependencies": {
  42. "gulp-format-md": "^0.1.9",
  43. "mocha": "*"
  44. },
  45. "engines": {
  46. "node": ">=0.10.0"
  47. },
  48. "files": [
  49. "index.js"
  50. ],
  51. "homepage": "https://github.com/jonschlinkert/is-windows",
  52. "keywords": [
  53. "check",
  54. "is",
  55. "is-windows",
  56. "nix",
  57. "platform",
  58. "process",
  59. "unix",
  60. "win",
  61. "win32",
  62. "windows"
  63. ],
  64. "license": "MIT",
  65. "main": "index.js",
  66. "name": "is-windows",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/jonschlinkert/is-windows.git"
  70. },
  71. "scripts": {
  72. "test": "mocha"
  73. },
  74. "verb": {
  75. "toc": false,
  76. "layout": "default",
  77. "tasks": [
  78. "readme"
  79. ],
  80. "plugins": [
  81. "gulp-format-md"
  82. ],
  83. "related": {
  84. "list": [
  85. "is-absolute",
  86. "is-glob",
  87. "is-relative",
  88. "isobject",
  89. "window-size"
  90. ]
  91. },
  92. "lint": {
  93. "reflinks": true
  94. },
  95. "reflinks": [
  96. "verb"
  97. ]
  98. },
  99. "version": "0.2.0"
  100. }