wishthis/node_modules/remove-trailing-separator/package.json

38 lines
847 B
JSON
Raw Normal View History

2022-01-21 08:28:41 +00:00
{
2022-04-08 10:55:35 +00:00
"name": "remove-trailing-separator",
"version": "1.1.0",
2022-01-21 08:28:41 +00:00
"description": "Removes separators from the end of the string.",
2022-04-08 10:55:35 +00:00
"main": "index.js",
2022-01-21 08:28:41 +00:00
"files": [
"index.js"
],
2022-04-08 10:55:35 +00:00
"scripts": {
"lint": "xo",
"pretest": "npm run lint",
"test": "nyc ava",
"report": "nyc report --reporter=html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/darsain/remove-trailing-separator.git"
},
2022-01-21 08:28:41 +00:00
"keywords": [
"remove",
"strip",
"trailing",
"separator"
],
2022-04-08 10:55:35 +00:00
"author": "darsain",
2022-01-21 08:28:41 +00:00
"license": "ISC",
2022-04-08 10:55:35 +00:00
"bugs": {
"url": "https://github.com/darsain/remove-trailing-separator/issues"
2022-02-23 16:41:13 +00:00
},
2022-04-08 10:55:35 +00:00
"homepage": "https://github.com/darsain/remove-trailing-separator#readme",
"devDependencies": {
"ava": "^0.16.0",
"coveralls": "^2.11.14",
"nyc": "^8.3.0",
"xo": "^0.16.0"
}
2022-01-21 08:28:41 +00:00
}