editorconfig
Version:
EditorConfig File Locator and Interpreter for Node.js
42 lines (41 loc) • 968 B
JSON
{
"name": "editorconfig",
"version": "3.0.0",
"description": "EditorConfig File Locator and Interpreter for Node.js",
"keywords": [
"editorconfig",
"core"
],
"main": "./lib/index.js",
"files": [
"lib/*",
"bin/*"
],
"contributors": [
"Hong Xu (topbug.net)",
"Jed Mao (https://github.com/jedmao/)",
"Trey Hunner (http://treyhunner.com)",
"Joe Hildebrand (https://github.com/hildjj/)",
"SunsetTechuila (https://github.com/SunsetTechuila/)"
],
"directories": {
"bin": "./bin",
"lib": "./lib"
},
"repository": {
"type": "git",
"url": "git://github.com/editorconfig/editorconfig-core-js.git"
},
"bugs": "https://github.com/editorconfig/editorconfig-core-js/issues",
"author": "EditorConfig Team",
"license": "MIT",
"dependencies": {
"@one-ini/wasm": "0.2.0",
"commander": "^14.0.0",
"minimatch": "10.0.1",
"semver": "^7.7.2"
},
"engines": {
"node": ">=20"
}
}