aswi2020vldc-gitlab/templetes/node_modules/strip-eof/package.json @ 5a4cdc03
1 | 3a515b92 | cagy | {
|
---|---|---|---|
2 | "name": "strip-eof", |
||
3 | "version": "1.0.0", |
||
4 | "description": "Strip the End-Of-File (EOF) character from a string/buffer", |
||
5 | "license": "MIT", |
||
6 | "repository": "sindresorhus/strip-eof", |
||
7 | "author": { |
||
8 | "name": "Sindre Sorhus", |
||
9 | "email": "sindresorhus@gmail.com", |
||
10 | "url": "sindresorhus.com" |
||
11 | }, |
||
12 | "engines": { |
||
13 | "node": ">=0.10.0" |
||
14 | }, |
||
15 | "scripts": { |
||
16 | "test": "xo && ava" |
||
17 | }, |
||
18 | "files": [ |
||
19 | "index.js" |
||
20 | ], |
||
21 | "keywords": [ |
||
22 | "strip", |
||
23 | "trim", |
||
24 | "remove", |
||
25 | "delete", |
||
26 | "eof", |
||
27 | "end", |
||
28 | "file", |
||
29 | "newline", |
||
30 | "linebreak", |
||
31 | "character", |
||
32 | "string", |
||
33 | "buffer" |
||
34 | ], |
||
35 | "devDependencies": { |
||
36 | "ava": "*", |
||
37 | "xo": "*" |
||
38 | } |
||
39 | }
|