find-array-duplicates
Version:
A simple array utility to find duplicates in your object array 😍
44 lines (43 loc) • 1.07 kB
JSON
{
"name": "find-array-duplicates",
"version": "1.0.6",
"description": "A simple array utility to find duplicates in your object array 😍",
"main": "index.js",
"scripts": {
"build": "babel src -d ./build",
"test": "jest --coverage ./tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sebastian-naicker/find-array-duplicates.git"
},
"keywords": [
"js",
"javascript",
"array",
"find",
"array",
"duplicates",
"array duplicates",
"object duplicates",
"object",
"react",
"webpack",
"es6",
"es 2015"
],
"author": "Sebastian Naicker <djinnwheeler@gmail.com>",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/cli": "^7.8.4",
"@babel/preset-env": "^7.9.5",
"babel-preset-minify": "^0.5.1",
"gzipper": "^3.7.0",
"jest": "^25.4.0"
},
"bugs": {
"url": "https://github.com/sebastian-naicker/find-array-duplicates/issues"
},
"homepage": "https://github.com/sebastian-naicker/find-array-duplicates#readme"
}