blob: 3ebfc3ca93b2ec3955f657dba37a99c703e33430 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "lpad-align@^1.0.1",
3 "_id": "lpad-align@1.1.2",
4 "_inBundle": false,
5 "_integrity": "sha1-IfYArBwwlcPG5JfuZyce4ISB/p4=",
6 "_location": "/lpad-align",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "lpad-align@^1.0.1",
12 "name": "lpad-align",
13 "escapedName": "lpad-align",
14 "rawSpec": "^1.0.1",
15 "saveSpec": null,
16 "fetchSpec": "^1.0.1"
17 },
18 "_requiredBy": [
19 "/squeak"
20 ],
21 "_resolved": "https://registry.npmjs.org/lpad-align/-/lpad-align-1.1.2.tgz",
22 "_shasum": "21f600ac1c3095c3c6e497ee67271ee08481fe9e",
23 "_spec": "lpad-align@^1.0.1",
24 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\squeak",
25 "author": {
26 "name": "Kevin MÃ¥rtensson",
27 "email": "kevinmartensson@gmail.com",
28 "url": "https://github.com/kevva"
29 },
30 "bin": {
31 "lpad-align": "cli.js"
32 },
33 "bugs": {
34 "url": "https://github.com/kevva/lpad-align/issues"
35 },
36 "bundleDependencies": false,
37 "dependencies": {
38 "get-stdin": "^4.0.1",
39 "indent-string": "^2.1.0",
40 "longest": "^1.0.0",
41 "meow": "^3.3.0"
42 },
43 "deprecated": false,
44 "description": "Left pad a string to align with the longest string in an array",
45 "devDependencies": {
46 "ava": "*",
47 "xo": "*"
48 },
49 "engines": {
50 "node": ">=0.10.0"
51 },
52 "files": [
53 "cli.js",
54 "index.js"
55 ],
56 "homepage": "https://github.com/kevva/lpad-align#readme",
57 "keywords": [
58 "align",
59 "indent",
60 "lpad"
61 ],
62 "license": "MIT",
63 "name": "lpad-align",
64 "repository": {
65 "type": "git",
66 "url": "git+https://github.com/kevva/lpad-align.git"
67 },
68 "scripts": {
69 "test": "xo && ava"
70 },
71 "version": "1.1.2"
72}