| { |
| "author": { |
| "email": "sindresorhus@gmail.com", |
| "name": "Sindre Sorhus", |
| "url": "sindresorhus.com" |
| }, |
| "dependencies": { |
| "repeating": "^2.0.0" |
| }, |
| "description": "Indent each line in a string", |
| "devDependencies": { |
| "mocha": "*" |
| }, |
| "engines": { |
| "node": ">=0.10.0" |
| }, |
| "files": [ |
| "index.js" |
| ], |
| "keywords": [ |
| "indent", |
| "string", |
| "str", |
| "pad", |
| "align", |
| "line", |
| "text" |
| ], |
| "license": "MIT", |
| "name": "indent-string", |
| "repository": "sindresorhus/indent-string", |
| "scripts": { |
| "test": "mocha" |
| }, |
| "version": "2.1.0" |
| } |