line_push/node_modules/ufo/package.json
2022-07-18 02:50:52 +00:00

83 lines
1.9 KiB
JSON

{
"_args": [
[
"ufo@0.7.11",
"/home/node/nuxt"
]
],
"_from": "ufo@0.7.11",
"_id": "ufo@0.7.11",
"_inBundle": false,
"_integrity": "sha512-IT3q0lPvtkqQ8toHQN/BkOi4VIqoqheqM1FnkNWT9y0G8B3xJhwnoKBu5OHx8zHDOvveQzfKuFowJ0VSARiIDg==",
"_location": "/ufo",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "ufo@0.7.11",
"name": "ufo",
"escapedName": "ufo",
"rawSpec": "0.7.11",
"saveSpec": null,
"fetchSpec": "0.7.11"
},
"_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",
"_spec": "0.7.11",
"_where": "/home/node/nuxt",
"bugs": {
"url": "https://github.com/unjs/ufo/issues"
},
"dependencies": {},
"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"
}