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