remove-suffix
Version:
Removes a string from the end of another string.
41 lines (40 loc) • 789 B
JSON
{
"name": "remove-suffix",
"version": "2.0.0",
"description": "Removes a string from the end of another string.",
"keywords": [
"remove",
"trim",
"string",
"suffix",
"end",
"endsWith",
"bind operator"
],
"author": "John Lamansky",
"license": "MIT",
"homepage": "https://github.com/lamansky/remove-suffix",
"repository": "lamansky/remove-suffix",
"main": "index.js",
"engines": {
"node": ">=6.0.0"
},
"dependencies": {
"@lamansky/flatten": "^1.0.0",
"longest-first": "^1.0.0",
"sbo": "^1.0.0"
},
"devDependencies": {
"eslint-config-lamansky": "^1.0.0",
"mocha": "^5.0.0"
},
"scripts": {
"test": "mocha"
},
"eslintConfig": {
"extends": "lamansky",
"env": {
"mocha": true
}
}
}