Actualizacion maquina principal
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / split-string / package.json
1 {
2   "_from": "split-string@^3.0.2",
3   "_id": "split-string@3.1.0",
4   "_inBundle": false,
5   "_integrity": "sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw==",
6   "_location": "/split-string",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "split-string@^3.0.2",
12     "name": "split-string",
13     "escapedName": "split-string",
14     "rawSpec": "^3.0.2",
15     "saveSpec": null,
16     "fetchSpec": "^3.0.2"
17   },
18   "_requiredBy": [
19     "/fast-glob/braces",
20     "/findup-sync/braces",
21     "/set-value",
22     "/watchpack-chokidar2/braces",
23     "/webpack/braces"
24   ],
25   "_resolved": "https://registry.npmjs.org/split-string/-/split-string-3.1.0.tgz",
26   "_shasum": "7cb09dda3a86585705c64b39a6466038682e8fe2",
27   "_spec": "split-string@^3.0.2",
28   "_where": "/tmp/coc-prettier-dzKjD7/node_modules/fast-glob/node_modules/braces",
29   "author": {
30     "name": "Jon Schlinkert",
31     "url": "https://github.com/jonschlinkert"
32   },
33   "bugs": {
34     "url": "https://github.com/jonschlinkert/split-string/issues"
35   },
36   "bundleDependencies": false,
37   "contributors": [
38     {
39       "name": "Brian Woodward",
40       "url": "https://twitter.com/doowb"
41     },
42     {
43       "name": "Jon Schlinkert",
44       "url": "http://twitter.com/jonschlinkert"
45     }
46   ],
47   "dependencies": {
48     "extend-shallow": "^3.0.0"
49   },
50   "deprecated": false,
51   "description": "Split a string on a character except when the character is escaped.",
52   "devDependencies": {
53     "gulp-format-md": "^1.0.0",
54     "mocha": "^3.5.3"
55   },
56   "engines": {
57     "node": ">=0.10.0"
58   },
59   "files": [
60     "index.js"
61   ],
62   "homepage": "https://github.com/jonschlinkert/split-string",
63   "keywords": [
64     "character",
65     "escape",
66     "split",
67     "string"
68   ],
69   "license": "MIT",
70   "main": "index.js",
71   "name": "split-string",
72   "repository": {
73     "type": "git",
74     "url": "git+https://github.com/jonschlinkert/split-string.git"
75   },
76   "scripts": {
77     "test": "mocha"
78   },
79   "verb": {
80     "toc": false,
81     "layout": "default",
82     "titles": [
83       ".",
84       "install",
85       "Why use this?"
86     ],
87     "related": {
88       "list": [
89         "deromanize",
90         "randomatic",
91         "repeat-string",
92         "romanize"
93       ]
94     },
95     "tasks": [
96       "readme"
97     ],
98     "plugins": [
99       "gulp-format-md"
100     ],
101     "lint": {
102       "reflinks": true
103     }
104   },
105   "version": "3.1.0"
106 }