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