wishthis/node_modules/os-homedir/package.json

42 lines
690 B
JSON
Raw Normal View History

2022-01-21 08:28:41 +00:00
{
2022-04-08 10:55:35 +00:00
"name": "os-homedir",
"version": "1.0.2",
"description": "Node.js 4 `os.homedir()` ponyfill",
"license": "MIT",
"repository": "sindresorhus/os-homedir",
2022-01-21 08:28:41 +00:00
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"engines": {
"node": ">=0.10.0"
},
2022-04-08 10:55:35 +00:00
"scripts": {
"test": "xo && ava"
},
2022-01-21 08:28:41 +00:00
"files": [
"index.js"
],
"keywords": [
"builtin",
"core",
"ponyfill",
"polyfill",
"shim",
"os",
"homedir",
"home",
"dir",
"directory",
"folder",
"user",
"path"
],
2022-04-08 10:55:35 +00:00
"devDependencies": {
"ava": "*",
"path-exists": "^2.0.0",
"xo": "^0.16.0"
}
2022-01-21 08:28:41 +00:00
}