42 lines
701 B
JSON
42 lines
701 B
JSON
{
|
|
"name": "indent-string",
|
|
"version": "1.2.2",
|
|
"description": "Indent each line in a string",
|
|
"license": "MIT",
|
|
"repository": "sindresorhus/indent-string",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "sindresorhus.com"
|
|
},
|
|
"bin": "cli.js",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"cli.js"
|
|
],
|
|
"keywords": [
|
|
"cli-app",
|
|
"cli",
|
|
"bin",
|
|
"indent",
|
|
"string",
|
|
"str",
|
|
"pad",
|
|
"line"
|
|
],
|
|
"dependencies": {
|
|
"get-stdin": "^4.0.1",
|
|
"minimist": "^1.1.0",
|
|
"repeating": "^1.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "*"
|
|
}
|
|
}
|