source: trip-planner-front/node_modules/is-fullwidth-code-point/package.json@ ceaed42

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

initial commit

  • Property mode set to 100644
File size: 737 bytes
Line 
1{
2 "name": "is-fullwidth-code-point",
3 "version": "3.0.0",
4 "description": "Check if the character represented by a given Unicode code point is fullwidth",
5 "license": "MIT",
6 "repository": "sindresorhus/is-fullwidth-code-point",
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-check"
17 },
18 "files": [
19 "index.js",
20 "index.d.ts"
21 ],
22 "keywords": [
23 "fullwidth",
24 "full-width",
25 "full",
26 "width",
27 "unicode",
28 "character",
29 "string",
30 "codepoint",
31 "code",
32 "point",
33 "is",
34 "detect",
35 "check"
36 ],
37 "devDependencies": {
38 "ava": "^1.3.1",
39 "tsd-check": "^0.5.0",
40 "xo": "^0.24.0"
41 }
42}
Note: See TracBrowser for help on using the repository browser.