{"_id":"path-name","_rev":"938435","name":"path-name","description":"Cross-platform PATH env name","dist-tags":{"latest":"1.0.0"},"maintainers":[{"name":"zkochan","email":"zoltan.kochan+github@gmail.com"}],"time":{"modified":"2021-09-23T02:05:37.000Z","created":"2016-10-20T18:43:50.780Z","1.0.0":"2016-10-20T18:43:50.780Z"},"users":{},"author":{"name":"Zoltan Kochan"},"repository":{"type":"git","url":"git+https://github.com/zkochan/path-name.git"},"versions":{"1.0.0":{"name":"path-name","version":"1.0.0","description":"Cross-platform PATH env name","main":"index.js","scripts":{"test":"mos t && standard","md":"mos"},"files":["index.js"],"repository":{"type":"git","url":"git+https://github.com/zkochan/path-name.git"},"author":{"name":"Zoltan Kochan"},"keywords":["env","environ","path"],"license":"MIT","bugs":{"url":"https://github.com/zkochan/path-name/issues"},"homepage":"https://github.com/zkochan/path-name#readme","mos":{"plugins":["readme"],"installation":{"useShortAlias":true}},"devDependencies":{"mos":"^1.3.1","mos-plugin-readme":"^1.0.4","standard":"^8.4.0"},"gitHead":"cff3c81276ddf9938eba12a487a2bd868465b552","_id":"path-name@1.0.0","_shasum":"8ca063a63de7982dfa95760edaffd10214494f24","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.0","_npmUser":{"name":"zkochan","email":"zoltan.kochan@gmail.com"},"dist":{"shasum":"8ca063a63de7982dfa95760edaffd10214494f24","size":1706,"noattachment":false,"key":"/path-name/-/path-name-1.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/path-name/download/path-name-1.0.0.tgz"},"maintainers":[{"name":"zkochan","email":"zoltan.kochan+github@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/path-name-1.0.0.tgz_1476989030071_0.9672063002362847"},"directories":{},"publish_time":1476989030780,"_cnpm_publish_time":1476989030780,"_hasShrinkwrap":false}},"readme":"# path-name\n\n> Cross-platform PATH env name\n\n<!--@shields('npm', 'travis')-->\n[![npm version](https://img.shields.io/npm/v/path-name.svg)](https://www.npmjs.com/package/path-name) [![Build Status](https://img.shields.io/travis/zkochan/path-name/master.svg)](https://travis-ci.org/zkochan/path-name)\n<!--/@-->\n\nThe PATH environment variable name is different on different operating systems. This package will return the variable name on the current system.\n\n## Installation\n\n```sh\nnpm i -S path-name\n```\n\n## Example\n\n```js\nconst PATH = require('path-name')\n\n// On Linux and OSX\nconsole.log(PATH)\n// > PATH\n\n// On Windows (usually, not allways)\nconsole.log(PATH)\n// > Path\n```\n\n## License\n\n[MIT](./LICENSE) © Zoltan Kochan\n","_attachments":{},"homepage":"https://github.com/zkochan/path-name#readme","bugs":{"url":"https://github.com/zkochan/path-name/issues"},"license":"MIT"}