Sha256: d3c1fa3445abb83a120e6d626d8715e713e14d62f42d91d3995302a42253d4d0
Contents?: true
Size: 862 Bytes
Versions: 21
Compression:
Stored size: 862 Bytes
Contents
{ "name": "array-unique", "description": "Return an array free of duplicate values. Fastest ES5 implementation.", "version": "0.2.1", "homepage": "https://github.com/jonschlinkert/array-unique", "author": { "name": "Jon Schlinkert", "url": "https://github.com/jonschlinkert" }, "repository": { "type": "git", "url": "git://github.com/jonschlinkert/array-unique.git" }, "bugs": { "url": "https://github.com/jonschlinkert/array-unique/issues" }, "license": { "type": "MIT", "url": "https://github.com/jonschlinkert/array-unique/blob/master/LICENSE" }, "files": [ "index.js" ], "main": "index.js", "engines": { "node": ">=0.10.0" }, "scripts": { "test": "mocha" }, "devDependencies": { "array-uniq": "^1.0.2", "benchmarked": "^0.1.3", "mocha": "*", "should": "*" } }
Version data entries
21 entries across 20 versions & 9 rubygems