frontend/.pnpm-store/v3/files/ce/afda222bd01af3f9bbf1602d75e3d9916d316114248bed21229ceced395f475db7f41f35d19d901c395da9075658ab1bf4be30bcdf8de8a9013430671618a5

35 lines
764 B
Plaintext

{
"name": "url-join",
"version": "5.0.0",
"description": "Join urls and normalize as in path.join.",
"type": "module",
"main": "./lib/url-join.js",
"exports": "./lib/url-join.js",
"types": "./lib/url-join.d.ts",
"sideEffects": false,
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
},
"scripts": {
"test": "mocha --require should"
},
"files": [
"lib"
],
"repository": {
"type": "git",
"url": "git://github.com/jfromaniello/url-join.git"
},
"keywords": [
"url",
"join"
],
"author": "José F. Romaniello <jfromaniello@gmail.com> (http://joseoncode.com)",
"license": "MIT",
"devDependencies": {
"conventional-changelog": "^3.1.25",
"mocha": "^9.2.2",
"should": "~13.2.3"
}
}