You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
690 B
41 lines
690 B
{ |
|
"name": "os-homedir", |
|
"version": "1.0.2", |
|
"description": "Node.js 4 `os.homedir()` ponyfill", |
|
"license": "MIT", |
|
"repository": "sindresorhus/os-homedir", |
|
"author": { |
|
"name": "Sindre Sorhus", |
|
"email": "sindresorhus@gmail.com", |
|
"url": "sindresorhus.com" |
|
}, |
|
"engines": { |
|
"node": ">=0.10.0" |
|
}, |
|
"scripts": { |
|
"test": "xo && ava" |
|
}, |
|
"files": [ |
|
"index.js" |
|
], |
|
"keywords": [ |
|
"builtin", |
|
"core", |
|
"ponyfill", |
|
"polyfill", |
|
"shim", |
|
"os", |
|
"homedir", |
|
"home", |
|
"dir", |
|
"directory", |
|
"folder", |
|
"user", |
|
"path" |
|
], |
|
"devDependencies": { |
|
"ava": "*", |
|
"path-exists": "^2.0.0", |
|
"xo": "^0.16.0" |
|
} |
|
}
|
|
|