Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / common-tags / package.json
1 {
2   "_from": "common-tags@^1.4.0",
3   "_id": "common-tags@1.8.0",
4   "_inBundle": false,
5   "_integrity": "sha512-6P6g0uetGpW/sdyUy/iQQCbFF0kWVMSIVSyYz7Zgjcgh8mgw8PQzDNZeyZ5DQ2gM7LBoZPHmnjz8rUthkBG5tw==",
6   "_location": "/common-tags",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "common-tags@^1.4.0",
12     "name": "common-tags",
13     "escapedName": "common-tags",
14     "rawSpec": "^1.4.0",
15     "saveSpec": null,
16     "fetchSpec": "^1.4.0"
17   },
18   "_requiredBy": [
19     "/prettier-eslint"
20   ],
21   "_resolved": "https://registry.npmjs.org/common-tags/-/common-tags-1.8.0.tgz",
22   "_shasum": "8e3153e542d4a39e9b10554434afaaf98956a937",
23   "_spec": "common-tags@^1.4.0",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/prettier-eslint",
25   "author": {
26     "name": "Declan de Wet",
27     "email": "declandewet@me.com"
28   },
29   "bugs": {
30     "url": "http://github.com/declandewet/common-tags/issues"
31   },
32   "bundleDependencies": false,
33   "contributors": [
34     {
35       "name": "Declan de Wet",
36       "url": "https://github.com/declandewet"
37     },
38     {
39       "name": "Jason Killian",
40       "url": "https://github.com/JKillian"
41     },
42     {
43       "name": "Laurent Goudet",
44       "url": "https://github.com/laurentgoudet"
45     },
46     {
47       "name": "Kamil Ogórek",
48       "url": "https://github.com/kamilogorek"
49     },
50     {
51       "name": "Lucian Buzzo",
52       "url": "https://github.com/LucianBuzzo"
53     },
54     {
55       "name": "Rafał Ruciński",
56       "url": "https://github.com/fatfisz"
57     }
58   ],
59   "deprecated": false,
60   "description": "a few common utility template tags for ES2015",
61   "devDependencies": {
62     "babel-cli": "6.26.0",
63     "babel-eslint": "8.2.3",
64     "babel-plugin-add-module-exports": "0.2.1",
65     "babel-plugin-transform-class-properties": "6.24.1",
66     "babel-plugin-transform-export-extensions": "6.22.0",
67     "babel-preset-env": "1.7.0",
68     "babel-register": "6.26.0",
69     "codecov": "3.0.2",
70     "cross-env": "5.1.6",
71     "doctoc": "1.3.1",
72     "eslint": "4.19.1",
73     "eslint-config-prettier": "2.9.0",
74     "eslint-plugin-prettier": "2.6.0",
75     "jest": "23.0.0",
76     "micromatch": "3.1.10",
77     "prettier": "1.12.1",
78     "rimraf": "2.6.2",
79     "rollup": "0.59.3",
80     "rollup-plugin-babel": "3.0.4",
81     "rollup-plugin-node-resolve": "3.3.0",
82     "rollup-plugin-uglify": "4.0.0",
83     "when": "3.7.8"
84   },
85   "directories": {
86     "lib": "lib"
87   },
88   "engines": {
89     "node": ">=4.0.0"
90   },
91   "files": [
92     "dist",
93     "es",
94     "lib"
95   ],
96   "homepage": "https://github.com/declandewet/common-tags",
97   "jsnext:main": "es",
98   "keywords": [
99     "array",
100     "babel",
101     "es2015",
102     "es2015-tag",
103     "es6",
104     "es6-tag",
105     "heredoc",
106     "html",
107     "indent",
108     "indents",
109     "line",
110     "literal",
111     "multi",
112     "multiline",
113     "normalize",
114     "one",
115     "oneline",
116     "single",
117     "singleline",
118     "string",
119     "strings",
120     "strip",
121     "tag",
122     "tagged",
123     "template"
124   ],
125   "license": "MIT",
126   "main": "lib",
127   "module": "es",
128   "name": "common-tags",
129   "repository": {
130     "type": "git",
131     "url": "git+https://github.com/declandewet/common-tags.git"
132   },
133   "scripts": {
134     "build": "npm run clear && npm run build:cjs && npm run build:es && npm run build:unpkg",
135     "build:cjs": "babel src -d lib --ignore *.test.js",
136     "build:es": "cross-env BABEL_ENV=es babel src -d es --ignore *.test.js",
137     "build:unpkg": "cross-env BABEL_ENV=es rollup --config",
138     "clear": "rimraf lib && rimraf es",
139     "codecov": "codecov",
140     "doctoc": "doctoc readme.md --title \"## Table of Contents\"",
141     "lint": "eslint .*rc.js src/**/*.js --ignore-pattern '!.*rc.js'",
142     "lint:fix": "eslint --fix .*rc.js src/**/*.js --ignore-pattern '!.*rc.js'",
143     "prerelease": "npm run build",
144     "preversion": "npm run doctoc  && npm test",
145     "release": "npm publish",
146     "test": "npm run lint && jest"
147   },
148   "unpkg": "dist/common-tags.min.js",
149   "version": "1.8.0"
150 }