UNPKG

win-unc-perf

Version:

Windows UNC versus normal path performance tests

40 lines (39 loc) 845 B
{ "name": "win-unc-perf", "version": "1.0.0", "description": "Windows UNC versus normal path performance tests", "main": "index.js", "dependencies": { "benchmark": "^2.1.0", "chalk": "^1.1.3" }, "bin": { "win-unc-perf": ".bin/win-unc-perf" }, "devDependencies": {}, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/mattpodwysocki/win-unc-perf.git" }, "keywords": [ "UNC", "Windows", "MAX_PATH" ], "author": "Matthew Podwysocki", "license": "MIT", "bugs": { "url": "https://github.com/mattpodwysocki/win-unc-perf/issues" }, "homepage": "https://github.com/mattpodwysocki/win-unc-perf#readme", "engines": { "node": ">=4" }, "engineStrict": true, "os": [ "win32" ] }