UNPKG

root-link-target

Version:

Gets the shortest directory to which a file can be linked

49 lines (48 loc) 1.09 kB
{ "name": "root-link-target", "version": "3.0.0", "description": "Gets the shortest directory to which a file can be linked", "main": "index.js", "typings": "index.d.ts", "files": [ "index.js", "index.d.ts" ], "scripts": { "test": "standard && preview && node test", "md": "mos" }, "repository": "https://github.com/zkochan/packages/tree/master/root-link-target", "keywords": [ "link", "hardlink", "fs" ], "engines": { "node": ">=10" }, "author": "Zoltan Kochan <z@kochan.io> (https://www.kochan.io/)", "license": "MIT", "homepage": "https://github.com/zkochan/packages/tree/master/root-link-target#readme", "dependencies": { "can-link": "^1.0.2", "graceful-fs": "^4.2.4", "next-path": "^1.0.0", "path-temp": "2.0.0" }, "devDependencies": { "mos": "2.0.0-alpha.3", "mos-plugin-readme": "^1.0.4", "package-preview": "3.0.0", "standard": "^16.0.1", "tape": "^5.0.1" }, "mos": { "plugins": [ "readme" ], "installation": { "useShortAlias": true } } }