• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2	"name": "path-key",
3	"version": "3.1.1",
4	"description": "Get the PATH environment variable key cross-platform",
5	"license": "MIT",
6	"repository": "sindresorhus/path-key",
7	"author": {
8		"name": "Sindre Sorhus",
9		"email": "sindresorhus@gmail.com",
10		"url": "sindresorhus.com"
11	},
12	"engines": {
13		"node": ">=8"
14	},
15	"scripts": {
16		"test": "xo && ava && tsd"
17	},
18	"files": [
19		"index.js",
20		"index.d.ts"
21	],
22	"keywords": [
23		"path",
24		"key",
25		"environment",
26		"env",
27		"variable",
28		"var",
29		"get",
30		"cross-platform",
31		"windows"
32	],
33	"devDependencies": {
34		"@types/node": "^11.13.0",
35		"ava": "^1.4.1",
36		"tsd": "^0.7.2",
37		"xo": "^0.24.0"
38	}
39}
40