Initial commit
This commit is contained in:
19
node_modules/whatwg-url-compat/package.json
generated
vendored
Normal file
19
node_modules/whatwg-url-compat/package.json
generated
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user