apigeelint
Version:
Node module and tool to lint a bundle for an Apigee API Proxy or sharedflow.
114 lines (113 loc) • 2.92 kB
JSON
{
"name": "apigeelint",
"version": "2.84.6",
"description": "Node module and tool to lint a bundle for an Apigee API Proxy or sharedflow.",
"main": "index.js",
"bin": {
"apigeelint": "./cli.js"
},
"scripts": {
"badge": "mocha --reporter mocha-badge-generator",
"build-condition-parser": "shx mkdir -p build && npx peggy -o build/ConditionParser.js lib/peggy/Apigee-Condition.pegjs",
"coverage": "c8 --reporter=text mocha",
"depcheck": "depcheck . --ignores=depcheck,mocha-lcov-reporter,apigee-jsc-debug",
"test": "mocha",
"clean": "shx rm -rf node_modules package-lock.json",
"release": "npm install && npm run test && npm run badge",
"eslint:plugins": "eslint \"lib/package/plugins/*.js\"",
"eslint:src": "eslint \"lib/package/*.js\"",
"eslint:test": "eslint \"test/specs/*.js\"",
"eslint:all": "eslint \"lib/package/*.js\" \"lib/package/plugins/*.js\" \"test/specs/*.js\"",
"eslint": "npm run eslint:all"
},
"repository": {
"type": "git",
"url": "https://github.com/apigee/apigeelint"
},
"keywords": [
"API",
"bundle",
"lint",
"linter",
"Apigee",
"Edge"
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/apigee/apigeelint/issues"
},
"private": false,
"dependencies": {
"@xmldom/xmldom": "^0.8.10",
"adm-zip": "^0.5.16",
"babel-code-frame": "^6.26.0",
"chalk": "4.1.2",
"commander": "^14.0.3",
"debug": "^4.3.6",
"eslint": "^10.1.0",
"fast-xml-parser": "^5.5.8",
"js-yaml": "^4.1.1",
"jshint": "^2.13.6",
"jsonpath": "^1.2.1",
"lodash": "^4.17.21",
"minimatch": "^10.2.4",
"pdfmake": "^0.2.17",
"pluralize": "^8.0.0",
"strip-ansi": "^6.0.1",
"table": "^6.9.0",
"text-table": "^0.2.0",
"tmp": "^0.2.3",
"xpath": "^0.0.34"
},
"devDependencies": {
"c8": "^10.1.3",
"chai": "^4.3.10",
"depcheck": "^1.4.7",
"jsonschema": "^1.5.0",
"mocha": "^11.1.0",
"mocha-badge-generator": "^0.11.0",
"mocha-lcov-reporter": "^1.3.0",
"peggy": "^5.0.6",
"shx": "^0.4.0"
},
"overrides": {
"badge-up": "https://registry.npmjs.org/@rpl/badge-up/-/badge-up-3.0.0.tgz",
"diff": "^8.0.3",
"glob": {
".": "^10.5.0",
"minimatch": {
"brace-expansion": "^2.0.3"
}
},
"flatted": "^3.4.2",
"jshint": {
"minimatch": "^3.1.2",
"brace-expansion": "^1.1.13"
},
"multimatch": {
"minimatch": {
"brace-expansion": "^1.1.13"
}
},
"depcheck": {
"minimatch": {
"brace-expansion": "^2.0.3"
}
},
"mocha": {
"minimatch": {
"brace-expansion": "^2.0.3"
}
},
"minimatch": {
"brace-expansion": "^5.0.5"
},
"nth-check": "^2.0.1",
"svgo": "^3.3.3",
"uuid": "^7.0.3"
},
"engines": {
"node": ">= 20",
"npm": ">= 10.5.0"
}
}