Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / prettier-stylelint / node_modules / prettier / package.json
1 {
2   "_from": "prettier@^1.7.0",
3   "_id": "prettier@1.19.1",
4   "_inBundle": false,
5   "_integrity": "sha512-s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew==",
6   "_location": "/prettier-stylelint/prettier",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "prettier@^1.7.0",
12     "name": "prettier",
13     "escapedName": "prettier",
14     "rawSpec": "^1.7.0",
15     "saveSpec": null,
16     "fetchSpec": "^1.7.0"
17   },
18   "_requiredBy": [
19     "/prettier-stylelint"
20   ],
21   "_resolved": "https://registry.npmjs.org/prettier/-/prettier-1.19.1.tgz",
22   "_shasum": "f7d7f5ff8a9cd872a7be4ca142095956a60797cb",
23   "_spec": "prettier@^1.7.0",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/prettier-stylelint",
25   "author": {
26     "name": "James Long"
27   },
28   "bin": {
29     "prettier": "bin-prettier.js"
30   },
31   "bugs": {
32     "url": "https://github.com/prettier/prettier/issues"
33   },
34   "bundleDependencies": false,
35   "deprecated": false,
36   "description": "Prettier is an opinionated code formatter",
37   "engines": {
38     "node": ">=4"
39   },
40   "files": [
41     "*.js"
42   ],
43   "homepage": "https://prettier.io",
44   "license": "MIT",
45   "main": "./index.js",
46   "name": "prettier",
47   "repository": {
48     "type": "git",
49     "url": "git+https://github.com/prettier/prettier.git"
50   },
51   "scripts": {
52     "prepublishOnly": "node -e \"assert.equal(require('.').version, require('..').version)\""
53   },
54   "version": "1.19.1"
55 }