source: frontend/node_modules/strip-bom/package.json

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

Fix frontend appearance

  • Property mode set to 100644
File size: 649 bytes
Line 
1{
2 "name": "strip-bom",
3 "version": "4.0.0",
4 "description": "Strip UTF-8 byte order mark (BOM) from a string",
5 "license": "MIT",
6 "repository": "sindresorhus/strip-bom",
7 "author": {
8 "name": "Sindre Sorhus",
9 "email": "sindresorhus@gmail.com",
10 "url": "sindresorhus.com"
11 },
12 "engines": {
13 "node": ">=8"
14 },
15 "scripts": {
16 "test": "xo && ava && tsd"
17 },
18 "files": [
19 "index.js",
20 "index.d.ts"
21 ],
22 "keywords": [
23 "strip",
24 "bom",
25 "byte",
26 "order",
27 "mark",
28 "unicode",
29 "utf8",
30 "utf-8",
31 "remove",
32 "delete",
33 "trim",
34 "text",
35 "string"
36 ],
37 "devDependencies": {
38 "ava": "^1.4.1",
39 "tsd": "^0.7.2",
40 "xo": "^0.24.0"
41 }
42}
Note: See TracBrowser for help on using the repository browser.