b44bb7a1d6bd5ce0c3e1e2386c8d61f7a41e2fc6
[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     "/watchpack-chokidar2/anymatch/normalize-path"
21   ],
22   "_resolved": "https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz",
23   "_shasum": "c24bce2a283adad5bc3f58e0d48249b92379d8ef",
24   "_spec": "remove-trailing-separator@^1.0.1",
25   "_where": "/tmp/coc-prettier-dzKjD7/node_modules/normalize-path",
26   "author": {
27     "name": "darsain"
28   },
29   "bugs": {
30     "url": "https://github.com/darsain/remove-trailing-separator/issues"
31   },
32   "bundleDependencies": false,
33   "deprecated": false,
34   "description": "Removes separators from the end of the string.",
35   "devDependencies": {
36     "ava": "^0.16.0",
37     "coveralls": "^2.11.14",
38     "nyc": "^8.3.0",
39     "xo": "^0.16.0"
40   },
41   "files": [
42     "index.js"
43   ],
44   "homepage": "https://github.com/darsain/remove-trailing-separator#readme",
45   "keywords": [
46     "remove",
47     "strip",
48     "trailing",
49     "separator"
50   ],
51   "license": "ISC",
52   "main": "index.js",
53   "name": "remove-trailing-separator",
54   "repository": {
55     "type": "git",
56     "url": "git+https://github.com/darsain/remove-trailing-separator.git"
57   },
58   "scripts": {
59     "lint": "xo",
60     "pretest": "npm run lint",
61     "report": "nyc report --reporter=html",
62     "test": "nyc ava"
63   },
64   "version": "1.1.0"
65 }