Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / unist-util-stringify-position / package.json
1 {
2   "_from": "unist-util-stringify-position@^1.0.0",
3   "_id": "unist-util-stringify-position@1.1.2",
4   "_inBundle": false,
5   "_integrity": "sha512-pNCVrk64LZv1kElr0N1wPiHEUoXNVFERp+mlTg/s9R5Lwg87f9bM/3sQB99w+N9D/qnM9ar3+AKDBwo/gm/iQQ==",
6   "_location": "/unist-util-stringify-position",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "unist-util-stringify-position@^1.0.0",
12     "name": "unist-util-stringify-position",
13     "escapedName": "unist-util-stringify-position",
14     "rawSpec": "^1.0.0",
15     "saveSpec": null,
16     "fetchSpec": "^1.0.0"
17   },
18   "_requiredBy": [
19     "/vfile",
20     "/vfile-message"
21   ],
22   "_resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-1.1.2.tgz",
23   "_shasum": "3f37fcf351279dcbca7480ab5889bb8a832ee1c6",
24   "_spec": "unist-util-stringify-position@^1.0.0",
25   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/vfile",
26   "author": {
27     "name": "Titus Wormer",
28     "email": "tituswormer@gmail.com",
29     "url": "http://wooorm.com"
30   },
31   "bugs": {
32     "url": "https://github.com/syntax-tree/unist-util-stringify-position/issues"
33   },
34   "bundleDependencies": false,
35   "contributors": [
36     {
37       "name": "Titus Wormer",
38       "email": "tituswormer@gmail.com",
39       "url": "http://wooorm.com"
40     }
41   ],
42   "dependencies": {},
43   "deprecated": false,
44   "description": "Stringify a Unist node, position, or point",
45   "devDependencies": {
46     "browserify": "^16.0.0",
47     "esmangle": "^1.0.0",
48     "nyc": "^11.0.0",
49     "prettier": "^1.12.1",
50     "remark-cli": "^5.0.0",
51     "remark-preset-wooorm": "^4.0.0",
52     "tape": "^4.5.1",
53     "xo": "^0.20.0"
54   },
55   "files": [
56     "index.js"
57   ],
58   "homepage": "https://github.com/syntax-tree/unist-util-stringify-position#readme",
59   "keywords": [
60     "unist",
61     "position",
62     "location",
63     "point",
64     "node",
65     "stringify",
66     "tostring",
67     "util",
68     "utility"
69   ],
70   "license": "MIT",
71   "name": "unist-util-stringify-position",
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/syntax-tree/unist-util-stringify-position.git"
94   },
95   "scripts": {
96     "build": "npm run build-bundle && npm run build-mangle",
97     "build-bundle": "browserify index.js --no-builtins -s unistUtilStringifyPosition > unist-util-stringify-position.js",
98     "build-mangle": "esmangle unist-util-stringify-position.js > unist-util-stringify-position.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": "1.1.2",
105   "xo": {
106     "prettier": true,
107     "esnext": false,
108     "rules": {
109       "guard-for-in": "off",
110       "no-var": "off",
111       "prefer-arrow-callback": "off"
112     },
113     "ignores": [
114       "unist-util-stringify-position.js"
115     ]
116   }
117 }