{ "_from": "wsl-utils@^0.1.0", "_id": "wsl-utils@0.1.0", "_inBundle": false, "_integrity": "sha512-h3Fbisa2nKGPxCpm89Hk33lBLsnaGBvctQopaBSOW/uIs6FTe1ATyAnKFJrzVs9vpGdsTe73WF3V4lIsk4Gacw==", "_location": "/wsl-utils", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "wsl-utils@^0.1.0", "name": "wsl-utils", "escapedName": "wsl-utils", "rawSpec": "^0.1.0", "saveSpec": null, "fetchSpec": "^0.1.0" }, "_requiredBy": [ "/open" ], "_resolved": "https://registry.npmmirror.com/wsl-utils/-/wsl-utils-0.1.0.tgz", "_shasum": "8783d4df671d4d50365be2ee4c71917a0557baab", "_spec": "wsl-utils@^0.1.0", "_where": "D:\\jenkins\\workspace\\gyl-fvue\\node_modules\\open", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "https://sindresorhus.com" }, "bugs": { "url": "https://github.com/sindresorhus/wsl-utils/issues" }, "bundleDependencies": false, "dependencies": { "is-wsl": "^3.1.0" }, "deprecated": false, "description": "Utilities for working with Windows Subsystem for Linux (WSL)", "devDependencies": { "ava": "^6.3.0", "typescript": "^5.8.3", "xo": "^1.0.0" }, "engines": { "node": ">=18" }, "exports": { "types": "./index.d.ts", "default": "./index.js" }, "files": [ "index.js", "index.d.ts" ], "funding": "https://github.com/sponsors/sindresorhus", "homepage": "https://github.com/sindresorhus/wsl-utils#readme", "keywords": [ "wsl", "windows", "subsystem", "linux", "powershell", "mount", "utilities" ], "license": "MIT", "name": "wsl-utils", "repository": { "type": "git", "url": "git+https://github.com/sindresorhus/wsl-utils.git" }, "scripts": { "test": "xo && ava && tsc index.d.ts --skipLibCheck" }, "sideEffects": false, "type": "module", "version": "0.1.0" }