This package has been deprecated

Author message:

Support for API Builder 3.x will cease on 31 December 2019. Use the v3 to v4 upgrade guide (https://docs.axway.com/bundle/API_Builder_4x_allOS_en/page/api_builder_v3_to_v4_upgrade_guide.html) to migrate all your applications to API Builder 4.x.

arrow-flow

1.0.4 • Public • Published

arrow-flow

npm license github-issues Circle CI build status

Arrow Flow Engine Component.

nodei.co

travis-status stars forks

forks

Features

Install

npm install --save arrow-flow

Scripts

  • npm run build : npm run build:dev && npm run security
  • npm run build:dev : npm run build:lint && npm run test && npm run build:dist
  • npm run build:dist : npm run build:readme && babel -d ./dist ./lib
  • npm run build:lint : eslint .
  • npm run build:readme : node-readme
  • npm run clean : rimraf dist/* coverage/*
  • npm run release:publish : git add -A && git push && git push --tags && npm publish
  • npm run release:major : npm version major && npm run release:publish && git push --follow-tags
  • npm run release:minor : npm version minor && npm run release:publish && git push --follow-tags
  • npm run release:patch : npm version patch && npm run release:publish && git push --follow-tags
  • npm run release:prerelease : npm version prerelease && npm run release:publish && git push --follow-tags
  • npm run release:npm : curl -X GET http://registry.ecd.axway.int:8081/artifactory/local-npm/$npm_package_name/-/$npm_package_name-$npm_package_version.tgz 2>/dev/null > $npm_package_name-$npm_package_version.tgz && npm publish --registry https://registry.npmjs.org ./$npm_package_name-$npm_package_version.tgz && rm ./$npm_package_name-$npm_package_version.tgz
  • npm run test : rimraf coverage && rimraf .nyc-output && cross-env NODE_ENV=test nyc --reporter=lcov --reporter=text-summary node_modules/mocha/bin/mocha --compilers babel-core/register ./test --recursive -R spec
  • npm run posttest : nyc check-coverage --lines 80 --branches 80 --functions 80 && rimraf .nyc_output
  • npm run test:watch : rimraf coverage && rimraf .nyc-output && cross-env NODE_ENV=test nyc --reporter=lcov --reporter=text-summary node_modules/mocha/bin/mocha --compilers babel-core/register ./test --watch --recursive -R spec
  • npm run security : retire --exitwith 0 --outputpath scan-retire.txt && nsp check --output writefile --warn-only

Dependencies

Package Version Dev
ajv ^4.5.0
body-parser ^1.15.2
chalk ^1.1.3
express ^4.14.0
json-lint ^0.1.0
jsonpath ^0.2.11
babel-cli ^6.3.17
babel-core ^6.24.0
babel-eslint ^6.1.2
babel-preset-es2015 6.9.0
babel-register ^6.9.0
chai ^3.5.0
cross-env ^3.1.3
eslint 3.19.0
eslint-config-axway ^1.0.1
eslint-plugin-import 2.2.0
eslint-plugin-jsx-a11y 4.0.0
eslint-plugin-mocha 4.9.0
eslint-plugin-react 6.10.3
istanbul ^0.4.5
mocha ^3.0.2
node-readme ^0.1.9
nsp ^2.6.3
nsp-formatter-writefile ^1.0.0
nyc ^10.2.0
retire ^1.2.12
rimraf ^2.5.4
simple-mock ^0.7.3
yargs ^7.0.2

Contributing

Contributions welcome; Please submit all pull requests the against master branch. If your pull request contains JavaScript patches or features, you should include relevant unit tests. Please check the Contributing Guidelines for more details. Thanks!

Author

Axway support@axway.com https://www.axway.com

License

  • SEE LICENCE IN LICENCE : null

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Published

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.2-0
    0

Package Sidebar

Install

npm i arrow-flow

Weekly Downloads

2

Version

1.0.4

License

SEE LICENCE IN LICENCE

Last publish

Collaborators

  • buildernpmuser
  • nkeranova
  • axway-npm
  • bladedancer
  • ddimonov-axway
  • neon-axway
  • vchauhan
  • mdimitrova
  • pdzhorev
  • axway_alasdair
  • pltod2
  • pbozhkovaxway
  • mbonchev-axway
  • axway-vertex