UNPKG

postman-runtime

Version:

Underlying library of executing Postman Collections

99 lines (98 loc) 3.06 kB
{ "name": "postman-runtime", "version": "7.29.2", "description": "Underlying library of executing Postman Collections", "author": "Postman Inc.", "license": "Apache-2.0", "main": "index.js", "browser": { "./lib/requester/request-wrapper.js": "./lib/requester/browser/request.js", "postman-request": "./lib/requester/browser/request.js" }, "homepage": "https://github.com/postmanlabs/postman-runtime#readme", "bugs": { "email": "help@postman.com" }, "repository": { "type": "git", "url": "git+https://github.com/postmanlabs/postman-runtime.git" }, "keywords": [ "postman", "collection", "runtime", "runner" ], "scripts": { "codecov": "node npm/publish-coverage.js", "dist": "node npm/dist.js", "memory-check": "npm/memory-check.sh", "prepack": "npm run dist", "release": "node npm/create-release.js", "test": "npm run test-lint && npm run test-system && npm run test-unit && npm run test-integration && npm run test-integration-legacy", "test-browser": "node npm/test-browser.js", "test-electron": "node npm/test-electron.js", "test-integration": "nyc --nycrc-path=.nycrc.js node npm/test-integration.js", "test-integration-legacy": "nyc --nycrc-path=.nycrc.js node npm/test-integration-legacy.js", "test-integration-newman": "node npm/test-integration-newman.js", "test-lint": "node npm/test-lint.js", "test-system": "node npm/test-system.js", "test-unit": "nyc --nycrc-path=.nycrc.js node npm/test-unit.js" }, "dependencies": { "async": "3.2.3", "aws4": "1.11.0", "handlebars": "4.7.7", "httpntlm": "1.7.7", "js-sha512": "0.8.0", "lodash": "4.17.21", "mime-types": "2.1.35", "node-oauth1": "1.3.0", "performance-now": "2.1.0", "postman-collection": "4.1.4", "postman-request": "2.88.1-postman.31", "postman-sandbox": "4.0.8", "postman-url-encoder": "3.0.5", "serialised-error": "1.1.3", "tough-cookie": "3.0.1", "uuid": "8.3.2" }, "devDependencies": { "@postman/shipit": "^0.4.0", "ajv": "^8.11.0", "browserify": "^17.0.0", "chai": "^4.3.6", "chalk": "^4.1.2", "dependency-check": "^4.1.0", "editorconfig": "^0.15.3", "eslint": "^7.32.0", "eslint-plugin-jsdoc": "^36.1.1", "eslint-plugin-lodash": "^7.4.0", "eslint-plugin-mocha": "^10.0.5", "eslint-plugin-security": "^1.5.0", "express": "^4.17.2", "graphql": "^15.7.2", "js-yaml": "^4.1.0", "karma": "^6.3.20", "karma-browserify": "^8.1.0", "karma-chrome-launcher": "^3.1.1", "karma-mocha": "^2.0.1", "karma-mocha-reporter": "^2.2.5", "mocha": "^9.1.3", "nyc": "^15.1.0", "parse-gitignore": "^1.0.1", "passport": "^0.6.0", "passport-http": "^0.3.0", "recursive-readdir": "^2.2.2", "server-destroy": "^1.0.1", "shelljs": "^0.8.5", "sinon": "^12.0.1", "teleport-javascript": "^1.0.0", "terser": "^5.14.0", "tmp": "^0.2.1", "yankee": "^1.0.8" }, "engines": { "node": ">=10" } }