- 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/string-width/package.json
rceaed42 r59329aa 1 1 { 2 "name": "string-width", 3 "version": "4.2.3", 4 "description": "Get the visual width of a string - the number of columns required to display it", 5 "license": "MIT", 6 "repository": "sindresorhus/string-width", 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 "string", 24 "character", 25 "unicode", 26 "width", 27 "visual", 28 "column", 29 "columns", 30 "fullwidth", 31 "full-width", 32 "full", 33 "ansi", 34 "escape", 35 "codes", 36 "cli", 37 "command-line", 38 "terminal", 39 "console", 40 "cjk", 41 "chinese", 42 "japanese", 43 "korean", 44 "fixed-width" 45 ], 46 "dependencies": { 47 "emoji-regex": "^8.0.0", 48 "is-fullwidth-code-point": "^3.0.0", 49 "strip-ansi": "^6.0.1" 50 }, 51 "devDependencies": { 52 "ava": "^1.4.1", 53 "tsd": "^0.7.1", 54 "xo": "^0.24.0" 55 } 2 "_args": [ 3 [ 4 "string-width@4.2.3", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "string-width@4.2.3", 10 "_id": "string-width@4.2.3", 11 "_inBundle": false, 12 "_integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", 13 "_location": "/string-width", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "string-width@4.2.3", 19 "name": "string-width", 20 "escapedName": "string-width", 21 "rawSpec": "4.2.3", 22 "saveSpec": null, 23 "fetchSpec": "4.2.3" 24 }, 25 "_requiredBy": [ 26 "/cliui", 27 "/inquirer", 28 "/karma/yargs", 29 "/wrap-ansi", 30 "/yargs" 31 ], 32 "_resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", 33 "_spec": "4.2.3", 34 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 35 "author": { 36 "name": "Sindre Sorhus", 37 "email": "sindresorhus@gmail.com", 38 "url": "sindresorhus.com" 39 }, 40 "bugs": { 41 "url": "https://github.com/sindresorhus/string-width/issues" 42 }, 43 "dependencies": { 44 "emoji-regex": "^8.0.0", 45 "is-fullwidth-code-point": "^3.0.0", 46 "strip-ansi": "^6.0.1" 47 }, 48 "description": "Get the visual width of a string - the number of columns required to display it", 49 "devDependencies": { 50 "ava": "^1.4.1", 51 "tsd": "^0.7.1", 52 "xo": "^0.24.0" 53 }, 54 "engines": { 55 "node": ">=8" 56 }, 57 "files": [ 58 "index.js", 59 "index.d.ts" 60 ], 61 "homepage": "https://github.com/sindresorhus/string-width#readme", 62 "keywords": [ 63 "string", 64 "character", 65 "unicode", 66 "width", 67 "visual", 68 "column", 69 "columns", 70 "fullwidth", 71 "full-width", 72 "full", 73 "ansi", 74 "escape", 75 "codes", 76 "cli", 77 "command-line", 78 "terminal", 79 "console", 80 "cjk", 81 "chinese", 82 "japanese", 83 "korean", 84 "fixed-width" 85 ], 86 "license": "MIT", 87 "name": "string-width", 88 "repository": { 89 "type": "git", 90 "url": "git+https://github.com/sindresorhus/string-width.git" 91 }, 92 "scripts": { 93 "test": "xo && ava && tsd" 94 }, 95 "version": "4.2.3" 56 96 }
Note:
See TracChangeset
for help on using the changeset viewer.