wishthis/node_modules/indent-string/package.json

38 lines
582 B
JSON
Raw Permalink Normal View History

2022-01-21 08:28:41 +00:00
{
2023-08-17 09:47:40 +00:00
"name": "indent-string",
"version": "4.0.0",
"description": "Indent each line in a string",
2022-04-08 10:55:35 +00:00
"license": "MIT",
2023-08-17 09:47:40 +00:00
"repository": "sindresorhus/indent-string",
2022-04-08 10:55:35 +00:00
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"engines": {
2023-08-17 09:47:40 +00:00
"node": ">=8"
2022-04-08 10:55:35 +00:00
},
"scripts": {
"test": "xo && ava && tsd"
},
"files": [
"index.js",
"index.d.ts"
],
"keywords": [
2023-08-17 09:47:40 +00:00
"indent",
2022-04-08 10:55:35 +00:00
"string",
2023-08-17 09:47:40 +00:00
"pad",
"align",
"line",
"text",
"each",
"every"
2022-04-08 10:55:35 +00:00
],
"devDependencies": {
"ava": "^1.4.1",
"tsd": "^0.7.2",
"xo": "^0.24.0"
}
2022-01-21 08:28:41 +00:00
}