File: /var/www/linde-ai/html/node_modules/trim-repeated/package.json
{
"_from": "trim-repeated@^1.0.0",
"_id": "trim-repeated@1.0.0",
"_inBundle": false,
"_integrity": "sha512-pkonvlKk8/ZuR0D5tLW8ljt5I8kmxp2XKymhepUeOdCEfKpZaktSArkLHZt76OB1ZvO9bssUsDty4SWhLvZpLg==",
"_location": "/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": [
"/filenamify"
],
"_resolved": "https://registry.npmjs.org/trim-repeated/-/trim-repeated-1.0.0.tgz",
"_shasum": "e3646a2ea4e891312bf7eace6cfb05380bc01c21",
"_spec": "trim-repeated@^1.0.0",
"_where": "C:\\xampp\\htdocs\\linde-ai\\html\\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"
}