Path: blob/master/node_modules/array-union/package.json
1126 views
{1"name": "array-union",2"version": "2.1.0",3"description": "Create an array of unique values, in order, from the input arrays",4"license": "MIT",5"repository": "sindresorhus/array-union",6"author": {7"name": "Sindre Sorhus",8"email": "[email protected]",9"url": "sindresorhus.com"10},11"engines": {12"node": ">=8"13},14"scripts": {15"test": "xo && ava && tsd"16},17"files": [18"index.js",19"index.d.ts"20],21"keywords": [22"array",23"set",24"uniq",25"unique",26"duplicate",27"remove",28"union",29"combine",30"merge"31],32"devDependencies": {33"ava": "^1.4.1",34"tsd": "^0.7.2",35"xo": "^0.24.0"36}37}383940