UNPKG

apigeelint

Version:

Node module and tool to lint a bundle for an Apigee API Proxy or sharedflow.

71 lines (70 loc) 1.92 kB
{ "name": "apigeelint", "version": "2.68.0", "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": "npx mkdirp build && npx peggy -o build/ConditionParser.js lib/peggy/Apigee-Condition.pegjs", "coverage": "npx nyc --reporter=text mocha", "depcheck": "npx depcheck . --ignores=depcheck,mocha-lcov-reporter", "test": "mocha" }, "repository": { "type": "git", "url": "https://github.com/apigee/apigeelint" }, "keywords": ["API", "bundle", "lint", "linter", "Apigee", "Edge"], "license": "MIT", "bugs": { "url": "https://github.com/apigee/apigeelint/issues" }, "private": false, "dependencies": { "@xmldom/xmldom": "^0.8.10", "adm-zip": "^0.5.16", "babel-code-frame": "latest", "chalk": "4.1.2", "commander": "^2.9.0", "debug": "^4.3.6", "eslint": "latest", "fast-xml-parser": "^4.3.1", "js-yaml": "latest", "jshint": "^2.10.1", "jsonpath": "^1.1.1", "lodash": "^4.17.21", "minimatch": "^3.0.4", "pdfmake": "^0.2.17", "pluralize": "latest", "strip-ansi": "^6.0.1", "table": "latest", "text-table": "latest", "tmp": "^0.2.3", "xpath": "latest" }, "devDependencies": { "chai": "^4.3.10", "depcheck": "^1.4.7", "jsonschema": "latest", "mkdirp": "^3.0.1", "mocha": "^11.1.0", "mocha-badge-generator": "^0.10.6", "mocha-lcov-reporter": "^1.3.0", "nyc": "^17.0.0", "peggy": "^3.0.2" }, "overrides": { "badge-up": "https://registry.npmjs.org/@rpl/badge-up/-/badge-up-3.0.0.tgz", "glob": "^10.4.5", "nth-check": "^2.0.1", "svgo": "^3.3.2", "uuid": "^7.0.3" }, "engines": { "node": ">= 20", "npm": ">= 10.5.0" } }