{"_id":"exists-link","_rev":"4-1eb1ed1400c8b8874d2eb2b58e36786c","name":"exists-link","description":"Check if a link exists","dist-tags":{"latest":"2.0.0"},"versions":{"1.0.0":{"name":"exists-link","description":"Check if a link exists","homepage":"https://github.com/zkochan/exists-link","version":"1.0.0","main":"./index.js","author":{"name":"Zoltan Kochan"},"repository":{"type":"git","url":"git+https://github.com/zkochan/exists-link.git"},"bugs":{"url":"https://github.com/zkochan/exists-link/issues"},"keywords":["directory","exists","file","file system","filesystem","fs","recursive"],"devDependencies":{"coveralls":"latest","mocha":"latest","nyc":"latest","should":"latest","standard":"latest"},"engines":{"node":">= 4"},"files":["index.js"],"scripts":{"clean":"rm -rf node_modules","coveralls":"nyc report --reporter=text-lcov | coveralls","lint":"standard lib index.js","pretest":"npm run lint","test":"nyc mocha"},"license":"MIT","dependencies":{"cb2promise":"^1.0.2"},"gitHead":"062e66f2319f38916d52138aeb5bf3f5dd447de2","_id":"exists-link@1.0.0","_shasum":"080fb37519f6ccb70da09e23490101cfdfa169c3","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.5.0","_npmUser":{"name":"zkochan","email":"zoltan.kochan@gmail.com"},"dist":{"shasum":"080fb37519f6ccb70da09e23490101cfdfa169c3","tarball":"https://registry.npmjs.org/exists-link/-/exists-link-1.0.0.tgz","integrity":"sha512-+VB3I+/Je5pA8XUua7CVutwg1Coe88evCe2/a9Ih2NDTZSAb0mTD+1LXHknF40ZZIiD+8sBdo687zBmcMXAWmQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFYpOgO5b1xGjmP1GbMlISXmkWkRQgEbao0psXvHVaavAiBDrwCJMmeULT8Y/N3yWGljfQnEJuUHUhiGelpMCDd2ig=="}]},"maintainers":[{"name":"zkochan","email":"zoltan.kochan@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/exists-link-1.0.0.tgz_1476018554550_0.1927766976878047"}},"2.0.0":{"name":"exists-link","description":"Check if a link exists","homepage":"https://github.com/zkochan/exists-link","version":"2.0.0","main":"./index.js","author":{"name":"Zoltan Kochan"},"repository":{"type":"git","url":"git+https://github.com/zkochan/exists-link.git"},"bugs":{"url":"https://github.com/zkochan/exists-link/issues"},"keywords":["directory","exists","file","file system","filesystem","fs","recursive"],"devDependencies":{"coveralls":"latest","mocha":"latest","nyc":"latest","should":"latest","standard":"latest"},"engines":{"node":">= 4"},"files":["index.js"],"scripts":{"clean":"rm -rf node_modules","coveralls":"nyc report --reporter=text-lcov | coveralls","lint":"standard lib index.js","pretest":"npm run lint","test":"nyc mocha"},"license":"MIT","gitHead":"a560aeb03bcd3eacd92fc6bf19a2a4094a1b50d0","_id":"exists-link@2.0.0","_shasum":"fbb1fa6332e7566e488af87ec144ae0d03c04acf","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.9.1","_npmUser":{"name":"zkochan","email":"zoltan.kochan@gmail.com"},"dist":{"shasum":"fbb1fa6332e7566e488af87ec144ae0d03c04acf","tarball":"https://registry.npmjs.org/exists-link/-/exists-link-2.0.0.tgz","integrity":"sha512-YbykYxM4Xl9aCcANggu2MqOAMa7dh+5fq1HNpoqp42R2qiRWHXRhsgYSX6XQS/b2tQlg/LeZ7Jpnekl5B3M7/w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCRwtePlxVCNGtjIcRpuwk65zgnoTgfv372adcYHKM7wwIgddnaJuWKzwORZR+DqH86h+LWOYp2VC2s95bfbSzFOHU="}]},"maintainers":[{"name":"zkochan","email":"zoltan.kochan@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/exists-link-2.0.0.tgz_1488487823297_0.9619590274523944"}}},"readme":"# exists-link\n\n![Last version](https://img.shields.io/github/tag/zkochan/exists-link.svg?style=flat-square)\n[![Build Status](http://img.shields.io/travis/zkochan/exists-link/master.svg?style=flat-square)](https://travis-ci.org/zkochan/exists-link)\n[![Coverage Status](https://img.shields.io/coveralls/zkochan/exists-link.svg?style=flat-square)](https://coveralls.io/github/zkochan/exists-link)\n\n> Check if a link exists\n\nThis is a copy of [exists-file](https://github.com/Kikobeats/exists-file) by @Kikobeats just for links not files.\n\n## Install\n\n```bash\nnpm install exists-link --save\n```\n\n## Usage\n\n```js\nvar existsLink = require('.')\n\n// async with a promise\nexistsLink('./node_modules/nyc').then(console.log).catch(console.error)\n\n// sync\nvar exists = existsLink.sync('./node_modules/nyc')\nconsole.log(exists)\n```\n\n## API\n\n### existsLink(link): Promise<boolean>\n### existsLink.sync(link)\n\n#### link\n\n*Required*\nType: `string`\n\n## License\n\nMIT © [Zoltan Kochan](https://www.kochan.io)\n","maintainers":[{"name":"zkochan","email":"zoltan.kochan@gmail.com"}],"time":{"modified":"2022-06-17T21:56:48.690Z","created":"2016-10-09T13:09:15.130Z","1.0.0":"2016-10-09T13:09:15.130Z","2.0.0":"2017-03-02T20:50:23.918Z"},"homepage":"https://github.com/zkochan/exists-link","keywords":["directory","exists","file","file system","filesystem","fs","recursive"],"repository":{"type":"git","url":"git+https://github.com/zkochan/exists-link.git"},"author":{"name":"Zoltan Kochan"},"bugs":{"url":"https://github.com/zkochan/exists-link/issues"},"license":"MIT","readmeFilename":"README.md"}