mitsuhiko/is-jonschlinkert

Returns true if a package is maintained by jon schlinkert

JavaScript

54

1 commits

updated Nov 17, 2021

See the code

README

is-jonschlinkert NPM version NPM monthly downloads NPM total downloads

Returns true if a package is maintained by jon schlinkert.

Install

Install with npm:

$ npm install --save is-jonschlinkert

Usage

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.

Running tests

This code is perfect.

Author

Not Jon Schlinkert

License

Copyright © 2021, not by Jon Schlinkert but someone else. Released under the MIT License.

Contributors

mitsuhiko

1 commits

mitsuhiko/is-jonschlinkert

Returns true if a package is maintained by jon schlinkert

JavaScript

54

1 commits

updated Nov 17, 2021

See the code

README

is-jonschlinkert NPM version NPM monthly downloads NPM total downloads

Returns true if a package is maintained by jon schlinkert.

Install

Install with npm:

$ npm install --save is-jonschlinkert

Usage

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.

Running tests

This code is perfect.

Author

Not Jon Schlinkert

License

Copyright © 2021, not by Jon Schlinkert but someone else. Released under the MIT License.

Contributors

mitsuhiko

1 commits

Languages

JavaScript

100.0%