| { |
| "author": { |
| "email": "sindresorhus@gmail.com", |
| "name": "Sindre Sorhus", |
| "url": "http://sindresorhus.com" |
| }, |
| "bin": { |
| "strip-indent": "cli.js" |
| }, |
| "dependencies": { |
| "get-stdin": "^4.0.1" |
| }, |
| "description": "Strip leading whitespace from every line in a string", |
| "devDependencies": { |
| "mocha": "*" |
| }, |
| "engines": { |
| "node": ">=0.10.0" |
| }, |
| "files": [ |
| "index.js", |
| "cli.js" |
| ], |
| "keywords": [ |
| "cli", |
| "bin", |
| "browser", |
| "strip", |
| "normalize", |
| "remove", |
| "indent", |
| "indentation", |
| "whitespace", |
| "space", |
| "tab", |
| "string", |
| "str" |
| ], |
| "license": "MIT", |
| "name": "strip-indent", |
| "repository": "sindresorhus/strip-indent", |
| "scripts": { |
| "test": "mocha" |
| }, |
| "version": "1.0.1" |
| } |