summaryrefslogtreecommitdiffstats
path: root/node_modules/remove-trailing-separator/package.json
diff options
context:
space:
mode:
authorGravatar Piotr Russ <mail@pruss.it> 2020-11-16 00:10:28 +0100
committerGravatar Piotr Russ <mail@pruss.it> 2020-11-16 00:10:28 +0100
commite06ec920f7a5d784e674c4c4b4e6d1da3dc7391d (patch)
tree55713f725f77b44ebfec86e4eec3ce33e71458ca /node_modules/remove-trailing-separator/package.json
downloadwebsite_creator-e06ec920f7a5d784e674c4c4b4e6d1da3dc7391d.tar.gz
website_creator-e06ec920f7a5d784e674c4c4b4e6d1da3dc7391d.tar.bz2
website_creator-e06ec920f7a5d784e674c4c4b4e6d1da3dc7391d.zip
api, login, auth
Diffstat (limited to 'node_modules/remove-trailing-separator/package.json')
-rw-r--r--node_modules/remove-trailing-separator/package.json64
1 files changed, 64 insertions, 0 deletions
diff --git a/node_modules/remove-trailing-separator/package.json b/node_modules/remove-trailing-separator/package.json
new file mode 100644
index 0000000..f1a5e50
--- /dev/null
+++ b/node_modules/remove-trailing-separator/package.json
@@ -0,0 +1,64 @@
+{
+ "_from": "remove-trailing-separator@^1.0.1",
+ "_id": "remove-trailing-separator@1.1.0",
+ "_inBundle": false,
+ "_integrity": "sha1-wkvOKig62tW8P1jg1IJJuSN52O8=",
+ "_location": "/remove-trailing-separator",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "range",
+ "registry": true,
+ "raw": "remove-trailing-separator@^1.0.1",
+ "name": "remove-trailing-separator",
+ "escapedName": "remove-trailing-separator",
+ "rawSpec": "^1.0.1",
+ "saveSpec": null,
+ "fetchSpec": "^1.0.1"
+ },
+ "_requiredBy": [
+ "/anymatch/normalize-path"
+ ],
+ "_resolved": "https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz",
+ "_shasum": "c24bce2a283adad5bc3f58e0d48249b92379d8ef",
+ "_spec": "remove-trailing-separator@^1.0.1",
+ "_where": "/home/pruss/Dev/3-minute-website/node_modules/anymatch/node_modules/normalize-path",
+ "author": {
+ "name": "darsain"
+ },
+ "bugs": {
+ "url": "https://github.com/darsain/remove-trailing-separator/issues"
+ },
+ "bundleDependencies": false,
+ "deprecated": false,
+ "description": "Removes separators from the end of the string.",
+ "devDependencies": {
+ "ava": "^0.16.0",
+ "coveralls": "^2.11.14",
+ "nyc": "^8.3.0",
+ "xo": "^0.16.0"
+ },
+ "files": [
+ "index.js"
+ ],
+ "homepage": "https://github.com/darsain/remove-trailing-separator#readme",
+ "keywords": [
+ "remove",
+ "strip",
+ "trailing",
+ "separator"
+ ],
+ "license": "ISC",
+ "main": "index.js",
+ "name": "remove-trailing-separator",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/darsain/remove-trailing-separator.git"
+ },
+ "scripts": {
+ "lint": "xo",
+ "pretest": "npm run lint",
+ "report": "nyc report --reporter=html",
+ "test": "nyc ava"
+ },
+ "version": "1.1.0"
+}