Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / domhandler / package.json
1 {
2   "_from": "domhandler@^2.3.0",
3   "_id": "domhandler@2.4.2",
4   "_inBundle": false,
5   "_integrity": "sha512-JiK04h0Ht5u/80fdLMCEmV4zkNh2BcoMFBmZ/91WtYZ8qVXSKjiw7fXMgFPnHcSZgOo3XdinHvmnDUeMf5R4wA==",
6   "_location": "/domhandler",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "domhandler@^2.3.0",
12     "name": "domhandler",
13     "escapedName": "domhandler",
14     "rawSpec": "^2.3.0",
15     "saveSpec": null,
16     "fetchSpec": "^2.3.0"
17   },
18   "_requiredBy": [
19     "/htmlparser2"
20   ],
21   "_resolved": "https://registry.npmjs.org/domhandler/-/domhandler-2.4.2.tgz",
22   "_shasum": "8805097e933d65e85546f726d60f5eb88b44f803",
23   "_spec": "domhandler@^2.3.0",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/htmlparser2",
25   "author": {
26     "name": "Felix Boehm",
27     "email": "me@feedic.com"
28   },
29   "bugs": {
30     "url": "https://github.com/fb55/DomHandler/issues"
31   },
32   "bundleDependencies": false,
33   "dependencies": {
34     "domelementtype": "1"
35   },
36   "deprecated": false,
37   "description": "handler for htmlparser2 that turns pages into a dom",
38   "devDependencies": {
39     "htmlparser2": "^3.9.0",
40     "jshint": "^2.9.1",
41     "mocha": "^3.0.2"
42   },
43   "directories": {
44     "test": "tests"
45   },
46   "homepage": "https://github.com/fb55/DomHandler#readme",
47   "jshintConfig": {
48     "quotmark": "double",
49     "trailing": true,
50     "unused": true,
51     "undef": true,
52     "node": true,
53     "proto": true,
54     "globals": {
55       "it": true
56     }
57   },
58   "keywords": [
59     "dom",
60     "htmlparser2"
61   ],
62   "license": "BSD-2-Clause",
63   "main": "index.js",
64   "name": "domhandler",
65   "repository": {
66     "type": "git",
67     "url": "git://github.com/fb55/DomHandler.git"
68   },
69   "scripts": {
70     "test": "mocha -R list && jshint index.js test/"
71   },
72   "version": "2.4.2"
73 }