mirror of
https://github.com/morhetz/gruvbox.git
synced 2025-11-18 16:47:23 -05:00
43 lines
726 B
JSON
43 lines
726 B
JSON
{
|
|
"name": "fs-access",
|
|
"version": "1.0.1",
|
|
"description": "Node.js 0.12 fs.access() & fs.accessSync() ponyfill",
|
|
"license": "MIT",
|
|
"repository": "sindresorhus/fs-access",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "sindresorhus.com"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"scripts": {
|
|
"test": "node test.js"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"keywords": [
|
|
"built-in",
|
|
"core",
|
|
"ponyfill",
|
|
"polyfill",
|
|
"shim",
|
|
"fs",
|
|
"access",
|
|
"stat",
|
|
"mode",
|
|
"permission",
|
|
"user",
|
|
"process",
|
|
"check"
|
|
],
|
|
"dependencies": {
|
|
"null-check": "^1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"os-tmpdir": "^1.0.0"
|
|
}
|
|
}
|