package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "is-windows@^0.2.0",
  6. "scope": null,
  7. "escapedName": "is-windows",
  8. "name": "is-windows",
  9. "rawSpec": "^0.2.0",
  10. "spec": ">=0.2.0 <0.3.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/global-modules"
  14. ]
  15. ],
  16. "_from": "is-windows@>=0.2.0 <0.3.0",
  17. "_id": "is-windows@0.2.0",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/is-windows",
  21. "_nodeVersion": "6.2.0",
  22. "_npmOperationalInternal": {
  23. "host": "packages-12-west.internal.npmjs.com",
  24. "tmp": "tmp/is-windows-0.2.0.tgz_1465117629609_0.3620154741220176"
  25. },
  26. "_npmUser": {
  27. "name": "jonschlinkert",
  28. "email": "github@sellside.com"
  29. },
  30. "_npmVersion": "3.8.9",
  31. "_phantomChildren": {},
  32. "_requested": {
  33. "raw": "is-windows@^0.2.0",
  34. "scope": null,
  35. "escapedName": "is-windows",
  36. "name": "is-windows",
  37. "rawSpec": "^0.2.0",
  38. "spec": ">=0.2.0 <0.3.0",
  39. "type": "range"
  40. },
  41. "_requiredBy": [
  42. "/global-modules",
  43. "/global-prefix",
  44. "/is-absolute"
  45. ],
  46. "_resolved": "https://registry.npmjs.org/is-windows/-/is-windows-0.2.0.tgz",
  47. "_shasum": "de1aa6d63ea29dd248737b69f1ff8b8002d2108c",
  48. "_shrinkwrap": null,
  49. "_spec": "is-windows@^0.2.0",
  50. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/global-modules",
  51. "author": {
  52. "name": "Jon Schlinkert",
  53. "url": "https://github.com/jonschlinkert"
  54. },
  55. "bugs": {
  56. "url": "https://github.com/jonschlinkert/is-windows/issues"
  57. },
  58. "dependencies": {},
  59. "description": "Returns true if the platform is windwows.",
  60. "devDependencies": {
  61. "gulp-format-md": "^0.1.9",
  62. "mocha": "*"
  63. },
  64. "directories": {},
  65. "dist": {
  66. "shasum": "de1aa6d63ea29dd248737b69f1ff8b8002d2108c",
  67. "tarball": "https://registry.npmjs.org/is-windows/-/is-windows-0.2.0.tgz"
  68. },
  69. "engines": {
  70. "node": ">=0.10.0"
  71. },
  72. "files": [
  73. "index.js"
  74. ],
  75. "gitHead": "79167eabd3da5438439ac9c60ff1ef3ced8c148d",
  76. "homepage": "https://github.com/jonschlinkert/is-windows",
  77. "keywords": [
  78. "check",
  79. "is",
  80. "is-windows",
  81. "nix",
  82. "platform",
  83. "process",
  84. "unix",
  85. "win",
  86. "win32",
  87. "windows"
  88. ],
  89. "license": "MIT",
  90. "main": "index.js",
  91. "maintainers": [
  92. {
  93. "name": "jonschlinkert",
  94. "email": "github@sellside.com"
  95. }
  96. ],
  97. "name": "is-windows",
  98. "optionalDependencies": {},
  99. "readme": "ERROR: No README data found!",
  100. "repository": {
  101. "type": "git",
  102. "url": "git+https://github.com/jonschlinkert/is-windows.git"
  103. },
  104. "scripts": {
  105. "test": "mocha"
  106. },
  107. "verb": {
  108. "toc": false,
  109. "layout": "default",
  110. "tasks": [
  111. "readme"
  112. ],
  113. "plugins": [
  114. "gulp-format-md"
  115. ],
  116. "related": {
  117. "list": [
  118. "is-absolute",
  119. "is-glob",
  120. "is-relative",
  121. "isobject",
  122. "window-size"
  123. ]
  124. },
  125. "lint": {
  126. "reflinks": true
  127. },
  128. "reflinks": [
  129. "verb"
  130. ]
  131. },
  132. "version": "0.2.0"
  133. }