source: trip-planner-front/node_modules/has-unicode/package.json@ 188ee53

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

initial commit

  • Property mode set to 100644
File size: 639 bytes
Line 
1{
2 "name": "has-unicode",
3 "version": "2.0.1",
4 "description": "Try to guess if your terminal supports unicode",
5 "main": "index.js",
6 "scripts": {
7 "test": "tap test/*.js"
8 },
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/iarna/has-unicode"
12 },
13 "keywords": [
14 "unicode",
15 "terminal"
16 ],
17 "files": [
18 "index.js"
19 ],
20 "author": "Rebecca Turner <me@re-becca.org>",
21 "license": "ISC",
22 "bugs": {
23 "url": "https://github.com/iarna/has-unicode/issues"
24 },
25 "homepage": "https://github.com/iarna/has-unicode",
26 "devDependencies": {
27 "require-inject": "^1.3.0",
28 "tap": "^2.3.1"
29 }
30}
Note: See TracBrowser for help on using the repository browser.