UNPKG

@zkochan/pnpm

Version:

Fast, disk space efficient package manager

106 lines (105 loc) 3.17 kB
{ "_args": [ [ { "raw": "path-name@1.0.0", "scope": null, "escapedName": "path-name", "name": "path-name", "rawSpec": "1.0.0", "spec": "1.0.0", "type": "version" }, "/home/zkochan/src/pnpm/packages/pnpm" ] ], "_from": "path-name@1.0.0", "_id": "path-name@1.0.0", "_inCache": true, "_location": "/path-name", "_nodeVersion": "6.9.0", "_npmOperationalInternal": { "host": "packages-18-east.internal.npmjs.com", "tmp": "tmp/path-name-1.0.0.tgz_1476989030071_0.9672063002362847" }, "_npmUser": { "name": "zkochan", "email": "zoltan.kochan@gmail.com" }, "_npmVersion": "3.10.8", "_phantomChildren": {}, "_requested": { "raw": "path-name@1.0.0", "scope": null, "escapedName": "path-name", "name": "path-name", "rawSpec": "1.0.0", "spec": "1.0.0", "type": "version" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmjs.org/path-name/-/path-name-1.0.0.tgz", "_shasum": "8ca063a63de7982dfa95760edaffd10214494f24", "_shrinkwrap": null, "_spec": "path-name@1.0.0", "_where": "/home/zkochan/src/pnpm/packages/pnpm", "author": { "name": "Zoltan Kochan" }, "bugs": { "url": "https://github.com/zkochan/path-name/issues" }, "dependencies": {}, "description": "Cross-platform PATH env name", "devDependencies": { "mos": "^1.3.1", "mos-plugin-readme": "^1.0.4", "standard": "^8.4.0" }, "directories": {}, "dist": { "shasum": "8ca063a63de7982dfa95760edaffd10214494f24", "tarball": "https://registry.npmjs.org/path-name/-/path-name-1.0.0.tgz" }, "files": [ "index.js" ], "gitHead": "cff3c81276ddf9938eba12a487a2bd868465b552", "homepage": "https://github.com/zkochan/path-name#readme", "keywords": [ "env", "environ", "path" ], "license": "MIT", "main": "index.js", "maintainers": [ { "name": "zkochan", "email": "zoltan.kochan@gmail.com" } ], "mos": { "plugins": [ "readme" ], "installation": { "useShortAlias": true } }, "name": "path-name", "optionalDependencies": {}, "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", "readmeFilename": "README.md", "repository": { "type": "git", "url": "git+https://github.com/zkochan/path-name.git" }, "scripts": { "md": "mos", "test": "mos t && standard" }, "version": "1.0.0" }