2025-01-15 19:42:35 +01:00

73 lines
1.7 KiB
JSON

{
"_from": "lpad-align@^1.0.0",
"_id": "lpad-align@1.1.2",
"_inBundle": false,
"_integrity": "sha1-IfYArBwwlcPG5JfuZyce4ISB/p4=",
"_location": "/lpad-align",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "lpad-align@^1.0.0",
"name": "lpad-align",
"escapedName": "lpad-align",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/download-status"
],
"_resolved": "https://registry.npmjs.org/lpad-align/-/lpad-align-1.1.2.tgz",
"_shasum": "21f600ac1c3095c3c6e497ee67271ee08481fe9e",
"_spec": "lpad-align@^1.0.0",
"_where": "/home/andreas/Documents/Projects/haxe/openfl/nigger/node_modules/download-status",
"author": {
"name": "Kevin Mårtensson",
"email": "kevinmartensson@gmail.com",
"url": "https://github.com/kevva"
},
"bin": {
"lpad-align": "cli.js"
},
"bugs": {
"url": "https://github.com/kevva/lpad-align/issues"
},
"bundleDependencies": false,
"dependencies": {
"get-stdin": "^4.0.1",
"indent-string": "^2.1.0",
"longest": "^1.0.0",
"meow": "^3.3.0"
},
"deprecated": false,
"description": "Left pad a string to align with the longest string in an array",
"devDependencies": {
"ava": "*",
"xo": "*"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"cli.js",
"index.js"
],
"homepage": "https://github.com/kevva/lpad-align#readme",
"keywords": [
"align",
"indent",
"lpad"
],
"license": "MIT",
"name": "lpad-align",
"repository": {
"type": "git",
"url": "git+https://github.com/kevva/lpad-align.git"
},
"scripts": {
"test": "xo && ava"
},
"version": "1.1.2"
}