sergejmueller/ltrim

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "ltrim",
  "version": "1.0.1",
  "description": "Strip whitespace - or other characters - from the beginning of a string",
  "main": "index.js",
  "files": [
    "index.js"
  ],
  "scripts": {
    "test": "mocha",
    "lint": "eslint ."
  },
  "keywords": [
    "trim",
    "ltrim",
    "strip",
    "string"
  ],
  "author": {
    "name": "Sergej Müller",
    "url": "https://sergejmueller.github.io"
  },
  "homepage": "https://github.com/sergejmueller/ltrim",
  "repository": "git://github.com/sergejmueller/ltrim.git",
  "license": "MIT",
  "devDependencies": {
    "array-range": "^1.0.1",
    "chai": "^3.5.0",
    "eslint": "^3.8.1",
    "eslint-plugin-node": "^2.1.3",
    "mocha": "^3.1.2",
    "shuffle-array": "^1.0.0"
  },
  "engines": {
    "node": ">=0.10"
  }
}