Actualizacion maquina principal
[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     "/findup-sync/braces",
22     "/watchpack-chokidar2/braces",
23     "/webpack/braces"
24   ],
25   "_resolved": "https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.1.0.tgz",
26   "_shasum": "36048bbff4e7b47e136644316c99669ea5ae91f1",
27   "_spec": "arr-flatten@^1.0.1",
28   "_where": "/tmp/coc-prettier-dzKjD7/node_modules/arr-diff",
29   "author": {
30     "name": "Jon Schlinkert",
31     "url": "https://github.com/jonschlinkert"
32   },
33   "bugs": {
34     "url": "https://github.com/jonschlinkert/arr-flatten/issues"
35   },
36   "bundleDependencies": false,
37   "contributors": [
38     {
39       "name": "Jon Schlinkert",
40       "url": "http://twitter.com/jonschlinkert"
41     },
42     {
43       "name": "Luke Edwards",
44       "url": "https://lukeed.com"
45     }
46   ],
47   "deprecated": false,
48   "description": "Recursively flatten an array or arrays.",
49   "devDependencies": {
50     "ansi-bold": "^0.1.1",
51     "array-flatten": "^2.1.1",
52     "array-slice": "^1.0.0",
53     "benchmarked": "^1.0.0",
54     "compute-flatten": "^1.0.0",
55     "flatit": "^1.1.1",
56     "flatten": "^1.0.2",
57     "flatten-array": "^1.0.0",
58     "glob": "^7.1.1",
59     "gulp-format-md": "^0.1.12",
60     "just-flatten-it": "^1.1.23",
61     "lodash.flattendeep": "^4.4.0",
62     "m_flattened": "^1.0.1",
63     "mocha": "^3.2.0",
64     "utils-flatten": "^1.0.0",
65     "write": "^0.3.3"
66   },
67   "engines": {
68     "node": ">=0.10.0"
69   },
70   "files": [
71     "index.js"
72   ],
73   "homepage": "https://github.com/jonschlinkert/arr-flatten",
74   "keywords": [
75     "arr",
76     "array",
77     "elements",
78     "flat",
79     "flatten",
80     "nested",
81     "recurse",
82     "recursive",
83     "recursively"
84   ],
85   "license": "MIT",
86   "main": "index.js",
87   "name": "arr-flatten",
88   "repository": {
89     "type": "git",
90     "url": "git+https://github.com/jonschlinkert/arr-flatten.git"
91   },
92   "scripts": {
93     "test": "mocha"
94   },
95   "verb": {
96     "toc": false,
97     "layout": "default",
98     "tasks": [
99       "readme"
100     ],
101     "plugins": [
102       "gulp-format-md"
103     ],
104     "related": {
105       "list": [
106         "arr-filter",
107         "arr-union",
108         "array-each",
109         "array-unique"
110       ]
111     },
112     "lint": {
113       "reflinks": true
114     }
115   },
116   "version": "1.1.0"
117 }