package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "_from": "is-windows@^0.2.0",
  3. "_id": "is-windows@0.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-3hqm1j6indJIc3tp8f+LgALSEIw=",
  6. "_location": "/is-windows",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-windows@^0.2.0",
  12. "name": "is-windows",
  13. "escapedName": "is-windows",
  14. "rawSpec": "^0.2.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.2.0"
  17. },
  18. "_requiredBy": [
  19. "/global-modules",
  20. "/global-prefix"
  21. ],
  22. "_resolved": "http://registry.npm.taobao.org/is-windows/download/is-windows-0.2.0.tgz",
  23. "_shasum": "de1aa6d63ea29dd248737b69f1ff8b8002d2108c",
  24. "_spec": "is-windows@^0.2.0",
  25. "_where": "E:\\dev\\007\\node_module\\node10\\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. "deprecated": false,
  35. "description": "Returns true if the platform is windwows.",
  36. "devDependencies": {
  37. "gulp-format-md": "^0.1.9",
  38. "mocha": "*"
  39. },
  40. "engines": {
  41. "node": ">=0.10.0"
  42. },
  43. "files": [
  44. "index.js"
  45. ],
  46. "homepage": "https://github.com/jonschlinkert/is-windows",
  47. "keywords": [
  48. "check",
  49. "is",
  50. "is-windows",
  51. "nix",
  52. "platform",
  53. "process",
  54. "unix",
  55. "win",
  56. "win32",
  57. "windows"
  58. ],
  59. "license": "MIT",
  60. "main": "index.js",
  61. "name": "is-windows",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/jonschlinkert/is-windows.git"
  65. },
  66. "scripts": {
  67. "test": "mocha"
  68. },
  69. "verb": {
  70. "toc": false,
  71. "layout": "default",
  72. "tasks": [
  73. "readme"
  74. ],
  75. "plugins": [
  76. "gulp-format-md"
  77. ],
  78. "related": {
  79. "list": [
  80. "is-absolute",
  81. "is-glob",
  82. "is-relative",
  83. "isobject",
  84. "window-size"
  85. ]
  86. },
  87. "lint": {
  88. "reflinks": true
  89. },
  90. "reflinks": [
  91. "verb"
  92. ]
  93. },
  94. "version": "0.2.0"
  95. }