url-or-path
Advanced tools
Comparing version 0.0.0 to 0.0.1
{ | ||
"name": "url-or-path", | ||
"version": "0.0.0", | ||
"main": "index.js", | ||
"description": "", | ||
"version": "0.0.1", | ||
"description": "Convert between file URL and path.", | ||
"homepage": "https://github.com/fisker/url-or-path#readme", | ||
"bugs": { | ||
"url": "https://github.com/fisker/url-or-path/issues" | ||
}, | ||
"repository": "fisker/url-or-path", | ||
"funding": "https://github.com/fisker/url-or-path?sponsor=1", | ||
"license": "MIT", | ||
"author": { | ||
@@ -12,3 +17,27 @@ "name": "fisker Cheung", | ||
}, | ||
"license": "MIT", | ||
"sideEffects": false, | ||
"type": "module", | ||
"exports": "./index.js", | ||
"files": [ | ||
"./index.js" | ||
], | ||
"scripts": { | ||
"clean": "run-p clean:*", | ||
"clean:dist": "del-cli dist", | ||
"dist": "run-p dist:*", | ||
"dist:npm": "np --yolo --no-yarn", | ||
"format": "run-p format:*", | ||
"format:eslint": "yarn lint:eslint --fix", | ||
"format:markdown": "yarn lint:markdown --fix", | ||
"format:package-json": "sort-package-json \"package.json\" \"packages/*/package.json\"", | ||
"format:prettier": "yarn lint:prettier --write", | ||
"lint": "run-p lint:*", | ||
"lint:eslint": "eslint \"**/*.{js,mjs,cjs,vue}\"", | ||
"lint:markdown": "markdownlint \"**/*.md\" --ignore \"**/node_modules/**\"", | ||
"lint:package-json": "yarn run format:package-json --check", | ||
"lint:prettier": "prettier \"**/*.{css,html,js,cjs,mjs,json,less,md,scss,ts,vue,yaml,yml}\" --check", | ||
"test": "ava", | ||
"test-coverage": "c8 ava", | ||
"release": "run-s format test dist" | ||
}, | ||
"config": { | ||
@@ -19,3 +48,5 @@ "commitizen": { | ||
}, | ||
"files": [], | ||
"ava": { | ||
"verbose": true | ||
}, | ||
"devDependencies": { | ||
@@ -25,5 +56,8 @@ "@commitlint/cli": "13.1.0", | ||
"@fisker/eslint-config": "7.2.0", | ||
"@fisker/eslint-config-ava": "2.0.2", | ||
"@fisker/husky-config": "4.1.0", | ||
"@fisker/lint-staged-config": "3.1.0", | ||
"@fisker/prettier-config": "4.1.1", | ||
"ava": "3.15.0", | ||
"c8": "7.8.0", | ||
"cz-conventional-changelog": "3.3.0", | ||
@@ -39,30 +73,12 @@ "del-cli": "4.0.1", | ||
}, | ||
"scripts": { | ||
"clean": "run-p clean:*", | ||
"clean:dist": "del-cli dist", | ||
"dist": "run-p dist:*", | ||
"dist:npm": "np --yolo --no-yarn", | ||
"format": "run-p format:*", | ||
"format:eslint": "yarn lint:eslint --fix", | ||
"format:markdown": "yarn lint:markdown --fix", | ||
"format:package-json": "sort-package-json \"package.json\" \"packages/*/package.json\"", | ||
"format:prettier": "yarn lint:prettier --write", | ||
"lint": "run-p lint:*", | ||
"lint:eslint": "eslint \"**/*.{js,mjs,cjs,vue}\"", | ||
"lint:markdown": "markdownlint \"**/*.md\" --ignore \"**/node_modules/**\"", | ||
"lint:package-json": "yarn run format:package-json --check", | ||
"lint:prettier": "prettier \"**/*.{css,html,js,cjs,mjs,json,less,md,scss,ts,vue,yaml,yml}\" --check" | ||
}, | ||
"type": "module", | ||
"exports": "./index.js", | ||
"publishConfig": { | ||
"registry": "https://registry.npmjs.org/", | ||
"access": "public" | ||
"access": "public", | ||
"registry": "https://registry.npmjs.org/" | ||
}, | ||
"sideEffects": false, | ||
"homepage": "https://github.com/fisker/url-or-path#readme", | ||
"bugs": { | ||
"url": "https://github.com/fisker/url-or-path/issues" | ||
}, | ||
"funding": "https://github.com/fisker/url-or-path?sponsor=1" | ||
"c8": { | ||
"reporter": [ | ||
"lcov", | ||
"text" | ||
] | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
4919
3
0
50
18