filter-object
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "filter-object", | ||
"description": "Return a copy of an object, filtered to have only keys that match the given glob patterns.", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"homepage": "https://github.com/jonschlinkert/filter-object", | ||
@@ -19,4 +19,7 @@ "author": { | ||
"type": "MIT", | ||
"url": "https://github.com/jonschlinkert/filter-object/blob/master/LICENSE-MIT" | ||
"url": "https://github.com/jonschlinkert/filter-object/blob/master/LICENSE" | ||
}, | ||
"files": [ | ||
"index.js" | ||
], | ||
"main": "index.js", | ||
@@ -27,14 +30,14 @@ "engines": { | ||
"scripts": { | ||
"test": "mocha -R spec" | ||
"test": "mocha" | ||
}, | ||
"devDependencies": { | ||
"helper-reflinks": "^0.2.0" | ||
}, | ||
"dependencies": { | ||
"extend-shallow": "^0.2.0", | ||
"filter-keys": "^1.0.0", | ||
"extend-shallow": "^1.1.2", | ||
"filter-keys": "^1.0.1", | ||
"filter-values": "^0.1.0", | ||
"kind-of": "^1.0.0", | ||
"sort-object": "^0.3.2" | ||
"kind-of": "^1.1.0", | ||
"sort-object": "^1.0.0" | ||
}, | ||
"devDependencies": { | ||
"mocha": "^2.2.1" | ||
}, | ||
"keywords": [ | ||
@@ -64,2 +67,2 @@ "arr", | ||
] | ||
} | ||
} |
@@ -1,6 +0,5 @@ | ||
# filter-object [![NPM version](https://badge.fury.io/js/filter-object.svg)](http://badge.fury.io/js/filter-object) | ||
# 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) | ||
> Return a copy of an object, filtered to have only keys that match the given glob patterns. | ||
## Install | ||
## Install with [npm](npmjs.org) | ||
@@ -72,11 +71,10 @@ | ||
## Run tests | ||
Install dev dependencies: | ||
```bash | ||
npm i -d && mocha | ||
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-object/issues). | ||
Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/jonschlinkert/filter-object/issues) | ||
@@ -88,6 +86,6 @@ ## Author | ||
+ [github/jonschlinkert](https://github.com/jonschlinkert) | ||
+ [twitter/jonschlinkert](http://twitter.com/jonschlinkert) | ||
+ [twitter/jonschlinkert](http://twitter.com/jonschlinkert) | ||
## License | ||
Copyright (c) 2014-2015 Jon Schlinkert | ||
Copyright (c) 2014-2015 Jon Schlinkert | ||
Released under the MIT license | ||
@@ -97,24 +95,9 @@ | ||
_This file was generated by [verb](https://github.com/assemble/verb) on January 19, 2015._ | ||
_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on March 30, 2015._ | ||
[array-slice]: https://github.com/jonschlinkert/array-slice | ||
[extend-shallow]: https://github.com/jonschlinkert/extend-shallow | ||
[arr-diff]: https://github.com/jonschlinkert/arr-diff | ||
[array-unique]: https://github.com/jonschlinkert/array-unique | ||
[arr-union]: https://github.com/jonschlinkert/arr-union | ||
[alphabet]: https://github.com/jonschlinkert/alphabet | ||
[is-number]: https://github.com/jonschlinkert/is-number | ||
[fill-range]: https://github.com/jonschlinkert/fill-range | ||
[expand-range]: https://github.com/jonschlinkert/expand-range | ||
[braces]: https://github.com/jonschlinkert/braces | ||
[filename-regex]: https://github.com/regexps/filename-regex | ||
[unixify]: https://github.com/jonschlinkert/unixify | ||
[micromatch]: https://github.com/jonschlinkert/micromatch | ||
[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-asc]: https://github.com/jonschlinkert/sort-asc | ||
[sort-desc]: https://github.com/jonschlinkert/sort-desc | ||
[sort-object]: https://github.com/helpers/sort-object | ||
[sort-object]: https://github.com/doowb/sort-object | ||
<!-- deps: helper-reflinks --> |
5286
101
+ Addedextend-shallow@1.1.4(transitive)
+ Addedsort-object@1.0.0(transitive)
- Removedarray-slice@0.2.3(transitive)
- Removedextend-shallow@0.2.0(transitive)
- Removedsort-object@0.3.2(transitive)
Updatedextend-shallow@^1.1.2
Updatedfilter-keys@^1.0.1
Updatedkind-of@^1.1.0
Updatedsort-object@^1.0.0