Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / fast-glob / node_modules / array-unique / package.json
1 {
2   "_from": "array-unique@^0.3.2",
3   "_id": "array-unique@0.3.2",
4   "_inBundle": false,
5   "_integrity": "sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=",
6   "_location": "/fast-glob/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     "/fast-glob/braces",
20     "/fast-glob/extglob",
21     "/fast-glob/micromatch"
22   ],
23   "_resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.3.2.tgz",
24   "_shasum": "a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428",
25   "_spec": "array-unique@^0.3.2",
26   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/fast-glob/node_modules/micromatch",
27   "author": {
28     "name": "Jon Schlinkert",
29     "url": "https://github.com/jonschlinkert"
30   },
31   "bugs": {
32     "url": "https://github.com/jonschlinkert/array-unique/issues"
33   },
34   "bundleDependencies": false,
35   "deprecated": false,
36   "description": "Remove duplicate values from an array. Fastest ES5 implementation.",
37   "devDependencies": {
38     "array-uniq": "^1.0.2",
39     "benchmarked": "^0.1.3",
40     "gulp-format-md": "^0.1.9",
41     "mocha": "^2.5.3",
42     "should": "^10.0.0"
43   },
44   "engines": {
45     "node": ">=0.10.0"
46   },
47   "files": [
48     "index.js",
49     "LICENSE",
50     "README.md"
51   ],
52   "homepage": "https://github.com/jonschlinkert/array-unique",
53   "keywords": [
54     "array",
55     "unique"
56   ],
57   "license": "MIT",
58   "main": "index.js",
59   "name": "array-unique",
60   "repository": {
61     "type": "git",
62     "url": "git+https://github.com/jonschlinkert/array-unique.git"
63   },
64   "scripts": {
65     "test": "mocha"
66   },
67   "verb": {
68     "toc": false,
69     "layout": "default",
70     "tasks": [
71       "readme"
72     ],
73     "plugins": [
74       "gulp-format-md"
75     ],
76     "related": {
77       "list": [
78         "arr-diff",
79         "arr-union",
80         "arr-flatten",
81         "arr-reduce",
82         "arr-map",
83         "arr-pluck"
84       ]
85     },
86     "reflinks": [
87       "verb",
88       "verb-generate-readme"
89     ],
90     "lint": {
91       "reflinks": true
92     }
93   },
94   "version": "0.3.2"
95 }