Changeset 59329aa for trip-planner-front/node_modules/wcwidth
- 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/wcwidth/package.json
rceaed42 r59329aa 1 1 { 2 "name": "wcwidth", 3 "version": "1.0.1", 4 "description": "Port of C's wcwidth() and wcswidth()", 5 "author": "Tim Oxley", 2 "_args": [ 3 [ 4 "wcwidth@1.0.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "wcwidth@1.0.1", 10 "_id": "wcwidth@1.0.1", 11 "_inBundle": false, 12 "_integrity": "sha1-8LDc+RW8X/FSivrbLA4XtTLaL+g=", 13 "_location": "/wcwidth", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "wcwidth@1.0.1", 19 "name": "wcwidth", 20 "escapedName": "wcwidth", 21 "rawSpec": "1.0.1", 22 "saveSpec": null, 23 "fetchSpec": "1.0.1" 24 }, 25 "_requiredBy": [ 26 "/ora" 27 ], 28 "_resolved": "https://registry.npmjs.org/wcwidth/-/wcwidth-1.0.1.tgz", 29 "_spec": "1.0.1", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Tim Oxley" 33 }, 34 "bugs": { 35 "url": "https://github.com/timoxley/wcwidth/issues" 36 }, 6 37 "contributors": [ 7 "Woong Jun <woong.jun@gmail.com> (http://code.woong.org/)" 38 { 39 "name": "Woong Jun", 40 "email": "woong.jun@gmail.com", 41 "url": "http://code.woong.org/" 42 } 8 43 ], 9 "main": "index.js",10 44 "dependencies": { 11 45 "defaults": "^1.0.3" 12 46 }, 47 "description": "Port of C's wcwidth() and wcswidth()", 13 48 "devDependencies": { 14 49 "tape": "^4.5.1" 15 50 }, 16 "license": "MIT", 51 "directories": { 52 "doc": "docs", 53 "test": "test" 54 }, 55 "homepage": "https://github.com/timoxley/wcwidth#readme", 17 56 "keywords": [ 18 57 "wide character", … … 25 64 "wcswidth" 26 65 ], 27 "directories": { 28 "doc": "docs", 29 "test": "test" 66 "license": "MIT", 67 "main": "index.js", 68 "name": "wcwidth", 69 "repository": { 70 "type": "git", 71 "url": "git+https://github.com/timoxley/wcwidth.git" 30 72 }, 31 73 "scripts": { 32 74 "test": "tape test/*.js" 33 75 }, 34 "repository": { 35 "type": "git", 36 "url": "git+https://github.com/timoxley/wcwidth.git" 37 }, 38 "bugs": { 39 "url": "https://github.com/timoxley/wcwidth/issues" 40 }, 41 "homepage": "https://github.com/timoxley/wcwidth#readme" 76 "version": "1.0.1" 42 77 }
Note:
See TracChangeset
for help on using the changeset viewer.