Changeset 59329aa for trip-planner-front/node_modules/is-unicode-supported
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/is-unicode-supported/package.json
rceaed42 r59329aa 1 1 { 2 "name": "is-unicode-supported", 3 "version": "0.1.0", 4 "description": "Detect whether the terminal supports Unicode", 5 "license": "MIT", 6 "repository": "sindresorhus/is-unicode-supported", 7 "funding": "https://github.com/sponsors/sindresorhus", 8 "author": { 9 "name": "Sindre Sorhus", 10 "email": "sindresorhus@gmail.com", 11 "url": "https://sindresorhus.com" 12 }, 13 "engines": { 14 "node": ">=10" 15 }, 16 "scripts": { 17 "test": "xo && ava && tsd" 18 }, 19 "files": [ 20 "index.js", 21 "index.d.ts" 22 ], 23 "keywords": [ 24 "terminal", 25 "unicode", 26 "detect", 27 "utf8", 28 "console", 29 "shell", 30 "support", 31 "supports", 32 "supported", 33 "check", 34 "detection" 35 ], 36 "devDependencies": { 37 "ava": "^2.4.0", 38 "tsd": "^0.14.0", 39 "xo": "^0.38.2" 40 } 2 "_args": [ 3 [ 4 "is-unicode-supported@0.1.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "is-unicode-supported@0.1.0", 10 "_id": "is-unicode-supported@0.1.0", 11 "_inBundle": false, 12 "_integrity": "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==", 13 "_location": "/is-unicode-supported", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "is-unicode-supported@0.1.0", 19 "name": "is-unicode-supported", 20 "escapedName": "is-unicode-supported", 21 "rawSpec": "0.1.0", 22 "saveSpec": null, 23 "fetchSpec": "0.1.0" 24 }, 25 "_requiredBy": [ 26 "/log-symbols", 27 "/ora" 28 ], 29 "_resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz", 30 "_spec": "0.1.0", 31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 32 "author": { 33 "name": "Sindre Sorhus", 34 "email": "sindresorhus@gmail.com", 35 "url": "https://sindresorhus.com" 36 }, 37 "bugs": { 38 "url": "https://github.com/sindresorhus/is-unicode-supported/issues" 39 }, 40 "description": "Detect whether the terminal supports Unicode", 41 "devDependencies": { 42 "ava": "^2.4.0", 43 "tsd": "^0.14.0", 44 "xo": "^0.38.2" 45 }, 46 "engines": { 47 "node": ">=10" 48 }, 49 "files": [ 50 "index.js", 51 "index.d.ts" 52 ], 53 "funding": "https://github.com/sponsors/sindresorhus", 54 "homepage": "https://github.com/sindresorhus/is-unicode-supported#readme", 55 "keywords": [ 56 "terminal", 57 "unicode", 58 "detect", 59 "utf8", 60 "console", 61 "shell", 62 "support", 63 "supports", 64 "supported", 65 "check", 66 "detection" 67 ], 68 "license": "MIT", 69 "name": "is-unicode-supported", 70 "repository": { 71 "type": "git", 72 "url": "git+https://github.com/sindresorhus/is-unicode-supported.git" 73 }, 74 "scripts": { 75 "test": "xo && ava && tsd" 76 }, 77 "version": "0.1.0" 41 78 }
Note:
See TracChangeset
for help on using the changeset viewer.