Urara-Blog/node_modules/.pnpm-store/v3/files/ac/3f6dc2d79ec2225097b08dda5721ee77b93df9d5c3790fb2c7b8aeaedccdb6ebbe936326b88cf0e2297c4b02c4669d2ba1b2afd172bfeeba0cca50d828d784
2022-08-14 01:14:53 +08:00

39 lines
653 B
Text

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