You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
76 lines
2.0 KiB
JSON
76 lines
2.0 KiB
JSON
{
|
|
"_from": "ufo@^1.1.2",
|
|
"_id": "ufo@1.1.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-TrY6DsjTQQgyS3E3dBaOXf0TpPD8u9FVrVYmKVegJuFw51n/YB9XPt+U6ydzFG5ZIN7+DIjPbNmXoBj9esYhgQ==",
|
|
"_location": "/ufo",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "ufo@^1.1.2",
|
|
"name": "ufo",
|
|
"escapedName": "ufo",
|
|
"rawSpec": "^1.1.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.1.2"
|
|
},
|
|
"_requiredBy": [
|
|
"/mlly"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/ufo/-/ufo-1.1.2.tgz",
|
|
"_shasum": "d0d9e0fa09dece0c31ffd57bd363f030a35cfe76",
|
|
"_spec": "ufo@^1.1.2",
|
|
"_where": "D:\\JAVA\\JAVAIDE\\WorkSpace\\IDEA-WorkSpace\\WhiteListManagerSysView\\node_modules\\mlly",
|
|
"bugs": {
|
|
"url": "https://github.com/unjs/ufo/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "URL utils for humans",
|
|
"devDependencies": {
|
|
"@types/node": "^18.16.3",
|
|
"@vitest/coverage-c8": "^0.31.0",
|
|
"changelogen": "^0.5.3",
|
|
"eslint": "^8.39.0",
|
|
"eslint-config-unjs": "^0.1.0",
|
|
"prettier": "^2.8.8",
|
|
"typescript": "^5.0.4",
|
|
"unbuild": "^1.2.1",
|
|
"vitest": "^0.31.0"
|
|
},
|
|
"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@8.4.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/unjs/ufo.git"
|
|
},
|
|
"scripts": {
|
|
"build": "unbuild",
|
|
"dev": "vitest",
|
|
"lint": "eslint --ext .ts . && prettier -c src test",
|
|
"lint:fix": "eslint --fix --ext .ts . && prettier -w src test",
|
|
"prepack": "pnpm build",
|
|
"release": "pnpm test && changelogen --release && npm publish && git push --follow-tags",
|
|
"test": "pnpm lint && vitest run"
|
|
},
|
|
"sideEffects": false,
|
|
"types": "./dist/index.d.ts",
|
|
"version": "1.1.2"
|
|
}
|