{ "_args": [ [ "array-union@3.0.1", "/d" ] ], "_from": "array-union@3.0.1", "_id": "array-union@3.0.1", "_inBundle": false, "_integrity": "sha512-1OvF9IbWwaeiM9VhzYXVQacMibxpXOMYVNIvMtKRyX9SImBXpKcFr8XvFDeEslCyuH/t6KRt7HEO94AlP8Iatw==", "_location": "/array-union", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "array-union@3.0.1", "name": "array-union", "escapedName": "array-union", "rawSpec": "3.0.1", "saveSpec": null, "fetchSpec": "3.0.1" }, "_requiredBy": [ "/globby" ], "_resolved": "https://registry.npmjs.org/array-union/-/array-union-3.0.1.tgz", "_spec": "3.0.1", "_where": "/d", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "https://sindresorhus.com" }, "bugs": { "url": "https://github.com/sindresorhus/array-union/issues" }, "description": "Create an array of unique values, in order, from the input arrays", "devDependencies": { "ava": "^3.15.0", "tsd": "^0.14.0", "xo": "^0.38.2" }, "engines": { "node": ">=12" }, "exports": "./index.js", "files": [ "index.js", "index.d.ts" ], "funding": "https://github.com/sponsors/sindresorhus", "homepage": "https://github.com/sindresorhus/array-union#readme", "keywords": [ "array", "set", "uniq", "unique", "duplicate", "remove", "union", "combine", "merge" ], "license": "MIT", "name": "array-union", "repository": { "type": "git", "url": "git+https://github.com/sindresorhus/array-union.git" }, "scripts": { "test": "xo && ava && tsd" }, "tsd": { "compilerOptions": { "esModuleInterop": true } }, "type": "module", "version": "3.0.1" }