wallet-core/node_modules/is-windows/package.json

72 lines
1.4 KiB
JSON
Raw Normal View History

2016-10-10 03:43:44 +02:00
{
2016-11-03 01:33:53 +01:00
"name": "is-windows",
2018-09-20 02:56:13 +02:00
"description": "Returns true if the platform is windows. UMD module, works with node.js, commonjs, browser, AMD, electron, etc.",
"version": "1.0.2",
2016-11-03 01:33:53 +01:00
"homepage": "https://github.com/jonschlinkert/is-windows",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
2018-09-20 02:56:13 +02:00
"contributors": [
"Jon Schlinkert (http://twitter.com/jonschlinkert)",
"Simen Bekkhus (https://github.com/SimenB)",
"刘祺 (gucong.co.cc)"
],
2016-11-03 01:33:53 +01:00
"repository": "jonschlinkert/is-windows",
"bugs": {
"url": "https://github.com/jonschlinkert/is-windows/issues"
2016-10-10 03:43:44 +02:00
},
2016-11-03 01:33:53 +01:00
"license": "MIT",
"files": [
"index.js"
2016-10-10 03:43:44 +02:00
],
2016-11-03 01:33:53 +01:00
"main": "index.js",
"engines": {
"node": ">=0.10.0"
2016-10-10 03:43:44 +02:00
},
2016-11-03 01:33:53 +01:00
"scripts": {
"test": "mocha"
2016-10-10 03:43:44 +02:00
},
"devDependencies": {
2018-09-20 02:56:13 +02:00
"gulp-format-md": "^1.0.0",
"mocha": "^3.5.3"
2016-10-10 03:43:44 +02:00
},
"keywords": [
"check",
2018-09-20 02:56:13 +02:00
"cywin",
2016-10-10 03:43:44 +02:00
"is",
"is-windows",
"nix",
2018-09-20 02:56:13 +02:00
"operating system",
"os",
2016-10-10 03:43:44 +02:00
"platform",
"process",
"unix",
"win",
"win32",
"windows"
],
"verb": {
"toc": false,
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"related": {
"list": [
"is-absolute",
"is-glob",
"is-relative",
"isobject",
"window-size"
]
},
"lint": {
"reflinks": true
},
"reflinks": [
"verb"
]
2016-11-03 01:33:53 +01:00
}
2016-10-10 03:43:44 +02:00
}