Gathering detailed insights and metrics for @types/init-package-json
Gathering detailed insights and metrics for @types/init-package-json
Gathering detailed insights and metrics for @types/init-package-json
Gathering detailed insights and metrics for @types/init-package-json
npm install @types/init-package-json
Typescript
Module System
71.7
Supply Chain
71.5
Quality
75.3
Maintenance
100
Vulnerability
100
License
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
npm install --save @types/init-package-json
This package contains type definitions for init-package-json (https://github.com/npm/init-package-json#readme).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/init-package-json.
1declare namespace init_package_json { 2 interface Config { 3 [key: string]: any; 4 get(k: string): any; 5 } 6 7 function yes(conf: Config): boolean; 8} 9 10declare function init_package_json( 11 dir: string, 12 input: string, 13 config: init_package_json.Config | {}, 14 cb: (err: any, data: any) => void, 15): void; 16 17declare function init_package_json( 18 dir: string, 19 input: string, 20 cb: (err: any, data: any) => void, 21): void; 22 23export = init_package_json; 24
These definitions were written by Kyle Farnung.
No vulnerabilities found.
No security vulnerabilities found.