line_push/node_modules/@polka/url/package.json
2022-07-21 03:28:35 +00:00

67 lines
1.6 KiB
JSON

{
"_args": [
[
"@polka/url@1.0.0-next.21",
"/home/node/nuxt"
]
],
"_from": "@polka/url@1.0.0-next.21",
"_id": "@polka/url@1.0.0-next.21",
"_inBundle": false,
"_integrity": "sha512-a5Sab1C4/icpTZVzZc5Ghpz88yQtGOyNqYXcZgOssB2uuAr+wF/MvN6bgtW32q7HHrvBki+BsZ0OuNv6EV3K9g==",
"_location": "/@polka/url",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@polka/url@1.0.0-next.21",
"name": "@polka/url",
"escapedName": "@polka%2furl",
"scope": "@polka",
"rawSpec": "1.0.0-next.21",
"saveSpec": null,
"fetchSpec": "1.0.0-next.21"
},
"_requiredBy": [
"/sirv"
],
"_resolved": "https://registry.npmjs.org/@polka/url/-/url-1.0.0-next.21.tgz",
"_spec": "1.0.0-next.21",
"_where": "/home/node/nuxt",
"author": {
"name": "Luke Edwards",
"email": "luke@lukeed.com",
"url": "https://lukeed.com"
},
"bugs": {
"url": "https://github.com/lukeed/polka/issues"
},
"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"
}