{
  "_args": [
    [
      "trim-repeated@^1.0.0",
      "/Users/nick/codes/twreporter-react/node_modules/filenamify"
    ]
  ],
  "_from": "trim-repeated@>=1.0.0 <2.0.0",
  "_id": "trim-repeated@1.0.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/trim-repeated",
  "_nodeVersion": "0.10.32",
  "_npmUser": {
    "email": "sindresorhus@gmail.com",
    "name": "sindresorhus"
  },
  "_npmVersion": "2.1.16",
  "_phantomChildren": {},
  "_requested": {
    "name": "trim-repeated",
    "raw": "trim-repeated@^1.0.0",
    "rawSpec": "^1.0.0",
    "scope": null,
    "spec": ">=1.0.0 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/filenamify"
  ],
  "_resolved": "https://registry.npmjs.org/trim-repeated/-/trim-repeated-1.0.0.tgz",
  "_shasum": "e3646a2ea4e891312bf7eace6cfb05380bc01c21",
  "_shrinkwrap": null,
  "_spec": "trim-repeated@^1.0.0",
  "_where": "/Users/nick/codes/twreporter-react/node_modules/filenamify",
  "author": {
    "email": "sindresorhus@gmail.com",
    "name": "Sindre Sorhus",
    "url": "sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/trim-repeated/issues"
  },
  "dependencies": {
    "escape-string-regexp": "^1.0.2"
  },
  "description": "Trim a consecutively repeated substring: foo--bar---baz → foo-bar-baz",
  "devDependencies": {
    "ava": "0.0.4"
  },
  "directories": {},
  "dist": {
    "shasum": "e3646a2ea4e891312bf7eace6cfb05380bc01c21",
    "tarball": "http://registry.npmjs.org/trim-repeated/-/trim-repeated-1.0.0.tgz"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "files": [
    "index.js"
  ],
  "gitHead": "df1e5af5f88117f1c9f1624aeb083d014ceef308",
  "homepage": "https://github.com/sindresorhus/trim-repeated",
  "keywords": [
    "char",
    "character",
    "collapse",
    "compact",
    "condense",
    "consecutive",
    "remove",
    "repeated",
    "str",
    "string",
    "strip",
    "trim"
  ],
  "license": "MIT",
  "maintainers": [
    {
      "name": "sindresorhus",
      "email": "sindresorhus@gmail.com"
    }
  ],
  "name": "trim-repeated",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/trim-repeated.git"
  },
  "scripts": {
    "test": "node test.js"
  },
  "version": "1.0.0"
}
