UNPKG

lstat

Version:
43 lines (42 loc) 818 B
{ "name": "lstat", "version": "1.0.0", "description": "Promise-based `lstat`", "repository": "shinnn/lstat", "author": "Shinnosuke Watanabe (https://github.com/shinnn)", "scripts": { "pretest": "eslint --fix --format=codeframe index.js test.js", "test": "nyc node --throw-deprecation test.js" }, "license": "MIT", "files": [ "index.js" ], "keywords": [ "stat", "lstat", "file", "link", "info", "mode", "nlink", "uid", "gid", "rdev", "fs", "promise", "promisified", "async" ], "devDependencies": { "@shinnn/eslint-config-node": "^3.0.0", "create-symlink": "^0.2.0", "eslint": "^3.15.0", "nyc": "^10.1.2", "rmfr": "^1.0.2", "tape": "^4.6.3" }, "eslintConfig": { "extends": "@shinnn/node" } }