| 1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- {
- "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"
- },
- "__npminstall_done": "Mon May 18 2020 19:19:03 GMT+0800 (CST)",
- "_from": "os-homedir@1.0.2",
- "_resolved": "https://registry.npm.taobao.org/os-homedir/download/os-homedir-1.0.2.tgz"
- }
|