blob: e6b96d0a31896e7e35ec845f99157dac3e82aef2 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "arr-union@^3.1.0",
3 "_id": "arr-union@3.1.0",
4 "_inBundle": false,
5 "_integrity": "sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ=",
6 "_location": "/arr-union",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "arr-union@^3.1.0",
12 "name": "arr-union",
13 "escapedName": "arr-union",
14 "rawSpec": "^3.1.0",
15 "saveSpec": null,
16 "fetchSpec": "^3.1.0"
17 },
18 "_requiredBy": [
19 "/class-utils",
20 "/union-value"
21 ],
22 "_resolved": "https://registry.npmjs.org/arr-union/-/arr-union-3.1.0.tgz",
23 "_shasum": "e39b09aea9def866a8f206e288af63919bae39c4",
24 "_spec": "arr-union@^3.1.0",
25 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\union-value",
26 "author": {
27 "name": "Jon Schlinkert",
28 "url": "https://github.com/jonschlinkert"
29 },
30 "bugs": {
31 "url": "https://github.com/jonschlinkert/arr-union/issues"
32 },
33 "bundleDependencies": false,
34 "deprecated": false,
35 "description": "Combines a list of arrays, returning a single array with unique values, using strict equality for comparisons.",
36 "devDependencies": {
37 "ansi-bold": "^0.1.1",
38 "array-union": "^1.0.1",
39 "array-unique": "^0.2.1",
40 "benchmarked": "^0.1.4",
41 "gulp-format-md": "^0.1.7",
42 "minimist": "^1.1.1",
43 "mocha": "*",
44 "should": "*"
45 },
46 "engines": {
47 "node": ">=0.10.0"
48 },
49 "files": [
50 "index.js"
51 ],
52 "homepage": "https://github.com/jonschlinkert/arr-union",
53 "keywords": [
54 "add",
55 "append",
56 "array",
57 "arrays",
58 "combine",
59 "concat",
60 "extend",
61 "union",
62 "uniq",
63 "unique",
64 "util",
65 "utility",
66 "utils"
67 ],
68 "license": "MIT",
69 "main": "index.js",
70 "name": "arr-union",
71 "repository": {
72 "type": "git",
73 "url": "git+https://github.com/jonschlinkert/arr-union.git"
74 },
75 "scripts": {
76 "test": "mocha"
77 },
78 "verb": {
79 "run": true,
80 "toc": false,
81 "layout": "default",
82 "tasks": [
83 "readme"
84 ],
85 "plugins": [
86 "gulp-format-md"
87 ],
88 "related": {
89 "list": [
90 "arr-diff",
91 "arr-flatten",
92 "arr-filter",
93 "arr-map",
94 "arr-pluck",
95 "arr-reduce",
96 "array-unique"
97 ]
98 },
99 "reflinks": [
100 "verb",
101 "array-union"
102 ],
103 "lint": {
104 "reflinks": true
105 }
106 },
107 "version": "3.1.0"
108}