package.json
1 { 2 "name": "is-windows", 3 "description": "Returns true if the platform is windows. UMD module, works with node.js, commonjs, browser, AMD, electron, etc.", 4 "version": "1.0.2", 5 "homepage": "https://github.com/jonschlinkert/is-windows", 6 "author": "Jon Schlinkert (https://github.com/jonschlinkert)", 7 "contributors": [ 8 "Jon Schlinkert (http://twitter.com/jonschlinkert)", 9 "Simen Bekkhus (https://github.com/SimenB)", 10 "刘祺 (gucong.co.cc)" 11 ], 12 "repository": "jonschlinkert/is-windows", 13 "bugs": { 14 "url": "https://github.com/jonschlinkert/is-windows/issues" 15 }, 16 "license": "MIT", 17 "files": [ 18 "index.js" 19 ], 20 "main": "index.js", 21 "engines": { 22 "node": ">=0.10.0" 23 }, 24 "scripts": { 25 "test": "mocha" 26 }, 27 "devDependencies": { 28 "gulp-format-md": "^1.0.0", 29 "mocha": "^3.5.3" 30 }, 31 "keywords": [ 32 "check", 33 "cywin", 34 "is", 35 "is-windows", 36 "nix", 37 "operating system", 38 "os", 39 "platform", 40 "process", 41 "unix", 42 "win", 43 "win32", 44 "windows" 45 ], 46 "verb": { 47 "toc": false, 48 "layout": "default", 49 "tasks": [ 50 "readme" 51 ], 52 "plugins": [ 53 "gulp-format-md" 54 ], 55 "related": { 56 "list": [ 57 "is-absolute", 58 "is-glob", 59 "is-relative", 60 "isobject", 61 "window-size" 62 ] 63 }, 64 "lint": { 65 "reflinks": true 66 }, 67 "reflinks": [ 68 "verb" 69 ] 70 } 71 }