UNPKG

xattr-async

Version:
33 lines (32 loc) 693 B
{ "name": "xattr-async", "description": "Node.js async xattr library", "version": "1.0.2", "author": "Luka Zakrajsek <luka@koofr.net>", "keywords": [ "xattr", "async" ], "homepage": "https://github.com/bancek/node-xattr-async", "bugs": "https://github.com/bancek/node-xattr-async/issues", "repository": "git://github.com/bancek/node-xattr-async", "licenses": [ { "type": "MIT" } ], "main": "./build/Release/xattrAsync", "engines": { "node": ">=0.10.2" }, "dependencies": { "nan": "^2.15.0" }, "devDependencies": { "mocha": "^9.1.3", "chai": "^4.3.4" }, "scripts": { "test": "node-gyp rebuild && mocha test" } }