fs-access-sync-compat
Version:
fs.accessSync ponyfill for older versions of Node.js
46 lines (45 loc) • 1.05 kB
JSON
{
"name": "fs-access-sync-compat",
"version": "1.1.12",
"description": "fs.accessSync ponyfill for older versions of Node.js",
"keywords": [
"fs",
"access",
"accessSync",
"exists",
"polyfill",
"ponyfill"
],
"homepage": "https://github.com/kmalakoff/fs-access-sync-compat",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/kmalakoff/fs-access-sync-compat.git"
},
"license": "MIT",
"author": "Kevin Malakoff <kmalakoff@gmail.com> (https://github.com/kmalakoff)",
"main": "dist/cjs/index.cjs",
"types": "dist/types/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsds build",
"format": "biome check --write --unsafe src/ test/",
"test": "tsds test:node --no-timeouts",
"test:engines": "nvu engines npm test",
"version": "tsds version"
},
"devDependencies": {
"@types/mocha": "*",
"@types/node": "*"
},
"engines": {
"node": ">=0.8"
},
"tsds": {
"source": "src/index.ts",
"targets": [
"cjs"
]
}
}