{
  "name": "upath2",
  "version": "3.1.23",
  "description": "A proxy to `path`, replacing `\\` with `/` for all results",
  "keywords": [
    "absolute",
    "backslash",
    "check",
    "core",
    "detect",
    "dir",
    "file",
    "filepath",
    "fix",
    "forward",
    "fp",
    "fs",
    "is",
    "is-absolute",
    "isabsolute",
    "normalize",
    "path",
    "paths",
    "sep",
    "shim",
    "slash",
    "slashes",
    "trailing",
    "unix",
    "urix",
    "util",
    "utils",
    "win32",
    "windows"
  ],
  "homepage": "https://github.com/bluelovers/ws-iconv/tree/master/packages/upath2#readme",
  "bugs": {
    "url": "https://github.com/bluelovers/ws-iconv/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bluelovers/ws-iconv.git",
    "directory": "packages/upath2"
  },
  "license": "ISC",
  "author": "bluelovers",
  "main": "index.js",
  "directories": {
    "lib": "lib",
    "test": "test"
  },
  "scripts": {
    "coverage": "yarn run test -- --coverage",
    "test": "jest",
    "test:jest": "jest --passWithNoTests",
    "test:jest:coverage": "yarn run test:jest -- --coverage",
    "test:jest:snapshot": "yarn run test:jest -- -u",
    "test:snapshot": "yarn run test -- -u",
    "test:tsd": "ynpx tsd",
    "npm:publish": "npm publish",
    "npm:publish:lerna": "lerna publish --yes --cd-version patch",
    "preversion": "yarn run test",
    "prepublish:lockfile": "ynpx sync-lockfile .",
    "postpublish_": "git commit -m \"chore(release): publish\" .",
    "ncu": "yarn-tool ncu -u",
    "sort-package-json": "yarn-tool sort",
    "tsc:showConfig": "ynpx get-current-tsconfig -p"
  },
  "dependencies": {
    "@lazy-node/types-path": "^1.0.3",
    "@types/node": "*",
    "path-is-network-drive": "^1.0.24",
    "path-strip-sep": "^1.0.21",
    "tslib": "^2"
  },
  "devDependencies": {
    "upath": "^2.0.1"
  },
  "gitHead": "b3974c1f5bf98e50fca3e403453837fc8e681230"
}
