Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mitsuhiko/is-jonschlinkert
Returns true if a package is maintained by jon schlinkert
https://github.com/mitsuhiko/is-jonschlinkert
Last synced: 2 months ago
JSON representation
Returns true if a package is maintained by jon schlinkert
- Host: GitHub
- URL: https://github.com/mitsuhiko/is-jonschlinkert
- Owner: mitsuhiko
- License: mit
- Created: 2021-11-17T20:39:23.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-17T21:05:15.000Z (about 3 years ago)
- Last Synced: 2024-05-01T23:15:12.789Z (8 months ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 51
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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).