Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

url-or-path

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

url-or-path - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1

readme.md

78

package.json
{
"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"
]
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc