![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/dceprojects.corals.io/node_modules/whatwg-url/ |
{ "name": "whatwg-url", "version": "5.0.0", "description": "An implementation of the WHATWG URL Standard's URL API and parsing machinery", "main": "lib/public-api.js", "files": [ "lib/" ], "author": "Sebastian Mayr <[email protected]>", "license": "MIT", "repository": "jsdom/whatwg-url", "dependencies": { "tr46": "~0.0.3", "webidl-conversions": "^3.0.0" }, "devDependencies": { "eslint": "^2.6.0", "istanbul": "~0.4.3", "mocha": "^2.2.4", "recast": "~0.10.29", "request": "^2.55.0", "webidl2js": "^3.0.2" }, "scripts": { "build": "node scripts/transform.js && node scripts/convert-idl.js", "coverage": "istanbul cover node_modules/mocha/bin/_mocha", "lint": "eslint .", "prepublish": "npm run build", "pretest": "node scripts/get-latest-platform-tests.js && npm run build", "test": "mocha" } }