Actualizacion maquina principal
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / strip-eof / package.json
1 {
2   "_from": "strip-eof@^1.0.0",
3   "_id": "strip-eof@1.0.0",
4   "_inBundle": false,
5   "_integrity": "sha1-u0P/VZim6wXYm1n80SnJgzE2Br8=",
6   "_location": "/strip-eof",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "strip-eof@^1.0.0",
12     "name": "strip-eof",
13     "escapedName": "strip-eof",
14     "rawSpec": "^1.0.0",
15     "saveSpec": null,
16     "fetchSpec": "^1.0.0"
17   },
18   "_requiredBy": [
19     "/execa",
20     "/os-locale/execa"
21   ],
22   "_resolved": "https://registry.npmjs.org/strip-eof/-/strip-eof-1.0.0.tgz",
23   "_shasum": "bb43ff5598a6eb05d89b59fcd129c983313606bf",
24   "_spec": "strip-eof@^1.0.0",
25   "_where": "/tmp/coc-prettier-dzKjD7/node_modules/execa",
26   "author": {
27     "name": "Sindre Sorhus",
28     "email": "sindresorhus@gmail.com",
29     "url": "sindresorhus.com"
30   },
31   "bugs": {
32     "url": "https://github.com/sindresorhus/strip-eof/issues"
33   },
34   "bundleDependencies": false,
35   "deprecated": false,
36   "description": "Strip the End-Of-File (EOF) character from a string/buffer",
37   "devDependencies": {
38     "ava": "*",
39     "xo": "*"
40   },
41   "engines": {
42     "node": ">=0.10.0"
43   },
44   "files": [
45     "index.js"
46   ],
47   "homepage": "https://github.com/sindresorhus/strip-eof#readme",
48   "keywords": [
49     "strip",
50     "trim",
51     "remove",
52     "delete",
53     "eof",
54     "end",
55     "file",
56     "newline",
57     "linebreak",
58     "character",
59     "string",
60     "buffer"
61   ],
62   "license": "MIT",
63   "name": "strip-eof",
64   "repository": {
65     "type": "git",
66     "url": "git+https://github.com/sindresorhus/strip-eof.git"
67   },
68   "scripts": {
69     "test": "xo && ava"
70   },
71   "version": "1.0.0"
72 }