source: trip-planner-front/node_modules/strip-eof/package.json@ 6c1585f

Last change on this file since 6c1585f was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 668 bytes
Line 
1{
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}
Note: See TracBrowser for help on using the repository browser.