This commit is contained in:
Tomáš Dvořák
2025-10-03 16:26:44 +02:00
parent 0fc92f8464
commit cdb8bcd3e9
5928 changed files with 1054476 additions and 72 deletions
+51
View File
@@ -0,0 +1,51 @@
{
"name": "bare-url",
"version": "2.2.2",
"description": "WHATWG URL implementation for JavaScript",
"exports": {
"./package": "./package.json",
".": {
"types": "./index.d.ts",
"default": "./index.js"
},
"./global": {
"types": "./global.d.ts",
"default": "./global.js"
}
},
"files": [
"index.js",
"index.d.ts",
"global.js",
"global.d.ts",
"binding.c",
"binding.js",
"CMakeLists.txt",
"lib",
"prebuilds"
],
"addon": true,
"scripts": {
"test": "prettier . --check && bare test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/holepunchto/bare-url.git"
},
"author": "Holepunch",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/holepunchto/bare-url/issues"
},
"homepage": "https://github.com/holepunchto/bare-url",
"dependencies": {
"bare-path": "^3.0.0"
},
"devDependencies": {
"brittle": "^3.3.2",
"cmake-bare": "^1.1.6",
"cmake-fetch": "^1.0.0",
"prettier": "^3.3.3",
"prettier-config-standard": "^7.0.0"
}
}