@types/is-windows
Advanced tools
Comparing version 0.2.0 to 1.0.0
@@ -1,8 +0,16 @@ | ||
// Type definitions for is-windows 0.2 | ||
// Type definitions for is-windows 1.0 | ||
// Project: https://github.com/jonschlinkert/is-windows | ||
// Definitions by: Mizunashi Mana <https://github.com/mizunashi-mana> | ||
// ExE Boss <https://github.com/ExE-Boss> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
/** | ||
* Returns `true` if the platform is windows. | ||
*/ | ||
declare function isWindows(): boolean; | ||
declare namespace isWindows {} | ||
// Export CJS function | ||
export = isWindows; | ||
// Export UMD namespace | ||
export as namespace isWindows; |
{ | ||
"name": "@types/is-windows", | ||
"version": "0.2.0", | ||
"version": "1.0.0", | ||
"description": "TypeScript definitions for is-windows", | ||
"license": "MIT", | ||
"author": "Mizunashi Mana <https://github.com/mizunashi-mana>", | ||
"contributors": [ | ||
{ | ||
"name": "Mizunashi Mana", | ||
"url": "https://github.com/mizunashi-mana", | ||
"githubUsername": "mizunashi-mana" | ||
}, | ||
{ | ||
"name": "ExE Boss", | ||
"url": "https://github.com/ExE-Boss", | ||
"githubUsername": "ExE-Boss" | ||
} | ||
], | ||
"main": "", | ||
"types": "index.d.ts", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/is-windows" | ||
}, | ||
"scripts": {}, | ||
"dependencies": {}, | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "a4795d3d741a0354f8b005b74325d8dbf941e1e4b5bbaa395a9905d22b82dfb1", | ||
"typeScriptVersion": "2.0" | ||
"typesPublisherContentHash": "610e9345c2ee603cac49f854943aa9bd570a312784d4c04e67730275bcfa2de0", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -8,11 +8,10 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/is-windows | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/is-windows. | ||
Additional Details | ||
* Last updated: Thu, 29 Dec 2016 23:09:07 GMT | ||
* Library Dependencies: none | ||
* Module Dependencies: none | ||
* Global values: none | ||
### Additional Details | ||
* Last updated: Tue, 19 Nov 2019 19:37:32 GMT | ||
* Dependencies: none | ||
* Global values: `isWindows` | ||
# Credits | ||
These definitions were written by Mizunashi Mana <https://github.com/mizunashi-mana>. | ||
These definitions were written by Mizunashi Mana (https://github.com/mizunashi-mana), and ExE Boss (https://github.com/ExE-Boss). |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
3089
1
13
17