File: /home/f/r/e/frenchy/www/french-american.org/current/node_modules/editorconfig/package.json
{
"_args": [
[
"editorconfig@0.13.3",
"/var/www/french-american.org/releases/20210421135930Z"
]
],
"_development": true,
"_from": "editorconfig@0.13.3",
"_id": "editorconfig@0.13.3",
"_inBundle": false,
"_integrity": "sha512-WkjsUNVCu+ITKDj73QDvi0trvpdDWdkDyHybDGSXPfekLCqwmpD7CP7iPbvBgosNuLcI96XTDwNa75JyFl7tEQ==",
"_location": "/editorconfig",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "editorconfig@0.13.3",
"name": "editorconfig",
"escapedName": "editorconfig",
"rawSpec": "0.13.3",
"saveSpec": null,
"fetchSpec": "0.13.3"
},
"_requiredBy": [
"/js-beautify"
],
"_resolved": "https://registry.npmjs.org/editorconfig/-/editorconfig-0.13.3.tgz",
"_spec": "0.13.3",
"_where": "/var/www/french-american.org/releases/20210421135930Z",
"author": {
"name": "EditorConfig Team"
},
"bin": {
"editorconfig": "bin/editorconfig"
},
"bugs": {
"url": "https://github.com/editorconfig/editorconfig-core-js/issues"
},
"contributors": [
{
"name": "Hong Xu",
"url": "topbug.net"
},
{
"name": "Jed Mao",
"url": "https://github.com/jedmao/"
},
{
"name": "Trey Hunner",
"url": "http://treyhunner.com"
}
],
"dependencies": {
"bluebird": "^3.0.5",
"commander": "^2.9.0",
"lru-cache": "^3.2.0",
"semver": "^5.1.0",
"sigmund": "^1.0.1"
},
"description": "EditorConfig File Locator and Interpreter for Node.js",
"devDependencies": {
"eclint": "^1.1.5",
"mocha": "^2.3.4",
"should": "^7.1.1"
},
"directories": {
"bin": "./bin",
"lib": "./lib"
},
"homepage": "https://github.com/editorconfig/editorconfig-core-js#readme",
"keywords": [
"editorconfig",
"core"
],
"license": "MIT",
"main": "editorconfig.js",
"name": "editorconfig",
"repository": {
"type": "git",
"url": "git://github.com/editorconfig/editorconfig-core-js.git"
},
"scripts": {
"lint": "eclint check --indent_size ignore editorconfig.js README.md \"bin/**\" \"lib/**\"",
"pretest": "cmake .",
"test": "npm run lint && ctest .",
"test-verbose": "npm run lint && ctest -VV --output-on-failure ."
},
"version": "0.13.3"
}