filter-keys
Advanced tools
Comparing version 1.0.2 to 1.1.0
{ | ||
"name": "filter-keys", | ||
"description": "Filter the keys of an object using glob patterns.", | ||
"version": "1.0.2", | ||
"version": "1.1.0", | ||
"homepage": "https://github.com/jonschlinkert/filter-keys", | ||
"author": { | ||
"name": "Jon Schlinkert", | ||
"url": "https://github.com/jonschlinkert" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/jonschlinkert/filter-keys.git" | ||
}, | ||
"author": "Jon Schlinkert (https://github.com/jonschlinkert)", | ||
"repository": "jonschlinkert/filter-keys", | ||
"bugs": { | ||
"url": "https://github.com/jonschlinkert/filter-keys/issues" | ||
}, | ||
"license": { | ||
"type": "MIT", | ||
"url": "https://github.com/jonschlinkert/filter-keys/blob/master/LICENSE" | ||
}, | ||
"license": "MIT", | ||
"files": [ | ||
@@ -32,3 +23,3 @@ "index.js" | ||
"dependencies": { | ||
"micromatch": "^2.1.5" | ||
"micromatch": "^2.2.0" | ||
}, | ||
@@ -53,3 +44,14 @@ "devDependencies": { | ||
"test" | ||
] | ||
], | ||
"verb": { | ||
"related": { | ||
"list": [ | ||
"filter-object", | ||
"filter-values", | ||
"micromatch", | ||
"rename-keys", | ||
"sort-object" | ||
] | ||
} | ||
} | ||
} |
@@ -1,9 +0,9 @@ | ||
# filter-keys [![NPM version](https://badge.fury.io/js/filter-keys.svg)](http://badge.fury.io/js/filter-keys) [![Build Status](https://travis-ci.org/jonschlinkert/filter-keys.svg)](https://travis-ci.org/jonschlinkert/filter-keys) | ||
# filter-keys [![NPM version](https://badge.fury.io/js/filter-keys.svg)](http://badge.fury.io/js/filter-keys) [![Build Status](https://travis-ci.org/jonschlinkert/filter-keys.svg)](https://travis-ci.org/jonschlinkert/filter-keys) | ||
> Filter the keys of an object using glob patterns. | ||
## Install with [npm](npmjs.org) | ||
Install with [npm](https://www.npmjs.com/) | ||
```bash | ||
npm i filter-keys --save | ||
```sh | ||
$ npm i filter-keys --save | ||
``` | ||
@@ -21,18 +21,21 @@ | ||
## Related | ||
* [filter-object](https://github.com/jonschlinkert/filter-object): Return a copy of an object, filtered to have only keys that match the given glob patterns. | ||
* [filter-values](https://github.com/jonschlinkert/filter-values): Filter an object to have only the `own` properties for which a `callback` function returns true. | ||
* [micromatch](https://github.com/jonschlinkert/micromatch): Glob matching for javascript/node.js. A drop-in replacement and faster alternative to minimatch and multimatch. Just use `micromatch.isMatch()` instead of `minimatch()`, or use `micromatch()` instead of `multimatch()`. | ||
* [rename-keys](https://github.com/jonschlinkert/rename-keys): Modify the names of the own enumerable properties (keys) of an object. | ||
* [sort-object](https://github.com/doowb/sort-object): Sort the keys in an object. | ||
* [filter-object](https://www.npmjs.com/package/filter-object): Filter an object by its keys or values. Returns a copy of an object filtered… [more](https://www.npmjs.com/package/filter-object) | [homepage](https://github.com/jonschlinkert/filter-object) | ||
* [filter-values](https://www.npmjs.com/package/filter-values): Filter an object values using glob patterns or with a `callback` function returns true. | [homepage](https://github.com/jonschlinkert/filter-values) | ||
* [micromatch](https://www.npmjs.com/package/micromatch): Glob matching for javascript/node.js. A drop-in replacement and faster alternative to minimatch and multimatch. Just… [more](https://www.npmjs.com/package/micromatch) | [homepage](https://github.com/jonschlinkert/micromatch) | ||
* [rename-keys](https://www.npmjs.com/package/rename-keys): Modify the names of the own enumerable properties (keys) of an object. | [homepage](https://github.com/jonschlinkert/rename-keys) | ||
* [sort-object](https://www.npmjs.com/package/sort-object): Sort the keys in an object. | [homepage](https://github.com/doowb/sort-object) | ||
## Running tests | ||
Install dev dependencies: | ||
```bash | ||
npm i -d && npm test | ||
```sh | ||
$ npm i -d && npm test | ||
``` | ||
## Contributing | ||
Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/jonschlinkert/filter-keys/issues) | ||
Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/jonschlinkert/filter-keys/issues/new). | ||
## Author | ||
@@ -43,10 +46,11 @@ | ||
+ [github/jonschlinkert](https://github.com/jonschlinkert) | ||
+ [twitter/jonschlinkert](http://twitter.com/jonschlinkert) | ||
+ [twitter/jonschlinkert](http://twitter.com/jonschlinkert) | ||
## License | ||
Copyright (c) 2015 Jon Schlinkert | ||
Released under the MIT license | ||
Copyright © 2015 Jon Schlinkert | ||
Released under the MIT license. | ||
*** | ||
_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on March 31, 2015._ | ||
_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on September 08, 2015._ |
Sorry, the diff of this file is not supported yet
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
4634
55
1
Updatedmicromatch@^2.2.0