103 lines
3.0 KiB
JSON
103 lines
3.0 KiB
JSON
{
|
|
"name": "postman-sandbox",
|
|
"version": "4.0.5",
|
|
"description": "Sandbox for Postman Scripts to run in Node.js or browser",
|
|
"author": "Postman Inc.",
|
|
"license": "Apache-2.0",
|
|
"main": "index.js",
|
|
"browser": {
|
|
"./lib/bundle/index.js": "./lib/bundle/index.browser.js",
|
|
"./.cache/bootcode.js": "./.cache/bootcode.browser.js"
|
|
},
|
|
"homepage": "https://github.com/postmanlabs/postman-sandbox#readme",
|
|
"bugs": {
|
|
"url": "https://github.com/postmanlabs/postman-sandbox/issues",
|
|
"email": "help@postman.com"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/postmanlabs/postman-sandbox.git"
|
|
},
|
|
"keywords": [
|
|
"contextify",
|
|
"postman",
|
|
"sandbox",
|
|
"vm"
|
|
],
|
|
"scripts": {
|
|
"build-common-types": "node npm/build-types.js",
|
|
"build-sandbox-types": "node npm/build-sandbox-types.js",
|
|
"build-types": "npm run build-common-types && npm run build-sandbox-types",
|
|
"cache": "node npm/cache.js $1",
|
|
"codecov": "node npm/publish-coverage.js",
|
|
"prepublishOnly": "node npm/prepublish.js",
|
|
"pretest": "npm run cache",
|
|
"release": "node npm/create-release.js",
|
|
"test": "npm run test-lint && npm run test-system && npm run test-unit && npm run test-vm && npm run test-integration && npm run test-browser",
|
|
"test-browser": "node npm/test-browser.js",
|
|
"test-integration": "node npm/test-integration.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",
|
|
"test-vm": "node npm/test-vm.js"
|
|
},
|
|
"dependencies": {
|
|
"lodash": "4.17.21",
|
|
"teleport-javascript": "1.0.0",
|
|
"uvm": "2.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@postman/shipit": "^0.3.0",
|
|
"ajv": "6.12.5",
|
|
"assert": "2.0.0",
|
|
"async": "^3.2.1",
|
|
"atob": "2.1.2",
|
|
"backbone": "1.4.0",
|
|
"browserify": "^16.5.2",
|
|
"btoa": "1.2.1",
|
|
"buffer": "6.0.3",
|
|
"chai": "4.3.4",
|
|
"chai-postman": "2.0.1",
|
|
"chalk": "^4.1.2",
|
|
"cheerio": "0.22.0",
|
|
"crypto-js": "3.3.0",
|
|
"csv-parse": "1.2.4",
|
|
"editorconfig": "^0.15.3",
|
|
"eslint": "^7.32.0",
|
|
"eslint-plugin-jsdoc": "^36.0.7",
|
|
"eslint-plugin-lodash": "^7.3.0",
|
|
"eslint-plugin-mocha": "^9.0.0",
|
|
"eslint-plugin-security": "^1.4.0",
|
|
"jquery": "^3.6.0",
|
|
"js-yaml": "^4.1.0",
|
|
"jsdoc": "^3.6.7",
|
|
"karma": "^6.3.4",
|
|
"karma-browserify": "^8.1.0",
|
|
"karma-chrome-launcher": "^3.1.0",
|
|
"karma-mocha": "^2.0.1",
|
|
"karma-mocha-reporter": "^2.2.5",
|
|
"liquid-json": "0.3.1",
|
|
"lodash3": "3.10.2",
|
|
"mocha": "^9.0.3",
|
|
"moment": "2.29.1",
|
|
"nyc": "^15.1.0",
|
|
"packity": "^0.3.2",
|
|
"parse-gitignore": "^1.0.1",
|
|
"postman-collection": "4.1.0",
|
|
"recursive-readdir": "^2.2.2",
|
|
"shelljs": "^0.8.4",
|
|
"sinon": "^11.1.2",
|
|
"sinon-chai": "^3.7.0",
|
|
"terser": "^5.7.1",
|
|
"tough-cookie": "3.0.1",
|
|
"tsd-jsdoc": "^2.5.0",
|
|
"tv4": "1.3.0",
|
|
"uniscope": "2.0.1",
|
|
"watchify": "^4.0.0",
|
|
"xml2js": "0.4.23"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
}
|