@pkerschbaum/code-oss-file-service
Version:
VS Code ([microsoft/vscode](https://github.com/microsoft/vscode)) includes a rich "`FileService`" and "`DiskFileSystemProvider`" abstraction built on top of Node.js core modules (`fs`, `path`) and Electron's `shell` module. This package allows to use that
39 lines (38 loc) • 996 B
JSON
{
"name": "@pkerschbaum/code-oss-file-service",
"version": "1.65.1",
"license": "MIT",
"keywords": [
"code-oss",
"file-service",
"file service",
"file system provider"
],
"author": "Patrick Kerschbaum <patrick.kerschbaum@gmail.com>",
"repository": {
"type": "git",
"url": "https://github.com/pkerschbaum/vscode/tree/code-oss-file-service"
},
"bugs": {
"url": "https://github.com/pkerschbaum/vscode/issues"
},
"private": false,
"scripts": {
"prebuild": "rimraf out",
"build": "tsc -p ./src/tsconfig.json && tsc-alias -p ./src/tsconfig.json",
"prepack": "yarn run build"
},
"dependencies": {
"@parcel/watcher": "2.0.5",
"graceful-fs": "4.2.8",
"vscode-nls": "^5.0.0"
},
"devDependencies": {
"@types/graceful-fs": "4.1.2",
"@types/node": "14.x",
"electron": "13.5.1",
"rimraf": "^2.2.8",
"tsc-alias": "^1.3.9",
"typescript": "^4.6.0-dev.20211115"
}
}