Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / fast-glob / node_modules / arr-diff / package.json
1 {
2   "_from": "arr-diff@^4.0.0",
3   "_id": "arr-diff@4.0.0",
4   "_inBundle": false,
5   "_integrity": "sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA=",
6   "_location": "/fast-glob/arr-diff",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "arr-diff@^4.0.0",
12     "name": "arr-diff",
13     "escapedName": "arr-diff",
14     "rawSpec": "^4.0.0",
15     "saveSpec": null,
16     "fetchSpec": "^4.0.0"
17   },
18   "_requiredBy": [
19     "/fast-glob/micromatch"
20   ],
21   "_resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-4.0.0.tgz",
22   "_shasum": "d6461074febfec71e7e15235761a329a5dc7c520",
23   "_spec": "arr-diff@^4.0.0",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/fast-glob/node_modules/micromatch",
25   "author": {
26     "name": "Jon Schlinkert",
27     "url": "https://github.com/jonschlinkert"
28   },
29   "bugs": {
30     "url": "https://github.com/jonschlinkert/arr-diff/issues"
31   },
32   "bundleDependencies": false,
33   "contributors": [
34     {
35       "name": "Jon Schlinkert",
36       "email": "jon.schlinkert@sellside.com",
37       "url": "http://twitter.com/jonschlinkert"
38     },
39     {
40       "name": "Paul Miller",
41       "email": "paul+gh@paulmillr.com",
42       "url": "paulmillr.com"
43     }
44   ],
45   "dependencies": {},
46   "deprecated": false,
47   "description": "Returns an array with only the unique values from the first array, by excluding all values from additional arrays using strict equality for comparisons.",
48   "devDependencies": {
49     "ansi-bold": "^0.1.1",
50     "arr-flatten": "^1.0.1",
51     "array-differ": "^1.0.0",
52     "benchmarked": "^0.2.4",
53     "gulp-format-md": "^0.1.9",
54     "minimist": "^1.2.0",
55     "mocha": "^2.4.5"
56   },
57   "engines": {
58     "node": ">=0.10.0"
59   },
60   "files": [
61     "index.js"
62   ],
63   "homepage": "https://github.com/jonschlinkert/arr-diff",
64   "keywords": [
65     "arr",
66     "array",
67     "array differ",
68     "array-differ",
69     "diff",
70     "differ",
71     "difference"
72   ],
73   "license": "MIT",
74   "main": "index.js",
75   "name": "arr-diff",
76   "repository": {
77     "type": "git",
78     "url": "git+https://github.com/jonschlinkert/arr-diff.git"
79   },
80   "scripts": {
81     "test": "mocha"
82   },
83   "verb": {
84     "toc": false,
85     "layout": "default",
86     "tasks": [
87       "readme"
88     ],
89     "plugins": [
90       "gulp-format-md"
91     ],
92     "related": {
93       "list": [
94         "arr-flatten",
95         "array-filter",
96         "array-intersection"
97       ]
98     },
99     "reflinks": [
100       "array-differ",
101       "verb"
102     ],
103     "lint": {
104       "reflinks": true
105     }
106   },
107   "version": "4.0.0"
108 }