{ "name": "is-absolute", "description": "Return true if a file path is absolute.", "version": "0.1.7", "homepage": "https://github.com/jonschlinkert/is-absolute", "author": { "name": "Jon Schlinkert", "url": "https://github.com/jonschlinkert" }, "repository": { "type": "git", "url": "git://github.com/jonschlinkert/is-absolute.git" }, "bugs": { "url": "https://github.com/jonschlinkert/is-absolute/issues" }, "license": { "type": "MIT", "url": "https://github.com/jonschlinkert/is-absolute/blob/master/LICENSE" }, "files": [ "index.js" ], "main": "index.js", "engines": { "node": ">=0.10.0" }, "scripts": { "test": "mocha" }, "dependencies": { "is-relative": "^0.1.0" }, "devDependencies": { "mocha": "*" }, "keywords": [ "absolute", "check", "file", "filepath", "is", "normalize", "path", "path.relative", "relative", "resolve", "slash", "slashes", "uri", "url" ], "readme": "# is-absolute [![NPM version](https://badge.fury.io/js/is-absolute.svg)](http://badge.fury.io/js/is-absolute) [![Build Status](https://travis-ci.org/jonschlinkert/is-absolute.svg)](https://travis-ci.org/jonschlinkert/is-absolute) \n\n> Return true if a file path is absolute.\n\nBased on the `isAbsolute` utility method in [express](https://github.com/visionmedia/express).\n\n## Install with [npm](npmjs.org)\n\n```bash\nnpm i is-absolute --save\n```\n\n## Usage\n\n```js\nvar isAbsolute = require('is-absolute');\nconsole.log(isAbsolute('a/b/c.js'));\n//=> 'false';\n```\n\n## Running tests\nInstall dev dependencies.\n\n```bash\nnpm i -d && npm test\n```\n\n\n## Contributing\nPull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/jonschlinkert/is-absolute/issues)\n\n\n## Other projects\n* [is-relative](https://github.com/jonschlinkert/is-relative): Returns `true` if the path appears to be relative.\n* [is-dotfile](https://github.com/regexps/is-dotfile): Return true if a file path is (or has) a dotfile.\n* [is-glob](https://github.com/jonschlinkert/is-glob): Returns `true` if the given string looks like a glob pattern.\n* [cwd](https://github.com/jonschlinkert/cwd): Node.js util for easily getting the current working directory of a project based on package.json or the given path.\n* [git-config-path](https://github.com/jonschlinkert/git-config-path): Resolve the path to the user's global .gitconfig.\n\n## Author\n\n**Jon Schlinkert**\n \n+ [github/jonschlinkert](https://github.com/jonschlinkert)\n+ [twitter/jonschlinkert](http://twitter.com/jonschlinkert) \n\n## License\nCopyright (c) 2014-2015 Jon Schlinkert \nReleased under the MIT license\n\n***\n\n_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on March 05, 2015._\n", "readmeFilename": "README.md", "_id": "is-absolute@0.1.7", "_shasum": "847491119fccb5fb436217cc737f7faad50f603f", "_resolved": "https://registry.npmjs.org/is-absolute/-/is-absolute-0.1.7.tgz", "_from": "is-absolute@>=0.1.7 <0.2.0" }