Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / stylelint / node_modules / strip-indent / package.json
1 {
2   "_from": "strip-indent@^2.0.0",
3   "_id": "strip-indent@2.0.0",
4   "_inBundle": false,
5   "_integrity": "sha1-XvjbKV0B5u1sv3qrlpmNeCJSe2g=",
6   "_location": "/stylelint/strip-indent",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "strip-indent@^2.0.0",
12     "name": "strip-indent",
13     "escapedName": "strip-indent",
14     "rawSpec": "^2.0.0",
15     "saveSpec": null,
16     "fetchSpec": "^2.0.0"
17   },
18   "_requiredBy": [
19     "/stylelint/redent"
20   ],
21   "_resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-2.0.0.tgz",
22   "_shasum": "5ef8db295d01e6ed6cbf7aab96998d7822527b68",
23   "_spec": "strip-indent@^2.0.0",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/stylelint/node_modules/redent",
25   "author": {
26     "name": "Sindre Sorhus",
27     "email": "sindresorhus@gmail.com",
28     "url": "sindresorhus.com"
29   },
30   "bugs": {
31     "url": "https://github.com/sindresorhus/strip-indent/issues"
32   },
33   "bundleDependencies": false,
34   "deprecated": false,
35   "description": "Strip leading whitespace from each line in a string",
36   "devDependencies": {
37     "ava": "*",
38     "xo": "*"
39   },
40   "engines": {
41     "node": ">=4"
42   },
43   "files": [
44     "index.js"
45   ],
46   "homepage": "https://github.com/sindresorhus/strip-indent#readme",
47   "keywords": [
48     "strip",
49     "indent",
50     "indentation",
51     "normalize",
52     "remove",
53     "delete",
54     "whitespace",
55     "space",
56     "tab",
57     "string",
58     "str"
59   ],
60   "license": "MIT",
61   "name": "strip-indent",
62   "repository": {
63     "type": "git",
64     "url": "git+https://github.com/sindresorhus/strip-indent.git"
65   },
66   "scripts": {
67     "test": "xo && ava"
68   },
69   "version": "2.0.0",
70   "xo": {
71     "esnext": true
72   }
73 }