Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / postcss-media-query-parser / package.json
1 {
2   "_from": "postcss-media-query-parser@^0.2.3",
3   "_id": "postcss-media-query-parser@0.2.3",
4   "_inBundle": false,
5   "_integrity": "sha1-J7Ocb02U+Bsac7j3Y1HGCeXO8kQ=",
6   "_location": "/postcss-media-query-parser",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "postcss-media-query-parser@^0.2.3",
12     "name": "postcss-media-query-parser",
13     "escapedName": "postcss-media-query-parser",
14     "rawSpec": "^0.2.3",
15     "saveSpec": null,
16     "fetchSpec": "^0.2.3"
17   },
18   "_requiredBy": [
19     "/stylelint"
20   ],
21   "_resolved": "https://registry.npmjs.org/postcss-media-query-parser/-/postcss-media-query-parser-0.2.3.tgz",
22   "_shasum": "27b39c6f4d94f81b1a73b8f76351c609e5cef244",
23   "_spec": "postcss-media-query-parser@^0.2.3",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/stylelint",
25   "author": {
26     "name": "dryoma"
27   },
28   "babel": {
29     "presets": [
30       "es2015"
31     ]
32   },
33   "bugs": {
34     "url": "https://github.com/dryoma/postcss-media-query-parser/issues"
35   },
36   "bundleDependencies": false,
37   "deprecated": false,
38   "description": "A tool for parsing media query lists.",
39   "devDependencies": {
40     "babel-cli": "^6.14.0",
41     "babel-preset-es2015": "^6.14.0",
42     "babel-register": "^6.14.0",
43     "eslint": "^2.5.1",
44     "eslint-config-airbnb": "^6.0.2",
45     "eslint-plugin-react": "^4.2.3",
46     "tap-spec": "^4.1.1",
47     "tape": "^4.6.0"
48   },
49   "eslintConfig": {
50     "extends": "airbnb",
51     "rules": {
52       "max-len": [
53         2,
54         80,
55         4
56       ],
57       "func-names": 0
58     }
59   },
60   "files": [
61     "dist",
62     "!**/__tests__"
63   ],
64   "homepage": "https://github.com/dryoma/postcss-media-query-parser",
65   "keywords": [
66     "postcss",
67     "postcss tool",
68     "media query",
69     "media query parsing"
70   ],
71   "license": "MIT",
72   "main": "dist/index.js",
73   "name": "postcss-media-query-parser",
74   "repository": {
75     "type": "git",
76     "url": "git+https://github.com/dryoma/postcss-media-query-parser.git"
77   },
78   "scripts": {
79     "build": "babel src --out-dir dist",
80     "lint": "eslint . --ignore-path .gitignore",
81     "prebuild": "rimraf dist",
82     "prepublish": "npm run build",
83     "pretest": "npm run lint",
84     "test": "tape -r babel-register \"src/**/__tests__/*.js\" | tap-spec"
85   },
86   "version": "0.2.3"
87 }