123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- {
- "_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": "H:\\gs_nuxt\\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"
- }
|