UNPKG

@f5devcentral/f5-fast-core

Version:

The core module for F5 Application Services Templates

63 lines (62 loc) 1.66 kB
{ "name": "@f5devcentral/f5-fast-core", "version": "0.25.0", "author": "F5 Networks", "license": "Apache-2.0", "repository": "github:f5devcentral/f5-fast-core", "main": "index.js", "description": "The core module for F5 Application Services Templates", "scripts": { "audit-production": "npm audit --production --json > .auditReport.json; npx f5-fast-audit-npm", "test": "mocha --exclude test/cli.js", "test.cli": "mocha test/setup-logging.js test/cli.js", "test.all": "mocha", "lint": "eslint lib test index.js cli.js --ignore-pattern jsoneditor.js", "buildbin": "./scripts/build-fastbin.sh", "coverage": "nyc -r text -r html npm test", "coverage.all": "nyc -r text -r html npm run test.all" }, "keywords": [ "as3", "f5", "rest", "api" ], "bin": { "fast": "./cli.js", "f5-fast-audit-npm": "./scripts/auditProcessor.js" }, "devDependencies": { "chai": "^4.3.10", "chai-as-promised": "^7.1.1", "eslint": "^8.50.0", "eslint-plugin-import": "^2.28.1", "mocha": "^10.2.0", "nock": "^13.3.3", "nyc": "^15.1.0" }, "nyc": { "all": true, "include": [ "lib/**/*.js", "cli.js" ], "exclude": [ "lib/jsoneditor.js" ] }, "dependencies": { "@apidevtools/json-schema-ref-parser": "9.0.9", "@f5devcentral/atg-storage": "^1.3.9", "adm-zip": "^0.5.10", "ajv": "^6.12.6", "axios": "^0.30.0", "deepmerge": "^4.3.1", "js-yaml": "^4.1.0", "jsonpath-plus": "^10.2.0", "math-expression-evaluator": "^1.4.0", "merge-lite": "^1.0.2", "mustache": "^4.2.0", "yargs": "^17.7.2" } }