Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / array-unique / package.json
1 {
2   "_from": "array-unique@^0.2.1",
3   "_id": "array-unique@0.2.1",
4   "_inBundle": false,
5   "_integrity": "sha1-odl8yvy8JiXMcPrc6zalDFiwGlM=",
6   "_location": "/array-unique",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "array-unique@^0.2.1",
12     "name": "array-unique",
13     "escapedName": "array-unique",
14     "rawSpec": "^0.2.1",
15     "saveSpec": null,
16     "fetchSpec": "^0.2.1"
17   },
18   "_requiredBy": [
19     "/micromatch"
20   ],
21   "_resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.2.1.tgz",
22   "_shasum": "a1d97ccafcbc2625cc70fadceb36a50c58b01a53",
23   "_spec": "array-unique@^0.2.1",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/micromatch",
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": "Return an array free of duplicate values. Fastest ES5 implementation.",
35   "devDependencies": {
36     "array-uniq": "^1.0.2",
37     "benchmarked": "^0.1.3",
38     "mocha": "*",
39     "should": "*"
40   },
41   "engines": {
42     "node": ">=0.10.0"
43   },
44   "files": [
45     "index.js"
46   ],
47   "homepage": "https://github.com/jonschlinkert/array-unique",
48   "license": {
49     "type": "MIT",
50     "url": "https://github.com/jonschlinkert/array-unique/blob/master/LICENSE"
51   },
52   "main": "index.js",
53   "name": "array-unique",
54   "repository": {
55     "type": "git",
56     "url": "git://github.com/jonschlinkert/array-unique.git"
57   },
58   "scripts": {
59     "test": "mocha"
60   },
61   "version": "0.2.1"
62 }