Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "array-sort", | ||
"description": "Fast and powerful array sorting. Sort an array of objects by one or more properties. Any number of nested properties or custom comparison functions may be used.", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"homepage": "https://github.com/jonschlinkert/array-sort", | ||
@@ -23,3 +23,3 @@ "author": "Jon Schlinkert (https://github.com/jonschlinkert)", | ||
"dependencies": { | ||
"get-value": "^1.1.5", | ||
"get-value": "^2.0.5", | ||
"kind-of": "^2.0.0" | ||
@@ -29,7 +29,8 @@ }, | ||
"ansi-bold": "^0.1.1", | ||
"benchmarked": "^0.1.4", | ||
"glob": "^5.0.14", | ||
"benchmarked": "^0.1.5", | ||
"glob": "^7.0.3", | ||
"gulp-format-md": "^0.1.8", | ||
"lodash.sortbyorder": "^3.4.4", | ||
"mocha": "*", | ||
"should": "*" | ||
"mocha": "^2.4.5", | ||
"should": "^8.3.1" | ||
}, | ||
@@ -64,12 +65,26 @@ "keywords": [ | ||
"verb": { | ||
"reflinks": [ | ||
"verb" | ||
], | ||
"related": { | ||
"list": [ | ||
"get-value", | ||
"set-value", | ||
"sort-asc", | ||
"sort-desc", | ||
"get-value", | ||
"set-value", | ||
"sort-object" | ||
] | ||
}, | ||
"toc": false, | ||
"layout": "default", | ||
"tasks": [ | ||
"readme" | ||
], | ||
"plugins": [ | ||
"gulp-format-md" | ||
], | ||
"lint": { | ||
"reflinks": true | ||
} | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
# array-sort [![NPM version](https://badge.fury.io/js/array-sort.svg)](http://badge.fury.io/js/array-sort) | ||
# array-sort [![NPM version](https://img.shields.io/npm/v/array-sort.svg?style=flat)](https://www.npmjs.com/package/array-sort) [![NPM downloads](https://img.shields.io/npm/dm/array-sort.svg?style=flat)](https://npmjs.org/package/array-sort) [![Build Status](https://img.shields.io/travis/jonschlinkert/array-sort.svg?style=flat)](https://travis-ci.org/jonschlinkert/array-sort) | ||
@@ -7,6 +7,6 @@ > Fast and powerful array sorting. Sort an array of objects by one or more properties. Any number of nested properties or custom comparison functions may be used. | ||
Install with [npm](https://www.npmjs.com/) | ||
Install with [npm](https://www.npmjs.com/): | ||
```sh | ||
$ npm i array-sort --save | ||
$ npm install array-sort --save | ||
``` | ||
@@ -32,18 +32,2 @@ | ||
## Table of contents | ||
<!-- toc --> | ||
* [Params](#params) | ||
* [Examples](#examples) | ||
* [Related projects](#related-projects) | ||
* [Running tests](#running-tests) | ||
* [Contributing](#contributing) | ||
* [Author](#author) | ||
* [License](#license) | ||
_(Table of contents generated by [verb](https://github.com/assemble/verb))_ | ||
<!-- tocstop --> | ||
## Params | ||
@@ -162,8 +146,28 @@ | ||
* [get-value](https://github.com/jonschlinkert/get-value): Use property paths (` a.b.c`) to get a nested value from an object. | ||
* [sort-asc](https://github.com/jonschlinkert/sort-asc): Sort array elements in ascending order. | ||
* [sort-desc](https://github.com/jonschlinkert/sort-desc): Sort array elements in descending order. | ||
* [set-value](https://github.com/jonschlinkert/set-value): Create nested values and any intermediaries using dot notation (`'a.b.c'`) paths. | ||
* [sort-object](https://github.com/doowb/sort-object): Sort the keys in an object. | ||
You might also be interested in these projects: | ||
* [get-value](https://www.npmjs.com/package/get-value): Use property paths (`a.b.c`) to get a nested value from an object. | [homepage](https://github.com/jonschlinkert/get-value) | ||
* [set-value](https://www.npmjs.com/package/set-value): Create nested values and any intermediaries using dot notation (`'a.b.c'`) paths. | [homepage](https://github.com/jonschlinkert/set-value) | ||
* [sort-asc](https://www.npmjs.com/package/sort-asc): Sort array elements in ascending order. | [homepage](https://github.com/jonschlinkert/sort-asc) | ||
* [sort-desc](https://www.npmjs.com/package/sort-desc): Sort array elements in descending order. | [homepage](https://github.com/jonschlinkert/sort-desc) | ||
* [sort-object](https://www.npmjs.com/package/sort-object): Sort the keys in an object. | [homepage](https://github.com/doowb/sort-object) | ||
## Contributing | ||
Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/jonschlinkert/array-sort/issues/new). | ||
## Building docs | ||
Generate readme and API documentation with [verb](https://github.com/verbose/verb): | ||
```sh | ||
$ npm install verb && npm run docs | ||
``` | ||
Or, if [verb](https://github.com/verbose/verb) is installed globally: | ||
```sh | ||
$ verb | ||
``` | ||
## Running tests | ||
@@ -174,9 +178,5 @@ | ||
```sh | ||
$ npm i -d && npm test | ||
$ npm install -d && npm test | ||
``` | ||
## Contributing | ||
Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/jonschlinkert/array-sort/issues/new) | ||
## Author | ||
@@ -186,12 +186,12 @@ | ||
+ [github/jonschlinkert](https://github.com/jonschlinkert) | ||
+ [twitter/jonschlinkert](http://twitter.com/jonschlinkert) | ||
* [github/jonschlinkert](https://github.com/jonschlinkert) | ||
* [twitter/jonschlinkert](http://twitter.com/jonschlinkert) | ||
## License | ||
Copyright © 2015 Jon Schlinkert | ||
Released under the MIT license. | ||
Copyright © 2016, [Jon Schlinkert](https://github.com/jonschlinkert). | ||
Released under the [MIT license](https://github.com/jonschlinkert/array-sort/blob/master/LICENSE). | ||
*** | ||
_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on July 18, 2015._ | ||
_This file was generated by [verb](https://github.com/verbose/verb), v0.9.0, on April 21, 2016._ |
Sorry, the diff of this file is not supported yet
10990
7
+ Addedget-value@2.0.6(transitive)
- Removedarr-flatten@1.1.0(transitive)
- Removedget-value@1.3.1(transitive)
- Removedis-extendable@0.1.1(transitive)
- Removedlazy-cache@0.2.7(transitive)
- Removednoncharacters@1.1.0(transitive)
Updatedget-value@^2.0.5