UNPKG

3.61 kBJSONView Raw
1{
2 "name": "@axway/api-builder-runtime",
3 "version": "4.27.9",
4 "description": "API Builder Runtime",
5 "author": {
6 "name": "Axway",
7 "email": "support@axway.com",
8 "url": "https://axway.com"
9 },
10 "api-builder": {
11 "release": "Marrakech"
12 },
13 "contributors": [
14 "Jeff Haynie",
15 "Dawson Toth",
16 "Rick Blalock",
17 "Nolan Wright",
18 "Chris Barber",
19 "Praveen Innamuri",
20 "Alasdair Hurst",
21 "Ingo Muschenetz",
22 "Feon Sua",
23 "Pankaj Goyal",
24 "Seth Toda",
25 "Jamie Peabody",
26 "Gavin Mathews",
27 "Plamen Todorov",
28 "Niya Keranova",
29 "Boncho Belutov",
30 "Mitko Pelov"
31 ],
32 "license": "SEE LICENCE IN LICENSE",
33 "keywords": [
34 "amplify",
35 "api-builder",
36 "axway",
37 "arrow",
38 "appcelerator"
39 ],
40 "engines": {
41 "node": ">=8.9"
42 },
43 "main": "lib/apibuilder.js",
44 "repository": {
45 "type": "git",
46 "url": "https://git.ecd.axway.int/amplify/api-builder"
47 },
48 "dependencies": {
49 "@axway/api-builder-config": "3.1.1",
50 "@axway/api-builder-flow-invoke": "4.2.5",
51 "@axway/axway-flow-authorization": "1.2.2",
52 "@axway/flow": "6.5.0",
53 "arrow-endpoint": "4.2.1",
54 "arrow-orm": "2.9.5",
55 "async": "^2.6.1",
56 "axway-schema": "4.2.1",
57 "body-parser": "^1.19.0",
58 "chalk": "^2.4.1",
59 "client-sessions": "^0.7.0",
60 "compression": "^1.6.0",
61 "connect-busboy": "0.0.2",
62 "cookie-parser": "^1.4.4",
63 "debug": "^2.2.0",
64 "dont-sniff-mimetype": "^1.0.0",
65 "dotenv": "^8.1.0",
66 "ejs": "^2.5.7",
67 "express": "^4.16.4",
68 "frameguard": "^3.0.0",
69 "fs-extra": "^7.0.0",
70 "handlebars": "^4.1.0",
71 "highlight.js": "9.14.2",
72 "js-yaml": "^3.13.1",
73 "json2csv": "^3.0.1",
74 "ldapauth-fork": "^4.0.1",
75 "lodash": "^4.17.10",
76 "marked": "^0.7.0",
77 "nocache": "^2.0.0",
78 "openapi-doc": "4.2.2",
79 "path-to-regexp": "^2.4.0",
80 "pluralize": "^7.0.0",
81 "require-uncached": "^1.0.3",
82 "semver": "^6.0.0",
83 "uuid-v4": "^0.1.0",
84 "walk-sync": "^0.3.2",
85 "x-xss-protection": "^1.1.0",
86 "xml": "1.0.0"
87 },
88 "devDependencies": {
89 "@axway/api-builder-admin": "1.16.2",
90 "@axway/openapi-utils": "1.1.2",
91 "ajv": "^5.3.0",
92 "axway-flow-graph": "3.1.2",
93 "axway-flow-schema": "5.4.0",
94 "axway-flow-sdk": "^3.0.0",
95 "bytes": "^2.2.0",
96 "ldapjs": "^1.0.1",
97 "mock-stdin": "^0.3.1",
98 "optional-dev-dependency": "^2.0.1",
99 "ps-node": "0.1.6",
100 "request": "^2.88.0",
101 "should": "^13.1.3",
102 "strip-ansi": "^4.0.0",
103 "swagger-parser": "^4.0.0",
104 "tree-kill": "^1.2.0"
105 },
106 "optionalDevDependencies": {
107 "bunyan": "^1.8.5",
108 "heapdump": "^0.3.7",
109 "memwatch-next": "^0.3.0"
110 },
111 "nyc": {
112 "per-file": false,
113 "statements": 90.12,
114 "branches": 82.54,
115 "functions": 89.71,
116 "lines": 90.11
117 },
118 "scripts": {
119 "build": "npm run clean && npm run build:dev",
120 "build:optional": "optional-dev-dependency && npm run build",
121 "build:dev": "npm run build:lint && npm run test",
122 "build:lint": "eslint .",
123 "build:lint:fix": "eslint . --fix",
124 "clean": "shx rm -rf .nyc_output coverage",
125 "test": "nyc mocha test/_init.js \"test/*_test.js\" \"test/composite/*_test.js\" --recursive --require source-map-support --exit --timeout 8000",
126 "test:fix": "eslint . --fix && npm run test",
127 "test:nocoverage": "mocha test/_init.js \"test/*_test.js\" \"test/composite/*_test.js\" --recursive --require source-map-support --exit",
128 "test:watch": "npm run test:nocoverage -- --watch",
129 "test:debug": "mocha --inspect-brk --watch",
130 "check:dependencies": "npm run check:used && npm run check:unused",
131 "check:used": "dependency-check ./package.json",
132 "check:unused": "dependency-check ./package.json --unused --no-dev -i deep-equal"
133 },
134 "gitHead": "57b27c19a8e97fed68fa4a61101834e16e410b5c"
135}