- 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-fullwidth-code-point/package.json
rceaed42 r59329aa 1 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 } 2 "_args": [ 3 [ 4 "is-fullwidth-code-point@3.0.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "is-fullwidth-code-point@3.0.0", 10 "_id": "is-fullwidth-code-point@3.0.0", 11 "_inBundle": false, 12 "_integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", 13 "_location": "/is-fullwidth-code-point", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "is-fullwidth-code-point@3.0.0", 19 "name": "is-fullwidth-code-point", 20 "escapedName": "is-fullwidth-code-point", 21 "rawSpec": "3.0.0", 22 "saveSpec": null, 23 "fetchSpec": "3.0.0" 24 }, 25 "_requiredBy": [ 26 "/string-width" 27 ], 28 "_resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", 29 "_spec": "3.0.0", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Sindre Sorhus", 33 "email": "sindresorhus@gmail.com", 34 "url": "sindresorhus.com" 35 }, 36 "bugs": { 37 "url": "https://github.com/sindresorhus/is-fullwidth-code-point/issues" 38 }, 39 "description": "Check if the character represented by a given Unicode code point is fullwidth", 40 "devDependencies": { 41 "ava": "^1.3.1", 42 "tsd-check": "^0.5.0", 43 "xo": "^0.24.0" 44 }, 45 "engines": { 46 "node": ">=8" 47 }, 48 "files": [ 49 "index.js", 50 "index.d.ts" 51 ], 52 "homepage": "https://github.com/sindresorhus/is-fullwidth-code-point#readme", 53 "keywords": [ 54 "fullwidth", 55 "full-width", 56 "full", 57 "width", 58 "unicode", 59 "character", 60 "string", 61 "codepoint", 62 "code", 63 "point", 64 "is", 65 "detect", 66 "check" 67 ], 68 "license": "MIT", 69 "name": "is-fullwidth-code-point", 70 "repository": { 71 "type": "git", 72 "url": "git+https://github.com/sindresorhus/is-fullwidth-code-point.git" 73 }, 74 "scripts": { 75 "test": "xo && ava && tsd-check" 76 }, 77 "version": "3.0.0" 42 78 }
Note:
See TracChangeset
for help on using the changeset viewer.