{"_id":"reduce-without","_rev":"51449","name":"reduce-without","description":"reduce-without","dist-tags":{"latest":"1.0.1"},"maintainers":[{"name":"75lb","email":"75pound@gmail.com"}],"time":{"modified":"2021-06-03T10:15:42.000Z","created":"2016-03-02T22:49:38.478Z","1.0.1":"2016-04-03T20:38:16.753Z","1.0.0":"2016-03-02T22:49:38.478Z"},"users":{},"author":{"name":"Lloyd Brookes","email":"75pound@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/75lb/reduce-without.git"},"versions":{"1.0.1":{"name":"reduce-without","author":{"name":"Lloyd Brookes","email":"75pound@gmail.com"},"version":"1.0.1","description":"reduce-without","repository":{"type":"git","url":"git+https://github.com/75lb/reduce-without.git"},"license":"MIT","main":"./lib/reduce-without.js","keywords":[],"engines":{"node":">=0.10.0"},"scripts":{"test":"tape test/*.js","docs":"jsdoc2md -t jsdoc2md/README.md lib/*.js > README.md; echo"},"devDependencies":{"jsdoc-to-markdown":"^1.3.3","tape":"^4.5.1"},"dependencies":{"test-value":"^2.0.0"},"gitHead":"ffadbc3dd3334ead18bc35b394aef73be30fb7dc","bugs":{"url":"https://github.com/75lb/reduce-without/issues"},"homepage":"https://github.com/75lb/reduce-without#readme","_id":"reduce-without@1.0.1","_shasum":"68ad0ead11855c9a37d4e8256c15bbf87972fc8c","_from":".","_npmVersion":"3.8.6","_nodeVersion":"5.9.1","_npmUser":{"name":"75lb","email":"75pound@gmail.com"},"dist":{"shasum":"68ad0ead11855c9a37d4e8256c15bbf87972fc8c","size":2452,"noattachment":false,"key":"/reduce-without/-/reduce-without-1.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/reduce-without/download/reduce-without-1.0.1.tgz"},"maintainers":[{"name":"75lb","email":"75pound@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/reduce-without-1.0.1.tgz_1459715894482_0.10196252423338592"},"directories":{},"publish_time":1459715896753,"_cnpm_publish_time":1459715896753,"_hasShrinkwrap":false},"1.0.0":{"name":"reduce-without","author":{"name":"Lloyd Brookes","email":"75pound@gmail.com"},"version":"1.0.0","description":"reduce-without","repository":{"type":"git","url":"git+https://github.com/75lb/reduce-without.git"},"license":"MIT","main":"./lib/reduce-without.js","keywords":[],"engines":{"node":">=0.10.0"},"scripts":{"test":"tape test/*.js","docs":"jsdoc2md -t jsdoc2md/README.md lib/*.js > README.md; echo"},"devDependencies":{"jsdoc-to-markdown":"^1.3.3","tape":"^4.4.0"},"dependencies":{"test-value":"^1.0.1"},"gitHead":"fe45620441b4938e9d600ce51f3b41f3947d7d7f","bugs":{"url":"https://github.com/75lb/reduce-without/issues"},"homepage":"https://github.com/75lb/reduce-without#readme","_id":"reduce-without@1.0.0","_shasum":"50196a4bc3631988786ea175071cc1add655dc2c","_from":".","_npmVersion":"3.7.5","_nodeVersion":"5.7.0","_npmUser":{"name":"75lb","email":"75pound@gmail.com"},"dist":{"shasum":"50196a4bc3631988786ea175071cc1add655dc2c","size":2474,"noattachment":false,"key":"/reduce-without/-/reduce-without-1.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/reduce-without/download/reduce-without-1.0.0.tgz"},"maintainers":[{"name":"75lb","email":"75pound@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/reduce-without-1.0.0.tgz_1456958975642_0.10420432547107339"},"directories":{},"publish_time":1456958978478,"_cnpm_publish_time":1456958978478,"_hasShrinkwrap":false}},"readme":"[![view on npm](http://img.shields.io/npm/v/reduce-without.svg)](https://www.npmjs.org/package/reduce-without)\n[![npm module downloads](http://img.shields.io/npm/dt/reduce-without.svg)](https://www.npmjs.org/package/reduce-without)\n[![Build Status](https://travis-ci.org/75lb/reduce-without.svg?branch=master)](https://travis-ci.org/75lb/reduce-without)\n[![Dependency Status](https://david-dm.org/75lb/reduce-without.svg)](https://david-dm.org/75lb/reduce-without)\n[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](https://github.com/feross/standard)\n\n<a name=\"module_reduce-without\"></a>\n## reduce-without\n**Example**  \n```js\nconst without = require('reduce-without')\n```\n<a name=\"exp_module_reduce-without--without\"></a>\n### without(toRemove) ⇒ <code>Array</code> ⏏\nReturns a new array with the same content as the input minus the specified values.\n\n**Kind**: Exported function  \n\n| Param | Type | Description |\n| --- | --- | --- |\n| toRemove | <code>any</code> &#124; <code>Array.&lt;any&gt;</code> | one, or more [test-value](https://github.com/75lb/test-value) queries |\n\n**Example**  \n```js\n> [ 1, 2, 3 ].reduce(without(2))\n[ 1, 3 ]\n\n> [ 1, 2, 3 ].reduce(without([ 2, 3 ]))\n[ 1 ]\n\n> data = [\n    { name: \"Dana\", age: 30 },\n    { name: \"Yana\", age: 20 },\n    { name: \"Zhana\", age: 10 }\n]\n> data.reduce(without({ name: /ana/ }))\n[]\n```\n\n* * *\n\n&copy; 2016 Lloyd Brookes \\<75pound@gmail.com\\>. Documented by [jsdoc-to-markdown](https://github.com/jsdoc2md/jsdoc-to-markdown).\n","_attachments":{},"homepage":"https://github.com/75lb/reduce-without#readme","bugs":{"url":"https://github.com/75lb/reduce-without/issues"},"license":"MIT"}