{"_id":"force-symlink","_rev":"197576","name":"force-symlink","description":"Like fs.symlink, but friendlier.","dist-tags":{"latest":"0.0.2"},"maintainers":[{"name":"alexandergugel","email":""}],"time":{"modified":"2023-03-20T08:05:16.000Z","created":"2016-02-06T17:12:03.754Z","0.0.2":"2016-02-10T01:02:43.497Z","0.0.1":"2016-02-06T17:12:03.754Z"},"users":{},"author":{"name":"Alexander Gugel","email":"alexander.gugel@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/alexanderGugel/force-symlink.git"},"versions":{"0.0.2":{"name":"force-symlink","version":"0.0.2","description":"Like fs.symlink, but friendlier.","main":"index.js","scripts":{"test":"node test"},"author":{"name":"Alexander Gugel","email":"alexander.gugel@gmail.com"},"license":"MIT","devDependencies":{"rimraf":"^2.5.1","standard":"^6.0.1","tape":"^4.4.0"},"dependencies":{"mkdirp":"^0.5.1"},"repository":{"type":"git","url":"git+https://github.com/alexanderGugel/force-symlink.git"},"bugs":{"url":"https://github.com/alexanderGugel/force-symlink/issues"},"homepage":"https://github.com/alexanderGugel/force-symlink#readme","gitHead":"4af2c96b6e73972c3472e8117e02043001de9929","_id":"force-symlink@0.0.2","_shasum":"2705118ffac6da2ba44d95e139839587d2ad759b","_from":".","_npmVersion":"3.6.0","_nodeVersion":"4.2.1","_npmUser":{"name":"alexandergugel","email":"alexander.gugel@gmail.com"},"dist":{"shasum":"2705118ffac6da2ba44d95e139839587d2ad759b","size":2353,"noattachment":false,"key":"/force-symlink/-/force-symlink-0.0.2.tgz","tarball":"http://name.csiicloud.com:7001/force-symlink/download/force-symlink-0.0.2.tgz"},"maintainers":[{"name":"alexandergugel","email":""}],"_npmOperationalInternal":{"host":"packages-6-west.internal.npmjs.com","tmp":"tmp/force-symlink-0.0.2.tgz_1455066160329_0.14166097692213953"},"directories":{},"publish_time":1455066163497,"_hasShrinkwrap":false,"_cnpm_publish_time":1455066163497,"_cnpmcore_publish_time":"2021-12-16T14:29:29.554Z"},"0.0.1":{"name":"force-symlink","version":"0.0.1","description":"Like fs.symlink, but friendlier.","main":"index.js","scripts":{"test":"node test"},"author":{"name":"Alexander Gugel","email":"alexander.gugel@gmail.com"},"license":"MIT","devDependencies":{"rimraf":"^2.5.1","standard":"^6.0.1","tape":"^4.4.0"},"dependencies":{"mkdirp":"^0.5.1"},"repository":{"type":"git","url":"git+https://github.com/alexanderGugel/force-symlink.git"},"bugs":{"url":"https://github.com/alexanderGugel/force-symlink/issues"},"homepage":"https://github.com/alexanderGugel/force-symlink#readme","gitHead":"7bd013ddb5ee1638c8b3d8b950be3cb8a18655aa","_id":"force-symlink@0.0.1","_shasum":"dfa9cd50133de0ec3c01f404c879c22a22061738","_from":".","_npmVersion":"3.6.0","_nodeVersion":"4.2.1","_npmUser":{"name":"alexandergugel","email":"alexander.gugel@gmail.com"},"dist":{"shasum":"dfa9cd50133de0ec3c01f404c879c22a22061738","size":2312,"noattachment":false,"key":"/force-symlink/-/force-symlink-0.0.1.tgz","tarball":"http://name.csiicloud.com:7001/force-symlink/download/force-symlink-0.0.1.tgz"},"maintainers":[{"name":"alexandergugel","email":""}],"_npmOperationalInternal":{"host":"packages-9-west.internal.npmjs.com","tmp":"tmp/force-symlink-0.0.1.tgz_1454778721011_0.786498730070889"},"directories":{},"publish_time":1454778723754,"_hasShrinkwrap":false,"_cnpm_publish_time":1454778723754,"_cnpmcore_publish_time":"2021-12-16T14:29:29.785Z"}},"readme":"force-symlink\n============\n\n[![Travis](https://img.shields.io/travis/alexanderGugel/force-symlink.svg)](https://travis-ci.org/alexanderGugel/force-symlink)\n[![npm](https://img.shields.io/npm/v/force-symlink.svg)](https://www.npmjs.com/package/force-symlink)\n[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com/)\n\nLike `fs.symlink`, but friendlier.\nHandles *ENOENT* and *EEXIST* errors.\n\nUsage\n-----\n\nInstall the package via [npm](https://www.npmjs.org/) (or [ied](https://github.com/alexanderGugel/ied)):\n\n```\nnpm install force-symlink\n```\n\nor:\n\n```\nied install force-symlink\n```\n\nExample\n-------\n\nCreate a symlink to `/etc/hosts`:\n\n```js\nimport forceSymlink from 'force-symlink'\n\nforceSymlink('/etc/hosts', 'link-to-hosts', function (err) {\n  // ...\n})\n```\n\n```\n.\n└── link-to-hosts -> /etc/hosts\n```\n\nLicense\n-------\n\nLicensed under the MIT license. See [LICENSE](LICENSE.md).","_attachments":{},"homepage":"https://github.com/alexanderGugel/force-symlink#readme","bugs":{"url":"https://github.com/alexanderGugel/force-symlink/issues"},"license":"MIT"}