Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / svg-tags / package.json
1 {
2   "_from": "svg-tags@^1.0.0",
3   "_id": "svg-tags@1.0.0",
4   "_inBundle": false,
5   "_integrity": "sha1-WPcc7jvVGbWdSyqEO2x95krAR2Q=",
6   "_location": "/svg-tags",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "svg-tags@^1.0.0",
12     "name": "svg-tags",
13     "escapedName": "svg-tags",
14     "rawSpec": "^1.0.0",
15     "saveSpec": null,
16     "fetchSpec": "^1.0.0"
17   },
18   "_requiredBy": [
19     "/stylelint"
20   ],
21   "_resolved": "https://registry.npmjs.org/svg-tags/-/svg-tags-1.0.0.tgz",
22   "_shasum": "58f71cee3bd519b59d4b2a843b6c7de64ac04764",
23   "_spec": "svg-tags@^1.0.0",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/stylelint",
25   "author": {
26     "name": "Athan Reines",
27     "email": "kgryte@gmail.com"
28   },
29   "bugs": {
30     "url": "https://github.com/element-io/svg-tags/issues"
31   },
32   "bundleDependencies": false,
33   "contributors": [
34     {
35       "name": "Athan Reines",
36       "email": "kgryte@gmail.com"
37     }
38   ],
39   "dependencies": {},
40   "deprecated": false,
41   "description": "List of standard SVG tags.",
42   "devDependencies": {
43     "chai": "1.x.x",
44     "coveralls": "^2.11.1",
45     "istanbul": "^0.3.0",
46     "mocha": "1.x.x"
47   },
48   "homepage": "https://github.com/element-io/svg-tags#readme",
49   "keywords": [
50     "svg",
51     "tags",
52     "w3c"
53   ],
54   "licenses": [
55     {
56       "type": "MIT",
57       "url": "http://www.opensource.org/licenses/MIT"
58     }
59   ],
60   "main": "./lib",
61   "name": "svg-tags",
62   "repository": {
63     "type": "git",
64     "url": "git://github.com/element-io/svg-tags.git"
65   },
66   "scripts": {
67     "coveralls": "istanbul cover ./node_modules/.bin/_mocha --dir ./reports/coveralls/coverage --report lcovonly -- -R spec && cat ./reports/coveralls/coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./reports/coveralls",
68     "test": "mocha",
69     "test-cov": "istanbul cover ./node_modules/.bin/_mocha --dir ./reports/coverage -- -R spec"
70   },
71   "version": "1.0.0"
72 }