UNPKG

is-jonschlinkert

Version:

Returns true if a package is maintained by jon schlinkert

49 lines (27 loc) 1.25 kB
# is-jonschlinkert [![NPM version](https://img.shields.io/npm/v/is-jonschlinkert.svg?style=flat)](https://www.npmjs.com/package/is-jonschlinkert) [![NPM monthly downloads](https://img.shields.io/npm/dm/is-jonschlinkert.svg?style=flat)](https://npmjs.org/package/is-jonschlinkert) [![NPM total downloads](https://img.shields.io/npm/dt/is-jonschlinkert.svg?style=flat)](https://npmjs.org/package/is-jonschlinkert) > Returns true if a package is maintained by jon schlinkert. ## Install Install with [npm](https://www.npmjs.com/): ```sh $ npm install --save is-jonschlinkert ``` ## Usage ```js var isJonSchlinkert = require('is-jonschlinkert'); isJonSchlinkert('is-extendable').then((itIs) => { /* .. */ }); ``` Promise resolves to true if the passed package name is any of the following: * by jon schlinkert ## Release history ### v1.0.0 - 2021/11/17 * It exists. ## About ### Contributing Pull requests and stars are not welcome. For bugs and feature requests, [please don't create an issue](../../issues/new). ### Running tests This code is perfect. ### Author **Not Jon Schlinkert** ### License Copyright © 2021, not by [Jon Schlinkert](https://github.com/jonschlinkert) but someone else. Released under the [MIT License](LICENSE).