| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- {
- "_from": "ufo@^1.5.4",
- "_id": "ufo@1.5.4",
- "_inBundle": false,
- "_integrity": "sha512-UsUk3byDzKd04EyoZ7U4DOlxQaD14JUKQl6/P7wiX4FNvUfm3XL246n9W5AmqwW5RSFJ27NAuM0iLscAOYUiGQ==",
- "_location": "/ufo",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "ufo@^1.5.4",
- "name": "ufo",
- "escapedName": "ufo",
- "rawSpec": "^1.5.4",
- "saveSpec": null,
- "fetchSpec": "^1.5.4"
- },
- "_requiredBy": [
- "/mlly"
- ],
- "_resolved": "https://registry.npmmirror.com/ufo/-/ufo-1.5.4.tgz",
- "_shasum": "16d6949674ca0c9e0fbbae1fa20a71d7b1ded754",
- "_spec": "ufo@^1.5.4",
- "_where": "E:\\qinduan\\mallbackinfrontend\\node_modules\\mlly",
- "bugs": {
- "url": "https://github.com/unjs/ufo/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "URL utils for humans",
- "devDependencies": {
- "@types/node": "^20.14.10",
- "@vitest/coverage-v8": "^2.0.3",
- "automd": "^0.3.8",
- "changelogen": "^0.5.5",
- "eslint": "^9.7.0",
- "eslint-config-unjs": "^0.3.2",
- "jiti": "^1.21.6",
- "prettier": "^3.3.3",
- "typescript": "^5.5.3",
- "unbuild": "^2.0.0",
- "untyped": "^1.4.2",
- "vitest": "^2.0.3"
- },
- "exports": {
- ".": {
- "types": "./dist/index.d.ts",
- "require": "./dist/index.cjs",
- "import": "./dist/index.mjs"
- },
- "./*": "./*"
- },
- "files": [
- "dist"
- ],
- "homepage": "https://github.com/unjs/ufo#readme",
- "license": "MIT",
- "main": "./dist/index.cjs",
- "module": "./dist/index.mjs",
- "name": "ufo",
- "packageManager": "pnpm@9.5.0",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/unjs/ufo.git"
- },
- "scripts": {
- "automd": "automd",
- "build": "automd && unbuild",
- "dev": "vitest",
- "lint": "eslint . && prettier -c src test",
- "lint:fix": "eslint --fix . && prettier -w src test",
- "prepack": "pnpm build",
- "release": "pnpm test && changelogen --release && npm publish && git push --follow-tags",
- "test": "pnpm lint && vitest run --typecheck"
- },
- "sideEffects": false,
- "types": "./dist/index.d.ts",
- "version": "1.5.4"
- }
|