Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / remove-trailing-separator / package.json
1 {
2   "_from": "remove-trailing-separator@^1.0.1",
3   "_id": "remove-trailing-separator@1.1.0",
4   "_inBundle": false,
5   "_integrity": "sha1-wkvOKig62tW8P1jg1IJJuSN52O8=",
6   "_location": "/remove-trailing-separator",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "remove-trailing-separator@^1.0.1",
12     "name": "remove-trailing-separator",
13     "escapedName": "remove-trailing-separator",
14     "rawSpec": "^1.0.1",
15     "saveSpec": null,
16     "fetchSpec": "^1.0.1"
17   },
18   "_requiredBy": [
19     "/normalize-path"
20   ],
21   "_resolved": "https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz",
22   "_shasum": "c24bce2a283adad5bc3f58e0d48249b92379d8ef",
23   "_spec": "remove-trailing-separator@^1.0.1",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/normalize-path",
25   "author": {
26     "name": "darsain"
27   },
28   "bugs": {
29     "url": "https://github.com/darsain/remove-trailing-separator/issues"
30   },
31   "bundleDependencies": false,
32   "deprecated": false,
33   "description": "Removes separators from the end of the string.",
34   "devDependencies": {
35     "ava": "^0.16.0",
36     "coveralls": "^2.11.14",
37     "nyc": "^8.3.0",
38     "xo": "^0.16.0"
39   },
40   "files": [
41     "index.js"
42   ],
43   "homepage": "https://github.com/darsain/remove-trailing-separator#readme",
44   "keywords": [
45     "remove",
46     "strip",
47     "trailing",
48     "separator"
49   ],
50   "license": "ISC",
51   "main": "index.js",
52   "name": "remove-trailing-separator",
53   "repository": {
54     "type": "git",
55     "url": "git+https://github.com/darsain/remove-trailing-separator.git"
56   },
57   "scripts": {
58     "lint": "xo",
59     "pretest": "npm run lint",
60     "report": "nyc report --reporter=html",
61     "test": "nyc ava"
62   },
63   "version": "1.1.0"
64 }