Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / js-yaml / package.json
1 {
2   "_from": "js-yaml@^3.13.1",
3   "_id": "js-yaml@3.14.1",
4   "_inBundle": false,
5   "_integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
6   "_location": "/js-yaml",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "js-yaml@^3.13.1",
12     "name": "js-yaml",
13     "escapedName": "js-yaml",
14     "rawSpec": "^3.13.1",
15     "saveSpec": null,
16     "fetchSpec": "^3.13.1"
17   },
18   "_requiredBy": [
19     "/cosmiconfig",
20     "/eslint",
21     "/tslint"
22   ],
23   "_resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
24   "_shasum": "dae812fdb3825fa306609a8717383c50c36a0537",
25   "_spec": "js-yaml@^3.13.1",
26   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/eslint",
27   "author": {
28     "name": "Vladimir Zapparov",
29     "email": "dervus.grim@gmail.com"
30   },
31   "bin": {
32     "js-yaml": "bin/js-yaml.js"
33   },
34   "bugs": {
35     "url": "https://github.com/nodeca/js-yaml/issues"
36   },
37   "bundleDependencies": false,
38   "contributors": [
39     {
40       "name": "Aleksey V Zapparov",
41       "email": "ixti@member.fsf.org",
42       "url": "http://www.ixti.net/"
43     },
44     {
45       "name": "Vitaly Puzrin",
46       "email": "vitaly@rcdesign.ru",
47       "url": "https://github.com/puzrin"
48     },
49     {
50       "name": "Martin Grenfell",
51       "email": "martin.grenfell@gmail.com",
52       "url": "http://got-ravings.blogspot.com"
53     }
54   ],
55   "dependencies": {
56     "argparse": "^1.0.7",
57     "esprima": "^4.0.0"
58   },
59   "deprecated": false,
60   "description": "YAML 1.2 parser and serializer",
61   "devDependencies": {
62     "ansi": "^0.3.1",
63     "benchmark": "^2.1.4",
64     "browserify": "^16.2.2",
65     "codemirror": "^5.13.4",
66     "eslint": "^7.0.0",
67     "fast-check": "^1.24.2",
68     "istanbul": "^0.4.5",
69     "mocha": "^7.1.2",
70     "uglify-js": "^3.0.1"
71   },
72   "files": [
73     "index.js",
74     "lib/",
75     "bin/",
76     "dist/"
77   ],
78   "homepage": "https://github.com/nodeca/js-yaml",
79   "jsdelivr": "dist/js-yaml.min.js",
80   "keywords": [
81     "yaml",
82     "parser",
83     "serializer",
84     "pyyaml"
85   ],
86   "license": "MIT",
87   "name": "js-yaml",
88   "repository": {
89     "type": "git",
90     "url": "git+https://github.com/nodeca/js-yaml.git"
91   },
92   "scripts": {
93     "test": "make test"
94   },
95   "unpkg": "dist/js-yaml.min.js",
96   "version": "3.14.1"
97 }