
­­­­­­­­­­­­­­­­­­
<!DOCTYPE html>
<html>
{
  "_from": "trim-repeated@^1.0.0",
  "_id": "trim-repeated@1.0.0",
  "_inBundle": false,
  "_integrity": "sha1-42RqLqTokTEr9+rObPsFOAvAHCE=",
  "_location": "/ghost-cli/trim-repeated",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "trim-repeated@^1.0.0",
    "name": "trim-repeated",
    "escapedName": "trim-repeated",
    "rawSpec": "^1.0.0",
    "saveSpec": null,
    "fetchSpec": "^1.0.0"
  },
  "_requiredBy": [
    "/ghost-cli/filenamify"
  ],
  "_resolved": "https://registry.npmjs.org/trim-repeated/-/trim-repeated-1.0.0.tgz",
  "_shasum": "e3646a2ea4e891312bf7eace6cfb05380bc01c21",
  "_spec": "trim-repeated@^1.0.0",
  "_where": "/usr/local/lib/node_modules/ghost-cli/node_modules/filenamify",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/trim-repeated/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "escape-string-regexp": "^1.0.2"
  },
  "deprecated": false,
  "description": "Trim a consecutively repeated substring: foo--bar---baz → foo-bar-baz",
  "devDependencies": {
    "ava": "0.0.4"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/sindresorhus/trim-repeated#readme",
  "keywords": [
    "condense",
    "collapse",
    "compact",
    "consecutive",
    "repeated",
    "string",
    "str",
    "trim",
    "remove",
    "strip",
    "character",
    "char"
  ],
  "license": "MIT",
  "name": "trim-repeated",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/trim-repeated.git"
  },
  "scripts": {
    "test": "node test.js"
  },
  "version": "1.0.0"
}
