Files
jibo-cli/node_modules/fs.realpath/package.json
pasketti bceda87f93 Replace deprecated electron-prebuilt with electron@2.0.18
- Updated package.json to use electron@2.0.18 instead of electron-prebuilt@1.4.3
- Modified lib/jibo-cli.js to reference 'electron' instead of 'electron-prebuilt'
- This fixes compatibility issues with the simulator on modern Linux systems
- electron-prebuilt was deprecated and renamed to electron in 2016
2026-04-05 22:47:03 -04:00

27 lines
577 B
JSON

{
"name": "fs.realpath",
"version": "1.0.0",
"description": "Use node's fs.realpath, but fall back to the JS implementation if the native one fails",
"main": "index.js",
"dependencies": {},
"devDependencies": {},
"scripts": {
"test": "tap test/*.js --cov"
},
"repository": {
"type": "git",
"url": "git+https://github.com/isaacs/fs.realpath.git"
},
"keywords": [
"realpath",
"fs",
"polyfill"
],
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
"license": "ISC",
"files": [
"old.js",
"index.js"
]
}