Skip to content

Commit dd68c3c

Browse files
committed
update
1 parent 31ddcad commit dd68c3c

File tree

1,113 files changed

+6361
-27
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,113 files changed

+6361
-27
lines changed

false/_cacache/content-v2/sha512/00/04/3a642794527bd1192dff7afe3a709e4a40446ad92d2cd3aad1219800fa5df2e14a651716d13f799ac1c71e0efbe710adf540ceb644d8e159da5f3f5a427e

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

false/_cacache/content-v2/sha512/00/65/929b2a305e4c8d032cf70afa40bfa0e00710db33cf4297547a4db8797d95d64756d11e3472c06c7e8636596041da2e1b20b1b3ef80a008ba69cde0ef6447

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"_id":"sort-asc","_rev":"6-efb3c062cf732265eae7ff82681fbedf","name":"sort-asc","description":"Sort array elements in ascending order.","dist-tags":{"latest":"0.2.0"},"versions":{"0.1.0":{"name":"sort-asc","description":"Sort array elements in ascending order.","version":"0.1.0","homepage":"https://github.com/jonschlinkert/sort-asc","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/sort-asc.git"},"bugs":{"url":"https://github.com/jonschlinkert/sort-asc/issues"},"licenses":[{"type":"MIT","url":"https://github.com/jonschlinkert/sort-asc/blob/master/LICENSE-MIT"}],"keywords":["array","arr","asc","ascending","function","keys","key","order","ordered","obj","object","sort"],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha -R spec"},"devDependencies":{"mocha":"*","verb":"^0.2.15"},"_id":"[email protected]","_shasum":"ab799df61fc73ea0956c79c4b531ed1e9e7727e9","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"jonschlinkert","email":"[email protected]"},"maintainers":[{"name":"jonschlinkert","email":"[email protected]"}],"dist":{"shasum":"ab799df61fc73ea0956c79c4b531ed1e9e7727e9","tarball":"https://registry.npmjs.org/sort-asc/-/sort-asc-0.1.0.tgz","integrity":"sha512-jBgdDd+rQ+HkZF2/OHCmace5dvpos/aWQpcxuyRs9QUbPRnkEJmYVo81PIGpjIdpOcsnJ4rGjStfDHsbn+UVyw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHMXtF02dQNH2gLYP9h/jx9EIpw9n6hfjM8JGHVVKG4NAiBoAYMkAC3yKZGMNyzTSUaMpOkU3hdjuX985u0JLGBMtw=="}]},"directories":{}},"0.2.0":{"name":"sort-asc","description":"Sort array elements in ascending order.","version":"0.2.0","homepage":"https://github.com/jonschlinkert/sort-asc","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git+https://github.com/jonschlinkert/sort-asc.git"},"bugs":{"url":"https://github.com/jonschlinkert/sort-asc/issues"},"license":"MIT","main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"devDependencies":{"mocha":"*"},"keywords":["array","arr","asc","ascend","ascending","element","elements","order","ordered","sort","sorted","sorting"],"verb":{"related":{"list":["sort-asc","sort-desc","sort-object"]}},"gitHead":"164f1496953566565ae15371d86701bef11d8d76","_id":"[email protected]","_shasum":"00a49e947bc25d510bfde2cbb8dffda9f50eb2fc","_from":".","_npmVersion":"2.10.1","_nodeVersion":"0.12.4","_npmUser":{"name":"jonschlinkert","email":"[email protected]"},"maintainers":[{"name":"jonschlinkert","email":"[email protected]"}],"dist":{"shasum":"00a49e947bc25d510bfde2cbb8dffda9f50eb2fc","tarball":"https://registry.npmjs.org/sort-asc/-/sort-asc-0.2.0.tgz","integrity":"sha512-umMGhjPeHAI6YjABoSTrFp2zaBtXBej1a0yKkuMUyjjqu6FJsTF+JYwCswWDg+zJfk/5npWUUbd33HH/WLzpaA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCdkiOfn6evegxMTkMHNZHPHaQXiZ9LyKr0zLj81KjUiwIgXf/bikslOhFAUxpxvfKabF1nNF+7/9Y15fxtyCI2JoE="}]},"directories":{}}},"readme":"# sort-asc [![NPM version](https://badge.fury.io/js/sort-asc.svg)](http://badge.fury.io/js/sort-asc) [![Build Status](https://travis-ci.org/jonschlinkert/sort-asc.svg)](https://travis-ci.org/jonschlinkert/sort-asc)\n\n> Sort array elements in ascending order.\n\n## Install\n\nInstall with [npm](https://www.npmjs.com/)\n\n```sh\n$ npm i sort-asc --save\n```\n\n## Usage\n\n```js\nvar ascending = require('sort-asc');\n['d', 'c', 'b', 'a'].sort(ascending);\n//=> ['a', 'b', 'c', 'd']\n```\n\n## Related projects\n\n* [sort-desc](https://github.com/jonschlinkert/sort-desc): Sort array elements in descending order.\n* [sort-object](https://github.com/doowb/sort-object): Sort the keys in an object.\n\n## Running tests\n\nInstall dev dependencies:\n\n```sh\n$ npm i -d && npm test\n```\n\n## Contributing\n\nPull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/jonschlinkert/sort-asc/issues/new)\n\n## Author\n\n**Jon Schlinkert**\n\n+ [github/jonschlinkert](https://github.com/jonschlinkert)\n+ [twitter/jonschlinkert](http://twitter.com/jonschlinkert)\n\n## License\n\nCopyright © 2015 Jon Schlinkert\nReleased under the MIT license.\n\n***\n\n_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on July 17, 2015._","maintainers":[{"name":"jonschlinkert","email":"[email protected]"}],"time":{"modified":"2023-07-12T19:15:36.277Z","created":"2014-08-15T06:14:41.011Z","0.1.0":"2014-08-15T06:14:41.011Z","0.2.0":"2015-07-18T00:43:17.190Z"},"homepage":"https://github.com/jonschlinkert/sort-asc","keywords":["array","arr","asc","ascend","ascending","element","elements","order","ordered","sort","sorted","sorting"],"repository":{"type":"git","url":"git+https://github.com/jonschlinkert/sort-asc.git"},"author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"bugs":{"url":"https://github.com/jonschlinkert/sort-asc/issues"},"readmeFilename":"README.md","license":"MIT","users":{"flumpus-dev":true}}

