Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / unist-util-remove-position / package.json
1 {
2   "_from": "unist-util-remove-position@^1.0.0",
3   "_id": "unist-util-remove-position@1.1.4",
4   "_inBundle": false,
5   "_integrity": "sha512-tLqd653ArxJIPnKII6LMZwH+mb5q+n/GtXQZo6S6csPRs5zB0u79Yw8ouR3wTw8wxvdJFhpP6Y7jorWdCgLO0A==",
6   "_location": "/unist-util-remove-position",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "unist-util-remove-position@^1.0.0",
12     "name": "unist-util-remove-position",
13     "escapedName": "unist-util-remove-position",
14     "rawSpec": "^1.0.0",
15     "saveSpec": null,
16     "fetchSpec": "^1.0.0"
17   },
18   "_requiredBy": [
19     "/remark-parse"
20   ],
21   "_resolved": "https://registry.npmjs.org/unist-util-remove-position/-/unist-util-remove-position-1.1.4.tgz",
22   "_shasum": "ec037348b6102c897703eee6d0294ca4755a2020",
23   "_spec": "unist-util-remove-position@^1.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/syntax-tree/unist-util-remove-position/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     "unist-util-visit": "^1.1.0"
43   },
44   "deprecated": false,
45   "description": "Remove `position`s from a unist tree",
46   "devDependencies": {
47     "browserify": "^16.0.0",
48     "nyc": "^14.0.0",
49     "prettier": "^1.0.0",
50     "remark": "^11.0.0",
51     "remark-cli": "^7.0.0",
52     "remark-preset-wooorm": "^6.0.0",
53     "tape": "^4.0.0",
54     "tinyify": "^2.0.0",
55     "unist-builder": "^2.0.0",
56     "xo": "^0.25.0"
57   },
58   "files": [
59     "index.js"
60   ],
61   "funding": {
62     "type": "opencollective",
63     "url": "https://opencollective.com/unified"
64   },
65   "homepage": "https://github.com/syntax-tree/unist-util-remove-position#readme",
66   "keywords": [
67     "unist",
68     "utility",
69     "remove",
70     "position",
71     "location"
72   ],
73   "license": "MIT",
74   "name": "unist-util-remove-position",
75   "nyc": {
76     "check-coverage": true,
77     "lines": 100,
78     "functions": 100,
79     "branches": 100
80   },
81   "prettier": {
82     "tabWidth": 2,
83     "useTabs": false,
84     "singleQuote": true,
85     "bracketSpacing": false,
86     "semi": false,
87     "trailingComma": "none"
88   },
89   "remarkConfig": {
90     "plugins": [
91       "preset-wooorm"
92     ]
93   },
94   "repository": {
95     "type": "git",
96     "url": "git+https://github.com/syntax-tree/unist-util-remove-position.git"
97   },
98   "scripts": {
99     "build": "npm run build-bundle && npm run build-mangle",
100     "build-bundle": "browserify . -s unistUtilRemovePosition > unist-util-remove-position.js",
101     "build-mangle": "browserify . -s unistUtilRemovePosition -p tinyify > unist-util-remove-position.min.js",
102     "format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
103     "test": "npm run format && npm run build && npm run test-coverage",
104     "test-api": "node test",
105     "test-coverage": "nyc --reporter lcov tape test.js"
106   },
107   "version": "1.1.4",
108   "xo": {
109     "prettier": true,
110     "esnext": false,
111     "ignores": [
112       "unist-util-remove-position.js"
113     ]
114   }
115 }