blob: 82115d6ed06bf59ba260d1331c7016923b2176c8 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "array-unique@^0.3.2",
3 "_id": "array-unique@0.3.2",
4 "_inBundle": false,
5 "_integrity": "sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=",
6 "_location": "/array-unique",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "array-unique@^0.3.2",
12 "name": "array-unique",
13 "escapedName": "array-unique",
14 "rawSpec": "^0.3.2",
15 "saveSpec": null,
16 "fetchSpec": "^0.3.2"
17 },
18 "_requiredBy": [
19 "/braces",
20 "/extglob",
21 "/micromatch",
22 "/nanomatch"
23 ],
24 "_resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.3.2.tgz",
25 "_shasum": "a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428",
26 "_spec": "array-unique@^0.3.2",
27 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\micromatch",
28 "author": {
29 "name": "Jon Schlinkert",
30 "url": "https://github.com/jonschlinkert"
31 },
32 "bugs": {
33 "url": "https://github.com/jonschlinkert/array-unique/issues"
34 },
35 "bundleDependencies": false,
36 "deprecated": false,
37 "description": "Remove duplicate values from an array. Fastest ES5 implementation.",
38 "devDependencies": {
39 "array-uniq": "^1.0.2",
40 "benchmarked": "^0.1.3",
41 "gulp-format-md": "^0.1.9",
42 "mocha": "^2.5.3",
43 "should": "^10.0.0"
44 },
45 "engines": {
46 "node": ">=0.10.0"
47 },
48 "files": [
49 "index.js",
50 "LICENSE",
51 "README.md"
52 ],
53 "homepage": "https://github.com/jonschlinkert/array-unique",
54 "keywords": [
55 "array",
56 "unique"
57 ],
58 "license": "MIT",
59 "main": "index.js",
60 "name": "array-unique",
61 "repository": {
62 "type": "git",
63 "url": "git+https://github.com/jonschlinkert/array-unique.git"
64 },
65 "scripts": {
66 "test": "mocha"
67 },
68 "verb": {
69 "toc": false,
70 "layout": "default",
71 "tasks": [
72 "readme"
73 ],
74 "plugins": [
75 "gulp-format-md"
76 ],
77 "related": {
78 "list": [
79 "arr-diff",
80 "arr-union",
81 "arr-flatten",
82 "arr-reduce",
83 "arr-map",
84 "arr-pluck"
85 ]
86 },
87 "reflinks": [
88 "verb",
89 "verb-generate-readme"
90 ],
91 "lint": {
92 "reflinks": true
93 }
94 },
95 "version": "0.3.2"
96}