readlink
Version:
expands fs.readlink() similar to readlink from GNU coreutils
31 lines (30 loc) • 656 B
JSON
{
"name": "readlink",
"version": "3.0.0",
"description": "expands fs.readlink() similar to readlink from GNU coreutils",
"main": "index.js",
"scripts": {
"test": "npm run tape && npm run lint",
"tape": "tape test/*.js",
"lint": "standard",
"audit": "nsp check"
},
"keywords": [
"readlink",
"symlink"
],
"author": "lms <ralphtheninja@riseup.net>",
"homepage": "https://github.com/ralphtheninja/readlink",
"license": "MIT",
"devDependencies": {
"standard": "^14.3.4",
"tape": "^5.0.1",
"tmp": "~0.2.1"
},
"engines": {
"node": ">=10"
},
"dependencies": {
"neo-async": "^2.6.0"
}
}