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
672 B
41 lines
672 B
{ |
|
"name": "os-tmpdir", |
|
"version": "1.0.2", |
|
"description": "Node.js os.tmpdir() ponyfill", |
|
"license": "MIT", |
|
"repository": "sindresorhus/os-tmpdir", |
|
"author": { |
|
"name": "Sindre Sorhus", |
|
"email": "sindresorhus@gmail.com", |
|
"url": "sindresorhus.com" |
|
}, |
|
"engines": { |
|
"node": ">=0.10.0" |
|
}, |
|
"scripts": { |
|
"test": "xo && ava" |
|
}, |
|
"files": [ |
|
"index.js" |
|
], |
|
"keywords": [ |
|
"built-in", |
|
"core", |
|
"ponyfill", |
|
"polyfill", |
|
"shim", |
|
"os", |
|
"tmpdir", |
|
"tempdir", |
|
"tmp", |
|
"temp", |
|
"dir", |
|
"directory", |
|
"env", |
|
"environment" |
|
], |
|
"devDependencies": { |
|
"ava": "*", |
|
"xo": "^0.16.0" |
|
} |
|
}
|
|
|