{"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"keywords":["path","inside","folder","directory","dir","file","resolve"],"dist-tags":{"latest":"1.0.0"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"description":"Check if a path is inside another path","readme":"# is-path-inside [![Build Status](https://travis-ci.org/sindresorhus/is-path-inside.svg?branch=master)](https://travis-ci.org/sindresorhus/is-path-inside)\n\n> Check if a path is inside another path\n\n\n## Install\n\n```sh\n$ npm install --save is-path-inside\n```\n\n\n## Usage\n\n```js\nvar isPathInside = require('is-path-inside');\n\nisPathInside('a/b', 'a/b/c');\n//=> true\n\nisPathInside('x/y', 'a/b/c');\n//=> false\n\nisPathInside('a/b/c', 'a/b/c');\n//=> false\n```\n\n\n## License\n\nMIT © [Sindre Sorhus](http://sindresorhus.com)\n","repository":{"type":"git","url":"https://github.com/sindresorhus/is-path-inside"},"users":{"recursion_excursion":true,"rocket0191":true},"bugs":{"url":"https://github.com/sindresorhus/is-path-inside/issues"},"license":"MIT","versions":{"0.1.0":{"name":"is-path-inside","version":"0.1.0","description":"Check if a path is inside another path","license":"MIT","repository":{"type":"git","url":"git://github.com/sindresorhus/is-path-inside"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js"],"keywords":["path","inside","folder","directory","dir","file","resolve"],"dependencies":{"path-is-inside":"^1.0.1"},"devDependencies":{"mocha":"*"},"bugs":{"url":"https://github.com/sindresorhus/is-path-inside/issues"},"homepage":"https://github.com/sindresorhus/is-path-inside","_id":"is-path-inside@0.1.0","_shasum":"80a5625e69ec88acd0ebe7bc06ecb89a1438de94","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"dist":{"shasum":"80a5625e69ec88acd0ebe7bc06ecb89a1438de94","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/is-path-inside/-/is-path-inside-0.1.0.tgz"},"directories":{}},"1.0.0":{"name":"is-path-inside","version":"1.0.0","description":"Check if a path is inside another path","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/is-path-inside"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js"],"keywords":["path","inside","folder","directory","dir","file","resolve"],"dependencies":{"path-is-inside":"^1.0.1"},"devDependencies":{"mocha":"*"},"gitHead":"b507035b66a539b7c12ba8b6b486377aa02aef9f","bugs":{"url":"https://github.com/sindresorhus/is-path-inside/issues"},"homepage":"https://github.com/sindresorhus/is-path-inside","_id":"is-path-inside@1.0.0","_shasum":"fc06e5a1683fbda13de667aff717bbc10a48f37f","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"dist":{"shasum":"fc06e5a1683fbda13de667aff717bbc10a48f37f","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/is-path-inside/-/is-path-inside-1.0.0.tgz"},"directories":{}}},"name":"is-path-inside","time":{"modified":"2017-05-12T21:48:16.538Z","created":"2014-06-20T22:19:18.874Z","0.1.0":"2014-06-20T22:19:18.874Z","1.0.0":"2014-08-14T09:47:01.189Z"},"readmeFilename":"readme.md","homepage":"https://github.com/sindresorhus/is-path-inside"}