64 lines
1.7 KiB
JSON
64 lines
1.7 KiB
JSON
{
|
|
"_from": "url-toolkit@^2.2.1",
|
|
"_id": "url-toolkit@2.2.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-l25w6Sy+Iy3/IbogunxhWwljPaDnqpiKvrQRoLBm6DfISco7NyRIS7Zf6+Oxhy1T8kHxWdwLND7ZZba6NjXMug==",
|
|
"_location": "/url-toolkit",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "url-toolkit@^2.2.1",
|
|
"name": "url-toolkit",
|
|
"escapedName": "url-toolkit",
|
|
"rawSpec": "^2.2.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^2.2.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/@videojs/vhs-utils"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/url-toolkit/-/url-toolkit-2.2.2.tgz",
|
|
"_shasum": "51ef27b56d3187185f9ecf4a8ac7e8f55203c89d",
|
|
"_spec": "url-toolkit@^2.2.1",
|
|
"_where": "F:\\Documents\\websites\\BMM\\node_modules\\@videojs\\vhs-utils",
|
|
"author": {
|
|
"name": "Tom Jenkinson",
|
|
"email": "tjcode@outlook.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/tjenkinson/url-toolkit/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "Build an absolute URL from a base URL and a relative URL (RFC 1808). No dependencies!",
|
|
"devDependencies": {
|
|
"husky": "^4.2.5",
|
|
"jest": "^26.0.1",
|
|
"prettier": "^2.0.5"
|
|
},
|
|
"homepage": "https://github.com/tjenkinson/url-toolkit#readme",
|
|
"hooks": {
|
|
"pre-commit": "npm run prettier"
|
|
},
|
|
"keywords": [
|
|
"url",
|
|
"relative",
|
|
"absolute",
|
|
"parser"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"main": "src/url-toolkit.js",
|
|
"name": "url-toolkit",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/tjenkinson/url-toolkit.git"
|
|
},
|
|
"scripts": {
|
|
"lint": "prettier --check .",
|
|
"prettier": "prettier --write .",
|
|
"test": "jest"
|
|
},
|
|
"types": "src/url-toolkit.d.ts",
|
|
"version": "2.2.2"
|
|
}
|