You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  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-modules",
  20. "/global-prefix",
  21. "/is-absolute",
  22. "/nanomatch"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz",
  25. "_shasum": "d1850eb9791ecd18e6182ce12a30f396634bb19d",
  26. "_spec": "is-windows@^1.0.2",
  27. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\nanomatch",
  28. "author": {
  29. "name": "Jon Schlinkert",
  30. "url": "https://github.com/jonschlinkert"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/jonschlinkert/is-windows/issues"
  34. },
  35. "bundleDependencies": false,
  36. "contributors": [
  37. {
  38. "name": "Jon Schlinkert",
  39. "url": "http://twitter.com/jonschlinkert"
  40. },
  41. {
  42. "name": "Simen Bekkhus",
  43. "url": "https://github.com/SimenB"
  44. },
  45. {
  46. "name": "刘祺",
  47. "url": "gucong.co.cc"
  48. }
  49. ],
  50. "deprecated": false,
  51. "description": "Returns true if the platform is windows. UMD module, works with node.js, commonjs, browser, AMD, electron, etc.",
  52. "devDependencies": {
  53. "gulp-format-md": "^1.0.0",
  54. "mocha": "^3.5.3"
  55. },
  56. "engines": {
  57. "node": ">=0.10.0"
  58. },
  59. "files": [
  60. "index.js"
  61. ],
  62. "homepage": "https://github.com/jonschlinkert/is-windows",
  63. "keywords": [
  64. "check",
  65. "cywin",
  66. "is",
  67. "is-windows",
  68. "nix",
  69. "operating system",
  70. "os",
  71. "platform",
  72. "process",
  73. "unix",
  74. "win",
  75. "win32",
  76. "windows"
  77. ],
  78. "license": "MIT",
  79. "main": "index.js",
  80. "name": "is-windows",
  81. "repository": {
  82. "type": "git",
  83. "url": "git+https://github.com/jonschlinkert/is-windows.git"
  84. },
  85. "scripts": {
  86. "test": "mocha"
  87. },
  88. "verb": {
  89. "toc": false,
  90. "layout": "default",
  91. "tasks": [
  92. "readme"
  93. ],
  94. "plugins": [
  95. "gulp-format-md"
  96. ],
  97. "related": {
  98. "list": [
  99. "is-absolute",
  100. "is-glob",
  101. "is-relative",
  102. "isobject",
  103. "window-size"
  104. ]
  105. },
  106. "lint": {
  107. "reflinks": true
  108. },
  109. "reflinks": [
  110. "verb"
  111. ]
  112. },
  113. "version": "1.0.2"
  114. }