68 lines
1.8 KiB
JSON
68 lines
1.8 KiB
JSON
{
|
|
"name": "uvm",
|
|
"version": "2.0.2",
|
|
"description": "Universal Virtual Machine for Node and Browser",
|
|
"author": "Postman Inc.",
|
|
"license": "Apache-2.0",
|
|
"main": "index.js",
|
|
"browser": {
|
|
"./lib/bridge.js": "./lib/bridge.browser.js"
|
|
},
|
|
"homepage": "https://github.com/postmanlabs/uvm#readme",
|
|
"bugs": {
|
|
"url": "https://github.com/postmanlabs/uvm/issues",
|
|
"email": "help@postman.com"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/postmanlabs/uvm.git"
|
|
},
|
|
"keywords": [
|
|
"vm",
|
|
"contextify",
|
|
"postman"
|
|
],
|
|
"scripts": {
|
|
"codecov": "node npm/publish-coverage.js",
|
|
"build-docs": "node npm/build-docs.js",
|
|
"release": "node npm/create-release.js",
|
|
"test": "npm run test-lint && npm run test-system && npm run test-unit && npm run test-browser",
|
|
"test-browser": "node npm/test-browser.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": {
|
|
"flatted": "3.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@postman/shipit": "^0.3.0",
|
|
"benchmark": "^2.1.4",
|
|
"browserify": "^17.0.0",
|
|
"chai": "^4.3.4",
|
|
"chalk": "^4.1.1",
|
|
"editorconfig": "^0.15.3",
|
|
"eslint": "^7.25.0",
|
|
"eslint-plugin-jsdoc": "^32.3.1",
|
|
"eslint-plugin-mocha": "^8.1.0",
|
|
"eslint-plugin-security": "^1.4.0",
|
|
"js-yaml": "^4.1.0",
|
|
"jsdoc": "^3.6.6",
|
|
"karma": "^6.3.2",
|
|
"karma-browserify": "^8.0.0",
|
|
"karma-chrome-launcher": "^3.1.0",
|
|
"karma-mocha": "^2.0.1",
|
|
"karma-mocha-reporter": "^2.2.5",
|
|
"mocha": "^8.3.2",
|
|
"nyc": "^15.1.0",
|
|
"packity": "^0.3.2",
|
|
"parse-gitignore": "^1.0.1",
|
|
"postman-jsdoc-theme": "^0.0.3",
|
|
"recursive-readdir": "^2.2.2",
|
|
"watchify": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
}
|