UNPKG

urltool

Version:

Node Module & Browser Library for parsing, formatting and serializing URLs

37 lines (36 loc) 955 B
{ "name": "urltool", "version": "1.0.0", "description": "Node Module & Browser Library for parsing, formatting and serializing URLs", "main": "dist.js", "scripts": { "build": "babel src.js -o dist.js && minify dist.js --out-file dist.js --mangle.keepClassName", "test": "jest", "push": "npm run test && npm run build && npm publish" }, "repository": { "type": "git", "url": "git+https://github.com/thevideotrain/urltool.git" }, "keywords": [ "url", "urltool", "urltoolkit", "urlkit", "urls", "parse-url" ], "author": "The TheVideoTrain Author (s)", "license": "MIT", "bugs": { "url": "https://github.com/thevideotrain/urltool/issues" }, "homepage": "https://github.com/thevideotrain/urltool#readme", "devDependencies": { "@babel/cli": "^7.17.10", "@babel/core": "^7.18.5", "@babel/preset-env": "^7.18.2", "babel-minify": "^0.5.2", "jest": "^28.1.1" } }