Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / snapdragon-util / package.json
1 {
2   "_from": "snapdragon-util@^3.0.1",
3   "_id": "snapdragon-util@3.0.1",
4   "_inBundle": false,
5   "_integrity": "sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ==",
6   "_location": "/snapdragon-util",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "snapdragon-util@^3.0.1",
12     "name": "snapdragon-util",
13     "escapedName": "snapdragon-util",
14     "rawSpec": "^3.0.1",
15     "saveSpec": null,
16     "fetchSpec": "^3.0.1"
17   },
18   "_requiredBy": [
19     "/snapdragon-node"
20   ],
21   "_resolved": "https://registry.npmjs.org/snapdragon-util/-/snapdragon-util-3.0.1.tgz",
22   "_shasum": "f956479486f2acd79700693f6f7b805e45ab56e2",
23   "_spec": "snapdragon-util@^3.0.1",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/snapdragon-node",
25   "author": {
26     "name": "Jon Schlinkert",
27     "url": "https://github.com/jonschlinkert"
28   },
29   "bugs": {
30     "url": "https://github.com/jonschlinkert/snapdragon-util/issues"
31   },
32   "bundleDependencies": false,
33   "dependencies": {
34     "kind-of": "^3.2.0"
35   },
36   "deprecated": false,
37   "description": "Utilities for the snapdragon parser/compiler.",
38   "devDependencies": {
39     "define-property": "^1.0.0",
40     "gulp": "^3.9.1",
41     "gulp-eslint": "^3.0.1",
42     "gulp-format-md": "^0.1.12",
43     "gulp-istanbul": "^1.1.1",
44     "gulp-mocha": "^3.0.0",
45     "isobject": "^3.0.0",
46     "mocha": "^3.3.0",
47     "snapdragon": "^0.11.0",
48     "snapdragon-node": "^1.0.6"
49   },
50   "engines": {
51     "node": ">=0.10.0"
52   },
53   "files": [
54     "index.js"
55   ],
56   "homepage": "https://github.com/jonschlinkert/snapdragon-util",
57   "keywords": [
58     "capture",
59     "compile",
60     "compiler",
61     "convert",
62     "match",
63     "parse",
64     "parser",
65     "plugin",
66     "render",
67     "snapdragon",
68     "snapdragonplugin",
69     "transform",
70     "util"
71   ],
72   "license": "MIT",
73   "main": "index.js",
74   "name": "snapdragon-util",
75   "repository": {
76     "type": "git",
77     "url": "git+https://github.com/jonschlinkert/snapdragon-util.git"
78   },
79   "scripts": {
80     "test": "mocha"
81   },
82   "verb": {
83     "toc": "collapsible",
84     "layout": "default",
85     "tasks": [
86       "readme"
87     ],
88     "plugins": [
89       "gulp-format-md"
90     ],
91     "lint": {
92       "reflinks": true
93     }
94   },
95   "version": "3.0.1"
96 }