103 lines
3.1 KiB
JSON
103 lines
3.1 KiB
JSON
{
|
|
"name": "postman-runtime",
|
|
"version": "7.28.4",
|
|
"description": "Underlying library of executing Postman Collections (used by Newman)",
|
|
"main": "index.js",
|
|
"directories": {
|
|
"lib": "lib",
|
|
"test": "test"
|
|
},
|
|
"scripts": {
|
|
"codecov": "node npm/publish-coverage.js",
|
|
"test": "npm run test-lint && npm run test-system && npm run test-unit && npm run test-integration && npm run test-integration-legacy",
|
|
"test-system": "node npm/test-system.js",
|
|
"test-lint": "node npm/test-lint.js",
|
|
"test-unit": "node npm/test-unit.js",
|
|
"test-browser": "node npm/test-browser.js",
|
|
"test-electron": "node npm/test-electron.js",
|
|
"test-integration": "node npm/test-integration.js",
|
|
"test-integration-legacy": "node npm/test-integration-legacy.js",
|
|
"test-integration-newman": "node npm/test-integration-newman.js",
|
|
"test-coverage": "node npm/test-coverage.js",
|
|
"build-docs": "node npm/build-docs.js",
|
|
"build-wiki": "node npm/build-wiki.js",
|
|
"publish-docs": "node npm/publish-docs.js",
|
|
"publish-wiki": "node npm/build-wiki.js",
|
|
"memory-check": "npm/memory-check.sh",
|
|
"release": "node npm/create-release.js",
|
|
"dist": "node npm/dist.js",
|
|
"prepack": "npm run dist"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com:postmanlabs/postman-runtime.git"
|
|
},
|
|
"author": "Postman Labs <help@getpostman.com>",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"async": "2.6.3",
|
|
"aws4": "1.11.0",
|
|
"eventemitter3": "4.0.7",
|
|
"handlebars": "4.7.7",
|
|
"http-reasons": "0.1.0",
|
|
"httpntlm": "1.7.7",
|
|
"inherits": "2.0.4",
|
|
"js-sha512": "0.8.0",
|
|
"lodash": "4.17.21",
|
|
"node-oauth1": "1.3.0",
|
|
"performance-now": "2.1.0",
|
|
"postman-collection": "4.1.0",
|
|
"postman-request": "2.88.1-postman.30",
|
|
"postman-sandbox": "4.0.5",
|
|
"postman-url-encoder": "3.0.5",
|
|
"resolve-from": "5.0.0",
|
|
"serialised-error": "1.1.3",
|
|
"tough-cookie": "3.0.1",
|
|
"uuid": "3.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@postman/shipit": "0.3.0",
|
|
"ajv": "6.12.6",
|
|
"browserify": "16.5.2",
|
|
"chai": "4.3.4",
|
|
"colors": "1.4.0",
|
|
"editorconfig": "0.15.3",
|
|
"eslint": "5.16.0",
|
|
"eslint-plugin-jsdoc": "8.7.0",
|
|
"eslint-plugin-lodash": "7.3.0",
|
|
"eslint-plugin-mocha": "6.3.0",
|
|
"eslint-plugin-security": "1.4.0",
|
|
"express": "4.17.1",
|
|
"graphql": "15.5.1",
|
|
"js-yaml": "4.1.0",
|
|
"jsdoc": "3.6.7",
|
|
"jsdoc-to-markdown": "7.0.1",
|
|
"karma": "3.1.4",
|
|
"karma-browserify": "6.1.0",
|
|
"karma-chrome-launcher": "3.1.0",
|
|
"karma-mocha": "2.0.1",
|
|
"karma-mocha-reporter": "2.2.5",
|
|
"mocha": "7.2.0",
|
|
"nyc": "14.1.1",
|
|
"parse-gitignore": "0.5.1",
|
|
"passport": "0.4.1",
|
|
"passport-http": "0.3.0",
|
|
"postman-jsdoc-theme": "0.0.3",
|
|
"recursive-readdir": "2.2.2",
|
|
"server-destroy": "1.0.1",
|
|
"shelljs": "0.8.4",
|
|
"sinon": "8.1.1",
|
|
"teleport-javascript": "1.0.0",
|
|
"terser": "5.7.1",
|
|
"tmp": "0.2.1",
|
|
"yankee": "1.0.8"
|
|
},
|
|
"browser": {
|
|
"./lib/requester/request-wrapper.js": "./lib/requester/browser/request.js",
|
|
"postman-request": "./lib/requester/browser/request.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
}
|