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.

87 lines
2.3 KiB
JSON

{
"_args": [
[
"mlly@1.4.2",
"D:\\myproject\\git\\JZJK-ZCDataQuery\\ZCDataQueryView"
]
],
"_development": true,
"_from": "mlly@1.4.2",
"_id": "mlly@1.4.2",
"_inBundle": false,
"_integrity": "sha512-i/Ykufi2t1EZ6NaPLdfnZk2AX8cs0d+mTzVKuPfqPKPatxLApaBoxJQ9x1/uckXtrS/U5oisPMDkNs0yQTaBRg==",
"_location": "/mlly",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "mlly@1.4.2",
"name": "mlly",
"escapedName": "mlly",
"rawSpec": "1.4.2",
"saveSpec": null,
"fetchSpec": "1.4.2"
},
"_requiredBy": [
"/local-pkg",
"/pkg-types",
"/unimport"
],
"_resolved": "https://registry.npmmirror.com/mlly/-/mlly-1.4.2.tgz",
"_spec": "1.4.2",
"_where": "D:\\myproject\\git\\JZJK-ZCDataQuery\\ZCDataQueryView",
"bugs": {
"url": "https://github.com/unjs/mlly/issues"
},
"dependencies": {
"acorn": "^8.10.0",
"pathe": "^1.1.1",
"pkg-types": "^1.0.3",
"ufo": "^1.3.0"
},
"description": "Missing ECMAScript module utils for Node.js",
"devDependencies": {
"@types/node": "^20.5.9",
"@vitest/coverage-v8": "^0.34.3",
"changelogen": "^0.5.5",
"eslint": "^8.48.0",
"eslint-config-unjs": "^0.2.1",
"import-meta-resolve": "^3.0.0",
"jiti": "^1.19.3",
"prettier": "^3.0.3",
"typescript": "^5.2.2",
"unbuild": "^2.0.0",
"vitest": "^0.34.3"
},
"exports": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
},
"files": [
"dist"
],
"homepage": "https://github.com/unjs/mlly#readme",
"license": "MIT",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"name": "mlly",
"packageManager": "pnpm@8.7.0",
"repository": {
"type": "git",
"url": "git+https://github.com/unjs/mlly.git"
},
"scripts": {
"build": "unbuild",
"dev": "vitest",
"lint": "eslint --ext .ts,.js src test && prettier -c src test",
"lint:fix": "eslint --ext .ts,.js src test --fix && prettier -w src test",
"release": "pnpm test && pnpm build && changelogen --release && npm publish && git push --follow-tags",
"test": "pnpm lint && vitest run"
},
"sideEffects": false,
"type": "module",
"types": "./dist/index.d.ts",
"version": "1.4.2"
}