UNPKG

568 BJSONView Raw
1{
2 "name": "strip-slashes",
3 "version": "1.1.1",
4 "description": "A package to remove extra slashes from a url.",
5 "main": "./lib/index.js",
6 "files": [
7 "/lib"
8 ],
9 "scripts": {
10 "test": "echo \"Error: no test specified\""
11 },
12 "repository": {
13 "type": "git",
14 "url": "git@github.com:varundevpro/npm-strip-slashes"
15 },
16 "keywords": [],
17 "author": "Varun A 🔥",
18 "license": "MIT",
19 "bugs": {
20 "url": "https://github.com/varundevpro/npm-strip-slashes/issues"
21 },
22 "homepage": "https://github.com/varundevpro/npm-strip-slashes#readme"
23}