source: trip-planner-front/node_modules/wide-align/package.json@ 59329aa

Last change on this file since 59329aa was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 1.8 KB
Line 
1{
2 "_args": [
3 [
4 "wide-align@1.1.3",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "wide-align@1.1.3",
10 "_id": "wide-align@1.1.3",
11 "_inBundle": false,
12 "_integrity": "sha512-QGkOQc8XL6Bt5PwnsExKBPuMKBxnGxWWW3fU55Xt4feHozMUhdUMaBCk290qpm/wG5u/RSKzwdAC4i51YigihA==",
13 "_location": "/wide-align",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "wide-align@1.1.3",
19 "name": "wide-align",
20 "escapedName": "wide-align",
21 "rawSpec": "1.1.3",
22 "saveSpec": null,
23 "fetchSpec": "1.1.3"
24 },
25 "_requiredBy": [
26 "/gauge"
27 ],
28 "_resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.3.tgz",
29 "_spec": "1.1.3",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "Rebecca Turner",
33 "email": "me@re-becca.org",
34 "url": "http://re-becca.org/"
35 },
36 "bugs": {
37 "url": "https://github.com/iarna/wide-align/issues"
38 },
39 "dependencies": {
40 "string-width": "^1.0.2 || 2"
41 },
42 "description": "A wide-character aware text alignment function for use on the console or with fixed width fonts.",
43 "devDependencies": {
44 "tap": "10 || 11 || 12"
45 },
46 "files": [
47 "align.js"
48 ],
49 "homepage": "https://github.com/iarna/wide-align#readme",
50 "keywords": [
51 "wide",
52 "double",
53 "unicode",
54 "cjkv",
55 "pad",
56 "align"
57 ],
58 "license": "ISC",
59 "main": "align.js",
60 "name": "wide-align",
61 "repository": {
62 "type": "git",
63 "url": "git+https://github.com/iarna/wide-align.git"
64 },
65 "scripts": {
66 "test": "tap --coverage test/*.js",
67 "version": "perl -pi -e 's/^( \"version\": $ENV{npm_config_node_version}\").*?\",/$1abc\",/' package-lock.json ; git add package-lock.json"
68 },
69 "version": "1.1.3"
70}
Note: See TracBrowser for help on using the repository browser.