UNPKG

can-link

Version:

Returns true if a link can be created

51 lines (50 loc) 1.04 kB
{ "name": "can-link", "version": "1.0.2", "description": "Returns true if a link can be created", "main": "index.js", "typings": "index.d.ts", "files": [ "index.js", "index.d.ts" ], "scripts": { "test": "standard && mos t && preview && node test", "md": "mos" }, "repository": { "type": "git", "url": "git+https://github.com/zkochan/can-link.git" }, "keywords": [ "link", "hardlink" ], "engines": { "node": ">=4" }, "author": "Zoltan Kochan <z@kochan.io> (https://www.kochan.io/)", "license": "MIT", "bugs": { "url": "https://github.com/zkochan/can-link/issues" }, "homepage": "https://github.com/zkochan/can-link#readme", "dependencies": { "graceful-fs": "^4.1.11" }, "devDependencies": { "mos": "^2.0.0-alpha.3", "mos-plugin-readme": "^1.0.4", "package-preview": "^1.0.5", "standard": "^11.0.0", "tape": "^4.8.0" }, "mos": { "plugins": [ "readme" ], "installation": { "useShortAlias": true } } }