Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / vfile-location / package.json
1 {
2   "_from": "vfile-location@^2.0.0",
3   "_id": "vfile-location@2.0.6",
4   "_inBundle": false,
5   "_integrity": "sha512-sSFdyCP3G6Ka0CEmN83A2YCMKIieHx0EDaj5IDP4g1pa5ZJ4FJDvpO0WODLxo4LUX4oe52gmSCK7Jw4SBghqxA==",
6   "_location": "/vfile-location",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "vfile-location@^2.0.0",
12     "name": "vfile-location",
13     "escapedName": "vfile-location",
14     "rawSpec": "^2.0.0",
15     "saveSpec": null,
16     "fetchSpec": "^2.0.0"
17   },
18   "_requiredBy": [
19     "/remark-parse"
20   ],
21   "_resolved": "https://registry.npmjs.org/vfile-location/-/vfile-location-2.0.6.tgz",
22   "_shasum": "8a274f39411b8719ea5728802e10d9e0dff1519e",
23   "_spec": "vfile-location@^2.0.0",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/remark-parse",
25   "author": {
26     "name": "Titus Wormer",
27     "email": "tituswormer@gmail.com",
28     "url": "https://wooorm.com"
29   },
30   "bugs": {
31     "url": "https://github.com/vfile/vfile-location/issues"
32   },
33   "bundleDependencies": false,
34   "contributors": [
35     {
36       "name": "Titus Wormer",
37       "email": "tituswormer@gmail.com",
38       "url": "https://wooorm.com"
39     }
40   ],
41   "dependencies": {},
42   "deprecated": false,
43   "description": "Convert between positions (line and column-based) and offsets (range-based) locations in a virtual file",
44   "devDependencies": {
45     "browserify": "^16.0.0",
46     "nyc": "^14.0.0",
47     "prettier": "^1.0.0",
48     "remark-cli": "^7.0.0",
49     "remark-preset-wooorm": "^6.0.0",
50     "tape": "^4.0.0",
51     "tinyify": "^2.0.0",
52     "vfile": "^4.0.0",
53     "xo": "^0.25.0"
54   },
55   "files": [
56     "index.js"
57   ],
58   "funding": {
59     "type": "opencollective",
60     "url": "https://opencollective.com/unified"
61   },
62   "homepage": "https://github.com/vfile/vfile-location#readme",
63   "keywords": [
64     "remark",
65     "comment",
66     "message",
67     "marker",
68     "control"
69   ],
70   "license": "MIT",
71   "name": "vfile-location",
72   "nyc": {
73     "check-coverage": true,
74     "lines": 100,
75     "functions": 100,
76     "branches": 100
77   },
78   "prettier": {
79     "tabWidth": 2,
80     "useTabs": false,
81     "singleQuote": true,
82     "bracketSpacing": false,
83     "semi": false,
84     "trailingComma": "none"
85   },
86   "remarkConfig": {
87     "plugins": [
88       "preset-wooorm"
89     ]
90   },
91   "repository": {
92     "type": "git",
93     "url": "git+https://github.com/vfile/vfile-location.git"
94   },
95   "scripts": {
96     "build": "npm run build-bundle && npm run build-mangle",
97     "build-bundle": "browserify . -s vfileLocation > vfile-location.js",
98     "build-mangle": "browserify . -s vfileLocation -p tinyify > vfile-location.min.js",
99     "format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
100     "test": "npm run format && npm run build && npm run test-coverage",
101     "test-api": "node test",
102     "test-coverage": "nyc --reporter lcov tape test.js"
103   },
104   "version": "2.0.6",
105   "xo": {
106     "prettier": true,
107     "esnext": false,
108     "ignores": [
109       "vfile-location.js"
110     ]
111   }
112 }