check-max-path
Version:
Will you hit the Windows Maximum Path Length Limitation?
34 lines (33 loc) • 751 B
JSON
{
"name": "check-max-path",
"description": "Will you hit the Windows Maximum Path Length Limitation?",
"version": "1.0.0",
"scripts": {
"check": "mongodb-js-precommit",
"test": "mocha"
},
"bin": {
"check-max-path": "bin/check-max-path.js"
},
"homepage": "http://github.com/mongodb-js/check-max-path",
"repository": {
"type": "git",
"url": "git://github.com/mongodb-js/check-max-path.git"
},
"dependencies": {
"debug": "^4.1.1",
"glob": "^7.1.1",
"minimist": "^1.2.0"
},
"devDependencies": {
"eslint-config-mongodb-js": "^5.0.3",
"mocha": "^7.0.0",
"mongodb-js-precommit": "^2.0.0"
},
"license": "Apache-2.0",
"keywords": [
"windows",
"MAX_PATH",
"electron"
]
}