{"_id":"arr-exclude","_rev":"519426","name":"arr-exclude","description":"Exclude certain items from an array","dist-tags":{"latest":"2.0.0"},"maintainers":[{"name":"sindresorhus","email":""}],"time":{"modified":"2021-08-10T16:35:45.000Z","created":"2015-09-03T08:48:03.085Z","2.0.0":"2021-08-10T16:31:13.072Z","1.0.0":"2015-09-03T08:48:03.085Z"},"users":{"mrzmmr":true,"rocket0191":true},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"https://sindresorhus.com"},"repository":{"type":"git","url":"git+https://github.com/sindresorhus/arr-exclude.git"},"versions":{"2.0.0":{"name":"arr-exclude","version":"2.0.0","description":"Exclude certain items from an array","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/arr-exclude.git"},"funding":"https://github.com/sponsors/sindresorhus","author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"https://sindresorhus.com"},"type":"module","exports":"./index.js","engines":{"node":"^12.20.0 || ^14.13.1 || >=16.0.0"},"scripts":{"test":"xo && ava"},"keywords":["array","list","exclude","ignore","without","items","elements","values","filter"],"devDependencies":{"ava":"^3.15.0","xo":"^0.44.0"},"gitHead":"47df99b7a8dcd0e5260206eb7bf597cdf88e887b","bugs":{"url":"https://github.com/sindresorhus/arr-exclude/issues"},"homepage":"https://github.com/sindresorhus/arr-exclude#readme","_id":"arr-exclude@2.0.0","_nodeVersion":"16.2.0","_npmVersion":"7.13.0","dist":{"shasum":"d64c92ab7b67d0256a334a6c68cf83f82ff36f62","size":1432,"noattachment":false,"key":"/arr-exclude/-/arr-exclude-2.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/arr-exclude/download/arr-exclude-2.0.0.tgz"},"_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"directories":{},"maintainers":[{"name":"sindresorhus","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/arr-exclude_2.0.0_1628613072848_0.3949385257805518"},"_hasShrinkwrap":false,"publish_time":1628613073072,"_cnpm_publish_time":1628613073072},"1.0.0":{"name":"arr-exclude","version":"1.0.0","description":"Exclude certain items from an array","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/arr-exclude"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"xo && ava"},"files":["index.js"],"keywords":["array","arr","list","exclude","blacklist","ignore","without","items","elements","values","filter"],"devDependencies":{"ava":"*","xo":"*"},"gitHead":"6bd52a02abfe184f58ceee8ab6d09e52e6418bf1","bugs":{"url":"https://github.com/sindresorhus/arr-exclude/issues"},"homepage":"https://github.com/sindresorhus/arr-exclude","_id":"arr-exclude@1.0.0","_shasum":"dfc7c2e552a270723ccda04cf3128c8cbfe5c631","_from":".","_npmVersion":"2.11.3","_nodeVersion":"0.12.7","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"dfc7c2e552a270723ccda04cf3128c8cbfe5c631","size":1496,"noattachment":false,"key":"/arr-exclude/-/arr-exclude-1.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/arr-exclude/download/arr-exclude-1.0.0.tgz"},"maintainers":[{"name":"sindresorhus","email":""}],"directories":{},"publish_time":1441270083085,"_cnpm_publish_time":1441270083085,"_hasShrinkwrap":false}},"readme":"# arr-exclude\n\n> Exclude certain items from an array\n\n## Install\n\n```\n$ npm install arr-exclude\n```\n\n## Usage\n\n```js\nimport arrayExclude from 'arr-exclude';\n\narrayExclude(['a', 'b', 'c'], ['b']);\n//=> ['a', 'c']\n```\n\n## Related\n\n- [arr-include](https://github.com/sindresorhus/arr-include) - Include only certain items in an array\n","_attachments":{},"homepage":"https://github.com/sindresorhus/arr-exclude#readme","bugs":{"url":"https://github.com/sindresorhus/arr-exclude/issues"},"license":"MIT"}