| { |
| "author": { |
| "email": "sindresorhus@gmail.com", |
| "name": "Sindre Sorhus", |
| "url": "sindresorhus.com" |
| }, |
| "description": "Get the PATH environment variable key cross-platform", |
| "devDependencies": { |
| "ava": "*", |
| "xo": "*" |
| }, |
| "engines": { |
| "node": ">=4" |
| }, |
| "files": [ |
| "index.js" |
| ], |
| "keywords": [ |
| "path", |
| "key", |
| "environment", |
| "env", |
| "variable", |
| "var", |
| "get", |
| "cross-platform", |
| "windows" |
| ], |
| "license": "MIT", |
| "name": "path-key", |
| "repository": "sindresorhus/path-key", |
| "scripts": { |
| "test": "xo && ava" |
| }, |
| "version": "2.0.1", |
| "xo": { |
| "esnext": true |
| } |
| } |