123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- {
- "name": "redent",
- "version": "1.0.0",
- "description": "Strip redundant indentation and indent the string",
- "license": "MIT",
- "repository": "sindresorhus/redent",
- "author": {
- "name": "Sindre Sorhus",
- "email": "sindresorhus@gmail.com",
- "url": "sindresorhus.com"
- },
- "engines": {
- "node": ">=0.10.0"
- },
- "scripts": {
- "test": "xo && ava"
- },
- "files": [
- "index.js"
- ],
- "keywords": [
- "string",
- "str",
- "strip",
- "trim",
- "indent",
- "indentation",
- "add",
- "reindent",
- "normalize",
- "remove",
- "whitespace",
- "space"
- ],
- "dependencies": {
- "indent-string": "^2.1.0",
- "strip-indent": "^1.0.1"
- },
- "devDependencies": {
- "ava": "*",
- "xo": "*"
- },
- "_from": "redent@1.0.0",
- "_resolved": "http://registry.npm.taobao.org/redent/download/redent-1.0.0.tgz"
- }
|