12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- {
- "_from": "ufo@^0.7.4",
- "_id": "ufo@0.7.11",
- "_inBundle": false,
- "_integrity": "sha512-IT3q0lPvtkqQ8toHQN/BkOi4VIqoqheqM1FnkNWT9y0G8B3xJhwnoKBu5OHx8zHDOvveQzfKuFowJ0VSARiIDg==",
- "_location": "/ufo",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "ufo@^0.7.4",
- "name": "ufo",
- "escapedName": "ufo",
- "rawSpec": "^0.7.4",
- "saveSpec": null,
- "fetchSpec": "^0.7.4"
- },
- "_requiredBy": [
- "/@nuxt/config",
- "/@nuxt/generator",
- "/@nuxt/server",
- "/@nuxt/utils",
- "/@nuxt/vue-app",
- "/@nuxt/vue-renderer",
- "/@nuxt/webpack"
- ],
- "_resolved": "https://registry.npmjs.org/ufo/-/ufo-0.7.11.tgz",
- "_shasum": "17defad497981290383c5d26357773431fdbadcb",
- "_spec": "ufo@^0.7.4",
- "_where": "H:\\gs_nuxt\\node_modules\\@nuxt\\utils",
- "bugs": {
- "url": "https://github.com/unjs/ufo/issues"
- },
- "bundleDependencies": false,
- "dependencies": {},
- "deprecated": false,
- "description": "URL utils for humans",
- "devDependencies": {
- "@nuxtjs/eslint-config-typescript": "latest",
- "@types/flat": "latest",
- "@types/node": "latest",
- "c8": "^7.11.0",
- "eslint": "latest",
- "standard-version": "latest",
- "typescript": "latest",
- "unbuild": "latest",
- "vitest": "latest"
- },
- "exports": {
- ".": {
- "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",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/unjs/ufo.git"
- },
- "scripts": {
- "build": "unbuild",
- "dev": "vitest",
- "lint": "eslint --ext .ts .",
- "prepack": "yarn build",
- "release": "yarn test && standard-version && git push --follow-tags && npm publish",
- "test": "yarn lint && vitest run"
- },
- "sideEffects": false,
- "types": "./dist/index.d.ts",
- "version": "0.7.11"
- }
|