Files
2026-04-05 16:14:49 -04:00

19 lines
447 B
JSON

{
"name": "whatwg-url-compat",
"version": "0.6.5",
"description": "An implementation of the WHATWG URL algorithm",
"main": "lib/url.js",
"author": "Sebastian Mayr <github@smayr.name>",
"license": "MIT",
"repository": "jsdom/whatwg-url",
"dependencies": {
"tr46": "~0.0.1"
},
"devDependencies": {
"istanbul": "~0.3.14",
"jscs": "^1.13.0",
"jshint": "^2.7.0",
"mocha": "^2.2.4",
"request": "^2.55.0"
}
}