Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / specificity / package.json
1 {
2   "_from": "specificity@^0.3.1",
3   "_id": "specificity@0.3.2",
4   "_inBundle": false,
5   "_integrity": "sha512-Nc/QN/A425Qog7j9aHmwOrlwX2e7pNI47ciwxwy4jOlvbbMHkNNJchit+FX+UjF3IAdiaaV5BKeWuDUnws6G1A==",
6   "_location": "/specificity",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "specificity@^0.3.1",
12     "name": "specificity",
13     "escapedName": "specificity",
14     "rawSpec": "^0.3.1",
15     "saveSpec": null,
16     "fetchSpec": "^0.3.1"
17   },
18   "_requiredBy": [
19     "/stylelint"
20   ],
21   "_resolved": "https://registry.npmjs.org/specificity/-/specificity-0.3.2.tgz",
22   "_shasum": "99e6511eceef0f8d9b57924937aac2cb13d13c42",
23   "_spec": "specificity@^0.3.1",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/stylelint",
25   "author": {
26     "name": "Keegan Street",
27     "url": "http://keegan.st"
28   },
29   "bin": {
30     "specificity": "bin/specificity"
31   },
32   "bugs": {
33     "url": "https://github.com/keeganstreet/specificity/issues"
34   },
35   "bundleDependencies": false,
36   "deprecated": false,
37   "description": "Calculate the specificity of a CSS selector",
38   "devDependencies": {
39     "mocha": "2.5.x"
40   },
41   "homepage": "https://github.com/keeganstreet/specificity",
42   "keywords": [
43     "CSS",
44     "specificity"
45   ],
46   "license": "MIT",
47   "main": "specificity",
48   "name": "specificity",
49   "repository": {
50     "type": "git",
51     "url": "git+https://github.com/keeganstreet/specificity.git"
52   },
53   "scripts": {
54     "test": "mocha test/test.js"
55   },
56   "types": "specificity.d.ts",
57   "version": "0.3.2"
58 }