Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / arr-flatten / package.json
1 {
2   "_from": "arr-flatten@^1.0.1",
3   "_id": "arr-flatten@1.1.0",
4   "_inBundle": false,
5   "_integrity": "sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg==",
6   "_location": "/arr-flatten",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "arr-flatten@^1.0.1",
12     "name": "arr-flatten",
13     "escapedName": "arr-flatten",
14     "rawSpec": "^1.0.1",
15     "saveSpec": null,
16     "fetchSpec": "^1.0.1"
17   },
18   "_requiredBy": [
19     "/arr-diff",
20     "/fast-glob/braces"
21   ],
22   "_resolved": "https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.1.0.tgz",
23   "_shasum": "36048bbff4e7b47e136644316c99669ea5ae91f1",
24   "_spec": "arr-flatten@^1.0.1",
25   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/arr-diff",
26   "author": {
27     "name": "Jon Schlinkert",
28     "url": "https://github.com/jonschlinkert"
29   },
30   "bugs": {
31     "url": "https://github.com/jonschlinkert/arr-flatten/issues"
32   },
33   "bundleDependencies": false,
34   "contributors": [
35     {
36       "name": "Jon Schlinkert",
37       "url": "http://twitter.com/jonschlinkert"
38     },
39     {
40       "name": "Luke Edwards",
41       "url": "https://lukeed.com"
42     }
43   ],
44   "deprecated": false,
45   "description": "Recursively flatten an array or arrays.",
46   "devDependencies": {
47     "ansi-bold": "^0.1.1",
48     "array-flatten": "^2.1.1",
49     "array-slice": "^1.0.0",
50     "benchmarked": "^1.0.0",
51     "compute-flatten": "^1.0.0",
52     "flatit": "^1.1.1",
53     "flatten": "^1.0.2",
54     "flatten-array": "^1.0.0",
55     "glob": "^7.1.1",
56     "gulp-format-md": "^0.1.12",
57     "just-flatten-it": "^1.1.23",
58     "lodash.flattendeep": "^4.4.0",
59     "m_flattened": "^1.0.1",
60     "mocha": "^3.2.0",
61     "utils-flatten": "^1.0.0",
62     "write": "^0.3.3"
63   },
64   "engines": {
65     "node": ">=0.10.0"
66   },
67   "files": [
68     "index.js"
69   ],
70   "homepage": "https://github.com/jonschlinkert/arr-flatten",
71   "keywords": [
72     "arr",
73     "array",
74     "elements",
75     "flat",
76     "flatten",
77     "nested",
78     "recurse",
79     "recursive",
80     "recursively"
81   ],
82   "license": "MIT",
83   "main": "index.js",
84   "name": "arr-flatten",
85   "repository": {
86     "type": "git",
87     "url": "git+https://github.com/jonschlinkert/arr-flatten.git"
88   },
89   "scripts": {
90     "test": "mocha"
91   },
92   "verb": {
93     "toc": false,
94     "layout": "default",
95     "tasks": [
96       "readme"
97     ],
98     "plugins": [
99       "gulp-format-md"
100     ],
101     "related": {
102       "list": [
103         "arr-filter",
104         "arr-union",
105         "array-each",
106         "array-unique"
107       ]
108     },
109     "lint": {
110       "reflinks": true
111     }
112   },
113   "version": "1.1.0"
114 }