@types/find-package-json
Advanced tools
Comparing version 1.2.0 to 1.2.1
// Type definitions for find-package-json 1.2 | ||
// Project: https://github.com/3rd-Eden/find-package-json#readme | ||
// Definitions by: BendingBender <https://github.com/BendingBender> | ||
// fun4wut <https://github.com/fun4wut> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -17,5 +18,5 @@ // Minimum TypeScript Version: 3.6 | ||
*/ | ||
declare function find(root?: string | NodeModule): finder.FinderIterator; | ||
declare function find(root?: string | NodeModule): find.FinderIterator; | ||
declare namespace finder { | ||
declare namespace find { | ||
interface FinderIterator extends IterableIterator<PackageWithPath> { | ||
@@ -77,2 +78,8 @@ /** | ||
readme?: string; | ||
main?: string; | ||
module?: string; | ||
browser?: string; | ||
type?: string; | ||
types?: string; | ||
typings?: string; | ||
} | ||
@@ -79,0 +86,0 @@ |
{ | ||
"name": "@types/find-package-json", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "TypeScript definitions for find-package-json", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/find-package-json", | ||
"license": "MIT", | ||
@@ -11,2 +12,7 @@ "contributors": [ | ||
"githubUsername": "BendingBender" | ||
}, | ||
{ | ||
"name": "fun4wut", | ||
"url": "https://github.com/fun4wut", | ||
"githubUsername": "fun4wut" | ||
} | ||
@@ -25,4 +31,4 @@ ], | ||
}, | ||
"typesPublisherContentHash": "d42bf87ee5b17654f8bb9474cb48bdcb49cb6bacf57b49d5ef2f5f285752987c", | ||
"typesPublisherContentHash": "cde748c549daa8c2aaaa951133927d22151c6d8c3ce0e537f0f9bd9532779fbd", | ||
"typeScriptVersion": "3.6" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Sun, 07 Mar 2021 11:48:45 GMT | ||
* Last updated: Sun, 13 Jun 2021 10:31:20 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node) | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by [BendingBender](https://github.com/BendingBender). | ||
These definitions were written by [BendingBender](https://github.com/BendingBender), and [fun4wut](https://github.com/fun4wut). |
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 website
QualityPackage does not have a website.
Found 1 instance in 1 package
5300
80
0