@types/flat
Advanced tools
Comparing version 0.0.28 to 5.0.0
@@ -1,4 +0,5 @@ | ||
// Type definitions for flat | ||
// Type definitions for flat 5.0.0 | ||
// Project: https://github.com/hughsk/flat | ||
// Definitions by: Ilya Mochalov <https://github.com/chrootsu> | ||
// Definitions by: Ilya Mochalov <https://github.com/chrootsu> | ||
// Oz Weiss <https://github.com/thewizarodofoz> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -15,2 +16,3 @@ | ||
maxDepth?: number; | ||
transformKey?: (key: string) => string; | ||
} | ||
@@ -32,2 +34,3 @@ | ||
overwrite?: boolean; | ||
transformKey?: (key: string) => string; | ||
} | ||
@@ -34,0 +37,0 @@ |
{ | ||
"name": "@types/flat", | ||
"version": "0.0.28", | ||
"version": "5.0.0", | ||
"description": "TypeScript definitions for flat", | ||
"license": "MIT", | ||
"author": "Ilya Mochalov <https://github.com/chrootsu>", | ||
"contributors": [ | ||
{ | ||
"name": " Ilya Mochalov", | ||
"url": "https://github.com/chrootsu", | ||
"githubUsername": "chrootsu" | ||
}, | ||
{ | ||
"name": "Oz Weiss", | ||
"url": "https://github.com/thewizarodofoz", | ||
"githubUsername": "thewizarodofoz" | ||
} | ||
], | ||
"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/flat" | ||
}, | ||
"scripts": {}, | ||
"dependencies": {}, | ||
"typings": "index.d.ts", | ||
"typesPublisherContentHash": "511d152c2d4fa13d3e8357c288949777309be8c750658367ed5213c49e9c6bc7" | ||
"typesPublisherContentHash": "ca632e1feb4e47786629359c864a8c5123ec10a81baf2589cc3e1de0f491ee24", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -8,12 +8,10 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/flat | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/flat. | ||
Additional Details | ||
* Last updated: Mon, 19 Sep 2016 17:28:58 GMT | ||
* File structure: ProperModule | ||
* Library Dependencies: none | ||
* Module Dependencies: none | ||
* Global values: flatten | ||
### Additional Details | ||
* Last updated: Mon, 02 Mar 2020 17:51:17 GMT | ||
* Dependencies: none | ||
* Global values: none | ||
# Credits | ||
These definitions were written by Ilya Mochalov <https://github.com/chrootsu>. | ||
These definitions were written by [ Ilya Mochalov](https://github.com/chrootsu), and [Oz Weiss](https://github.com/thewizarodofoz). |
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
3472
1
35
17