{"_id":"@types/init-package-json","_rev":"3016398","name":"@types/init-package-json","description":"TypeScript definitions for init-package-json","dist-tags":{"latest":"1.10.1","ts2.0":"1.10.0","ts2.1":"1.10.0","ts2.2":"1.10.0","ts2.3":"1.10.0","ts2.4":"1.10.0","ts2.5":"1.10.0","ts2.6":"1.10.0","ts2.7":"1.10.0","ts2.8":"1.10.0","ts2.9":"1.10.0","ts3.0":"1.10.0","ts3.1":"1.10.0","ts3.2":"1.10.0","ts3.3":"1.10.0","ts3.4":"1.10.0","ts3.5":"1.10.0","ts3.6":"1.10.0","ts3.7":"1.10.0","ts3.8":"1.10.0","ts3.9":"1.10.0","ts4.0":"1.10.0","ts4.1":"1.10.0","ts4.2":"1.10.0","ts4.3":"1.10.0","ts4.4":"1.10.0","ts4.5":"1.10.1","ts4.6":"1.10.1","ts4.7":"1.10.1","ts4.8":"1.10.1","ts4.9":"1.10.1","ts5.0":"1.10.1","ts5.1":"1.10.1","ts5.2":"1.10.1","ts5.3":"1.10.1"},"maintainers":[{"name":"types","email":""}],"time":{"modified":"2023-10-17T06:04:17.000Z","created":"2018-10-03T17:58:06.628Z","1.10.1":"2023-09-26T14:57:54.101Z","1.10.0":"2018-10-03T17:58:06.628Z"},"users":{},"repository":{"type":"git","url":"https://github.com/DefinitelyTyped/DefinitelyTyped.git","directory":"types/init-package-json"},"versions":{"1.10.1":{"name":"@types/init-package-json","version":"1.10.1","description":"TypeScript definitions for init-package-json","homepage":"https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/init-package-json","license":"MIT","contributors":[{"name":"Kyle Farnung","url":"https://github.com/kfarnung","githubUsername":"kfarnung"}],"main":"","types":"index.d.ts","repository":{"type":"git","url":"https://github.com/DefinitelyTyped/DefinitelyTyped.git","directory":"types/init-package-json"},"scripts":{},"dependencies":{},"typesPublisherContentHash":"6d32f05c42cad591d16afe100703d264f200c79fbe0c41a84a30287c0be82b8a","typeScriptVersion":"4.5","_id":"@types/init-package-json@1.10.1","dist":{"shasum":"664481a7cc5674c0cd5ebd395acb04f593beacb9","size":1736,"noattachment":false,"key":"/@types/init-package-json/-/@types/init-package-json-1.10.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@types/init-package-json/download/@types/init-package-json-1.10.1.tgz"},"_npmUser":{"name":"types","email":"ts-npm-types@microsoft.com"},"directories":{},"maintainers":[{"name":"types","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/init-package-json_1.10.1_1695740273951_0.6282975960339026"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-09-26T14:57:54.101Z","publish_time":1695740274101,"_source_registry_name":"default","_cnpm_publish_time":1695740274101},"1.10.0":{"name":"@types/init-package-json","version":"1.10.0","description":"TypeScript definitions for init-package-json","license":"MIT","contributors":[{"name":"Kyle Farnung","url":"https://github.com/kfarnung","githubUsername":"kfarnung"}],"main":"","repository":{"type":"git","url":"https://github.com/DefinitelyTyped/DefinitelyTyped.git"},"scripts":{},"dependencies":{},"typesPublisherContentHash":"956830d13b508ced36b09b998f7a7a6592dbb9a951627c0d3e68cfaed9f5f30c","typeScriptVersion":"2.0","_id":"@types/init-package-json@1.10.0","dist":{"shasum":"8cb7c57dc4009e9897d7a7de89162f632b73e09a","size":1611,"noattachment":false,"key":"/@types/init-package-json/-/@types/init-package-json-1.10.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@types/init-package-json/download/@types/init-package-json-1.10.0.tgz"},"maintainers":[{"name":"types","email":""}],"_npmUser":{"name":"types","email":"ts-npm-types@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/init-package-json_1.10.0_1538589486523_0.9104445725885948"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T07:13:29.813Z","publish_time":1538589486628,"_cnpm_publish_time":1538589486628}},"readme":"# Installation\r\n> `npm install --save @types/init-package-json`\r\n\r\n# Summary\r\nThis package contains type definitions for init-package-json (https://github.com/npm/init-package-json#readme).\r\n\r\n# Details\r\nFiles were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/init-package-json.\r\n## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/init-package-json/index.d.ts)\r\n````ts\r\n// Type definitions for init-package-json 1.10\n// Project: https://github.com/npm/init-package-json#readme\n// Definitions by: Kyle Farnung <https://github.com/kfarnung>\n// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped\n\ndeclare namespace init_package_json {\n    interface Config {\n        [key: string]: any;\n        get(k: string): any;\n    }\n\n    function yes(conf: Config): boolean;\n}\n\ndeclare function init_package_json(\n    dir: string,\n    input: string,\n    config: init_package_json.Config | {},\n    cb: (err: any, data: any) => void,\n): void;\n\ndeclare function init_package_json(\n    dir: string,\n    input: string,\n    cb: (err: any, data: any) => void,\n): void;\n\nexport = init_package_json;\n\r\n````\r\n\r\n### Additional Details\r\n * Last updated: Tue, 26 Sep 2023 14:36:22 GMT\r\n * Dependencies: none\r\n * Global values: none\r\n\r\n# Credits\r\nThese definitions were written by [Kyle Farnung](https://github.com/kfarnung).\r\n","_attachments":{},"homepage":"https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/init-package-json","license":"MIT"}