filter-object
Advanced tools
Comparing version 1.1.1 to 1.1.2
{ | ||
"name": "filter-object", | ||
"description": "Return a copy of an object, filtered to have only keys that match the given glob patterns.", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"homepage": "https://github.com/jonschlinkert/filter-object", | ||
@@ -65,2 +65,2 @@ "author": { | ||
] | ||
} | ||
} |
@@ -70,3 +70,10 @@ # filter-object [![NPM version](https://badge.fury.io/js/filter-object.svg)](http://badge.fury.io/js/filter-object) [![Build Status](https://travis-ci.org/jonschlinkert/filter-object.svg)](https://travis-ci.org/jonschlinkert/filter-object) | ||
## Run tests | ||
## Related | ||
* [filter-keys](https://github.com/jonschlinkert/filter-keys): Filter the keys of an object using 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. | ||
## Running tests | ||
Install dev dependencies: | ||
@@ -89,3 +96,3 @@ | ||
## License | ||
Copyright (c) 2014-2015 Jon Schlinkert | ||
Copyright (c) 2015 Jon Schlinkert | ||
Released under the MIT license | ||
@@ -95,9 +102,5 @@ | ||
_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on March 30, 2015._ | ||
_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on March 31, 2015._ | ||
[extend-shallow]: https://github.com/jonschlinkert/extend-shallow | ||
[filter-keys]: https://github.com/jonschlinkert/filter-keys | ||
[filter-values]: https://github.com/jonschlinkert/filter-values | ||
[kind-of]: https://github.com/jonschlinkert/kind-of | ||
[sort-object]: https://github.com/doowb/sort-object | ||
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5895
104