false/_cacache/content-v2/sha512/00/d7/f8781db715037dcce94a98e455c41951b7500e7c45d83e2472ecb1950ed70b01d35495255a61c174746daec8ef260f8691ef88d4a296db10fea2978dde06

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

false/_cacache/content-v2/sha512/01/98/f5de91270fcc349cfe2a100b5c81018dda986cb7d78502b0f4ba2faf5ba6ba32825b02fdafadda0a7f26b7edf64a4a251c241d63724712710a7c3757a93d

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

false/_cacache/content-v2/sha512/01/9c/83fe9e8161721607f7d6970ef13f5d7d0260a95dfcef049249f50e7a1433243242032329580189f9179f73e63935b12e400cd0e66d4f197de54dc687b5f7

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

false/_cacache/content-v2/sha512/03/77/f13e57d09885fbfc326985e23db7ca84cf7bedc014519292fe28b4dd8ebdc6c6007391f3b2f32b4f0598f9b2f4585028dd9f9ba05d8477b886e3147a4e34

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

false/_cacache/content-v2/sha512/04/d3/bdb0a6ac01333351bdab7519e92cce06f67973732e72b819edf1df9c7716086f9ac45244859c0b9f16a6a70f7180a1fe8f3ca3113ea5f0d273c6ffce98fe

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

false/_cacache/content-v2/sha512/05/34/dc1fcb2037a139262a589bcddeaaf64016af4568ff298df3392c89f0b339c259ff33a59a4ee526c30f4b9283124d182f38451afe97e797c381e7cac59521

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)