Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / array-union / package.json
1 {
2   "_from": "array-union@^1.0.1",
3   "_id": "array-union@1.0.2",
4   "_inBundle": false,
5   "_integrity": "sha1-mjRBDk9OPaI96jdb5b5w8kd47Dk=",
6   "_location": "/array-union",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "array-union@^1.0.1",
12     "name": "array-union",
13     "escapedName": "array-union",
14     "rawSpec": "^1.0.1",
15     "saveSpec": null,
16     "fetchSpec": "^1.0.1"
17   },
18   "_requiredBy": [
19     "/globby",
20     "/prettier-tslint/globby",
21     "/stylelint/globby"
22   ],
23   "_resolved": "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz",
24   "_shasum": "9a34410e4f4e3da23dea375be5be70f24778ec39",
25   "_spec": "array-union@^1.0.1",
26   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/globby",
27   "author": {
28     "name": "Sindre Sorhus",
29     "email": "sindresorhus@gmail.com",
30     "url": "sindresorhus.com"
31   },
32   "bugs": {
33     "url": "https://github.com/sindresorhus/array-union/issues"
34   },
35   "bundleDependencies": false,
36   "dependencies": {
37     "array-uniq": "^1.0.1"
38   },
39   "deprecated": false,
40   "description": "Create an array of unique values, in order, from the input arrays",
41   "devDependencies": {
42     "ava": "*",
43     "xo": "*"
44   },
45   "engines": {
46     "node": ">=0.10.0"
47   },
48   "files": [
49     "index.js"
50   ],
51   "homepage": "https://github.com/sindresorhus/array-union#readme",
52   "keywords": [
53     "array",
54     "arr",
55     "set",
56     "uniq",
57     "unique",
58     "duplicate",
59     "remove",
60     "union",
61     "combine",
62     "merge"
63   ],
64   "license": "MIT",
65   "name": "array-union",
66   "repository": {
67     "type": "git",
68     "url": "git+https://github.com/sindresorhus/array-union.git"
69   },
70   "scripts": {
71     "test": "xo && ava"
72   },
73   "version": "1.0.2"
74 }