{"_id":"exists-case","_rev":"2832547","name":"exists-case","description":"wrap fs.exists for case sensitivity","dist-tags":{"latest":"0.1.0"},"maintainers":[{"name":"popomore","email":""}],"time":{"modified":"2022-09-06T15:17:42.000Z","created":"2015-01-29T15:51:58.474Z","0.1.0":"2015-01-29T15:51:58.474Z"},"users":{"anhulife":true},"author":{"name":"popomore","email":"sakura9515@gmail.com"},"repository":{"type":"git","url":"https://github.com/popomore/exists-case"},"versions":{"0.1.0":{"name":"exists-case","version":"0.1.0","description":"wrap fs.exists for case sensitivity","main":"index","dependencies":{"debug":"~2.1.1"},"keywords":["exists","existsSync","case","sensitivity"],"devDependencies":{"coveralls":"2","istanbul":"0","jshint":"*","mocha":"1","pedding":"~1.0.0","should":"4","spy":"~0.1.3"},"repository":{"type":"git","url":"https://github.com/popomore/exists-case"},"homepage":"https://github.com/popomore/exists-case","author":{"name":"popomore","email":"sakura9515@gmail.com"},"license":"MIT","scripts":{"test":"make test"},"gitHead":"e3a4203e1f8b9b1fc8f673f45c07e1a6c8c69ec8","bugs":{"url":"https://github.com/popomore/exists-case/issues"},"_id":"exists-case@0.1.0","_shasum":"e169b68cae6a8267de31848c2dca982b560e9912","_from":".","_npmVersion":"2.1.18","_nodeVersion":"0.11.12","_npmUser":{"name":"popomore","email":"sakura9515@gmail.com"},"maintainers":[{"name":"popomore","email":""}],"dist":{"shasum":"e169b68cae6a8267de31848c2dca982b560e9912","size":1478,"noattachment":false,"key":"/exists-case/-/exists-case-0.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/exists-case/download/exists-case-0.1.0.tgz"},"directories":{},"publish_time":1422546718474,"_hasShrinkwrap":false,"_cnpm_publish_time":1422546718474,"_cnpmcore_publish_time":"2021-12-16T14:00:37.030Z"}},"readme":"# exists-case\n\nWrap fs.exists for case sensitivity\n\n---\n\n[![NPM version](https://img.shields.io/npm/v/exists-case.svg?style=flat)](https://npmjs.org/package/exists-case)\n[![Build Status](https://img.shields.io/travis/popomore/exists-case.svg?style=flat)](https://travis-ci.org/popomore/exists-case)\n[![Build Status](https://img.shields.io/coveralls/popomore/exists-case?style=flat)](https://coveralls.io/r/popomore/exists-case)\n[![NPM downloads](http://img.shields.io/npm/dm/exists-case.svg?style=flat)](https://npmjs.org/package/exists-case)\n\n## Install\n\n```\n$ npm install exists-case -g\n```\n\n## Usage\n\n```\nvar exists = require('exists-case');\n// try to test Package.json in cwd\nexists('Package.json', function(result) {\n  result.should.be.false;\n});\n```\n\nSame as sync way\n\n```\nvar exists = require('exists-case');\n// try to test Package.json in cwd\nexists.sync('Package.json').should.be.false;\n```\n\n## LISENCE\n\nCopyright (c) 2015 popomore. Licensed under the MIT license.\n","_attachments":{},"homepage":"https://github.com/popomore/exists-case","bugs":{"url":"https://github.com/popomore/exists-case/issues"},"license":"MIT"}