UNPKG

link-unlink

Version:

Link and unlink with saving and restoring the previous file or directory

70 lines (69 loc) 1.63 kB
{ "name": "link-unlink", "version": "1.1.0", "description": "Link and unlink with saving and restoring the previous file or directory", "keywords": [ "link", "unlink", "restore", "fs", "symlink", "file", "directory" ], "homepage": "https://github.com/kmalakoff/link-unlink#README.md", "bugs": { "url": "https://github.com/kmalakoff/link-unlink/issues" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/kmalakoff/link-unlink.git" }, "license": "MIT", "author": { "name": "Kevin Malakoff", "email": "kmalakoff@gmail.com", "url": "https://github.com/kmalakoff" }, "type": "module", "exports": { ".": { "import": "./dist/esm/index.js", "require": "./dist/cjs/index.js" }, "./package.json": "./package.json" }, "main": "dist/cjs/index.js", "source": "src/index.ts", "types": "dist/cjs/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsds build", "format": "tsds format", "prepublishOnly": "tsds validate", "test": "tsds test:node --no-timeouts", "test:engines": "nvu engines tsds test:node --no-timeouts", "version": "tsds version" }, "dependencies": { "fs-remove-compat": "^1.0.0", "lock": "^1.1.0", "mkdirp-classic": "^0.5.2", "queue-cb": "^1.0.0", "temp-suffix": "^1.0.10" }, "devDependencies": { "@types/mocha": "*", "@types/node": "*", "fs-exists-sync": "^0.1.0", "node-version-use": "*", "pinkie-promise": "*", "ts-dev-stack": "*", "tsds-config": "*" }, "engines": { "node": ">=0.8" } }