Files
supplier-dispatch-h5/node_modules/@polka/url/package.json
2023-08-11 10:45:20 +08:00

64 lines
1.7 KiB
JSON

{
"_from": "@polka/url@^1.0.0-next.20",
"_id": "@polka/url@1.0.0-next.21",
"_inBundle": false,
"_integrity": "sha512-a5Sab1C4/icpTZVzZc5Ghpz88yQtGOyNqYXcZgOssB2uuAr+wF/MvN6bgtW32q7HHrvBki+BsZ0OuNv6EV3K9g==",
"_location": "/@polka/url",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@polka/url@^1.0.0-next.20",
"name": "@polka/url",
"escapedName": "@polka%2furl",
"scope": "@polka",
"rawSpec": "^1.0.0-next.20",
"saveSpec": null,
"fetchSpec": "^1.0.0-next.20"
},
"_requiredBy": [
"/sirv"
],
"_resolved": "https://registry.npmjs.org/@polka/url/-/url-1.0.0-next.21.tgz",
"_shasum": "5de5a2385a35309427f6011992b544514d559aa1",
"_spec": "@polka/url@^1.0.0-next.20",
"_where": "C:\\Users\\zhouxueli\\Desktop\\scheduling-app\\node_modules\\sirv",
"author": {
"name": "Luke Edwards",
"email": "luke@lukeed.com",
"url": "https://lukeed.com"
},
"bugs": {
"url": "https://github.com/lukeed/polka/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Super fast, memoized `req.url` parser",
"exports": {
".": {
"import": "./build.mjs",
"require": "./build.js"
},
"./package.json": "./package.json"
},
"files": [
"*.d.ts",
"build.*"
],
"gitHead": "8d6e31871225f4449e645ecba13de7014f772b34",
"homepage": "https://github.com/lukeed/polka#readme",
"license": "MIT",
"main": "build.js",
"module": "build.mjs",
"name": "@polka/url",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lukeed/polka.git"
},
"types": "index.d.ts",
"version": "1.0.0-next.21"
}