UNPKG

rfc-3986

Version:

Javascript implementation of RFC-3986 and its components

42 lines (41 loc) 1.03 kB
{ "name": "rfc-3986", "version": "1.0.1", "description": "Javascript implementation of RFC-3986 and its components", "main": "index.js", "repository": { "type": "git", "url": "git+https://github.com/DavidTPate/rfc-3986.git" }, "keywords": [ "rfc3986", "uri", "url" ], "author": "David Pate <davidtpate@gmail.com>", "contributors":[], "license": "MIT", "bugs": { "url": "https://github.com/DavidTPate/rfc-3986/issues" }, "homepage": "https://github.com/DavidTPate/rfc-3986#readme", "files": [ "index.js", "LICENSE" ], "engines": { "node": ">= 0.6" }, "devDependencies": { "eslint": "2.5.3", "istanbul": "0.4.2", "jscs": "2.11.0", "jsinspect": "0.8.0", "mocha": "2.4.5" }, "scripts": { "cover": "istanbul cover _mocha -- --check-leaks --bail test && istanbul check-coverage --statements 100 --branches 100 --functions 100 --lines 100", "lint": "eslint . && jscs . && jsinspect .", "test": "npm run lint && npm run cover" } }