source: frontend/node_modules/strip-final-newline/package.json

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 13 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 646 bytes
RevLine 
[9af201e]1{
2 "name": "strip-final-newline",
3 "version": "2.0.0",
4 "description": "Strip the final newline character from a string/buffer",
5 "license": "MIT",
6 "repository": "sindresorhus/strip-final-newline",
7 "author": {
8 "name": "Sindre Sorhus",
9 "email": "sindresorhus@gmail.com",
10 "url": "sindresorhus.com"
11 },
12 "engines": {
13 "node": ">=6"
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 "final",
27 "last",
28 "end",
29 "file",
30 "newline",
31 "linebreak",
32 "character",
33 "string",
34 "buffer"
35 ],
36 "devDependencies": {
37 "ava": "^0.25.0",
38 "xo": "^0.23.0"
39 }
40}
Note: See TracBrowser for help on using the repository browser.