feat:0.0.5更新ry-istanbul-web版本
Showing
{ | { | ||
"name": "istanbul-middleware-ry", | |||
"description": "Connect middleware for Istanbul to handle server-side as well as browser coverage use-cases for node apps", | |||
"version": "0.0.5", | |||
"main": "lib/index.js", | |||
"files": [ | |||
"lib" | |||
], | |||
"bin": { | |||
"name": "istanbul-middleware-ry", | "name": "istanbul-middleware-ry", | ||
"description": "Connect middleware for Istanbul to handle server-side as well as browser coverage use-cases for node apps", | "coverage": "binLib/coverage.js" | ||
"version": "0.0.4", | }, | ||
"main": "lib/index.js", | "repository": { | ||
"files": [ | "type": "git", | ||
"lib" | "url": "git@github.com:gotwarlost/istanbul-middleware.git" | ||
], | }, | ||
"bin": { | "scripts": { | ||
"name": "istanbul-middleware-ry", | "release": "babel src --out-dir lib", | ||
"coverage": "binLib/coverage.js" | "release:bin": "babel bin --out-dir binLib", | ||
}, | "pretest": "jshint --config ./node_modules/yui-lint/jshint.json lib/*js", | ||
"repository": { | "build:watch": "onchange ./src -- npm run release", | ||
"type": "git", | "nodemon": "nodemon ./lib/index.js --coverage # start the app with coverage --watch", | ||
"url": "git@github.com:gotwarlost/istanbul-middleware.git" | "run:pm2": "pm2 start ./lib/index.js --watch -f", | ||
}, | "stop:pm2": "pm2 stop ./lib/index.js" | ||
"scripts": { | }, | ||
"release": "babel src --out-dir lib", | "contributors": [ | ||
"release:bin": "babel bin --out-dir binLib", | "@arboleya", | ||
"pretest": "jshint --config ./node_modules/yui-lint/jshint.json lib/*js", | "@harking", | ||
"build:watch": "onchange ./src -- npm run release", | "@mikaturunen", | ||
"nodemon": "nodemon ./lib/index.js --coverage # start the app with coverage --watch", | "@jelmertanen", | ||
"run:pm2": "pm2 start ./lib/index.js --watch -f", | "@tkmunzwa", | ||
"stop:pm2": "pm2 stop ./lib/index.js" | "@mcollina", | ||
}, | "@lpinca" | ||
"contributors": [ | ], | ||
"@arboleya", | "dependencies": { | ||
"@harking", | "@babel/helper-plugin-utils": "^7.0.0", | ||
"@mikaturunen", | "@babel/parser": "^7.14.7", | ||
"@jelmertanen", | "@istanbuljs/load-nyc-config": "^1.0.0", | ||
"@tkmunzwa", | "@istanbuljs/schema": "^0.1.2", | ||
"@mcollina", | "archiver": "0.14.x", | ||
"@lpinca" | "babel-generator": "^6.18.0", | ||
], | "babel-template": "^6.26.0", | ||
"dependencies": { | "babel-traverse": "^6.18.0", | ||
"@babel/helper-plugin-utils": "^7.0.0", | "babel-types": "^6.18.0", | ||
"@babel/parser": "^7.14.7", | "body-parser": "~1.12.3", | ||
"@istanbuljs/load-nyc-config": "^1.0.0", | "child_process": "^1.0.2", | ||
"@istanbuljs/schema": "^0.1.2", | "commander": "^9.4.1", | ||
"archiver": "0.14.x", | "concurrently": "^7.3.0", | ||
"babel-generator": "^6.18.0", | "cross-env": "^7.0.3", | ||
"babel-template": "^6.26.0", | "express": "^4.18.1", | ||
"babel-traverse": "^6.18.0", | "fs": "^0.0.1-security", | ||
"babel-types": "^6.18.0", | "hbs": "^4.2.0", | ||
"body-parser": "~1.12.3", | "nodemon": "^2.0.19", | ||
"child_process": "^1.0.2", | "nopt": "^6.0.0", | ||
"commander": "^9.4.1", | "onchange": "^7.1.0", | ||
"concurrently": "^7.3.0", | "pm2": "^5.2.0" | ||
"cross-env": "^7.0.3", | }, | ||
"express": "^4.18.1", | "devDependencies": { | ||
"fs": "^0.0.1-security", | "@babel/cli": "^7.7.5", | ||
"hbs": "^4.2.0", | "@babel/core": "^7.7.5", | ||
"nodemon": "^2.0.19", | "@babel/plugin-proposal-optional-chaining": "^7.16.7", | ||
"nopt": "^6.0.0", | "@babel/plugin-transform-modules-commonjs": "^7.7.5", | ||
"onchange": "^7.1.0", | "@babel/preset-env": "^7.19.3", | ||
"pm2": "^5.2.0" | "@babel/register": "^7.7.4", | ||
}, | "async": "*", | ||
"devDependencies": { | "axios": "^1.1.2", | ||
"@babel/cli": "^7.7.5", | "babel-cli": "^6.3.17", | ||
"@babel/core": "^7.7.5", | "body-parser": "^1.4.3", | ||
"@babel/plugin-proposal-optional-chaining": "^7.16.7", | "cors": "^2.8.5", | ||
"@babel/plugin-transform-modules-commonjs": "^7.7.5", | "jshint": "*", | ||
"@babel/preset-env": "^7.19.3", | "mkdirp": "*", | ||
"@babel/register": "^7.7.4", | "pm2": "^5.2.0", | ||
"async": "*", | "rimraf": "*", | ||
"axios": "^1.1.2", | "ry-istanbul-web": "^0.0.5", | ||
"babel-cli": "^6.3.17", | "yui-lint": "*" | ||
"body-parser": "^1.4.3", | }, | ||
"cors": "^2.8.5", | "engines": { | ||
"jshint": "*", | "node": ">=0.6.x" | ||
"mkdirp": "*", | }, | ||
"pm2": "^5.2.0", | "license": "BSD" | ||
"rimraf": "*", | |||
"ry-istanbul-web": "^0.0.3", | |||
"yui-lint": "*" | |||
}, | |||
"engines": { | |||
"node": ">=0.6.x" | |||
}, | |||
"license": "BSD" | |||
} | } |
Please
register
or
sign in
to comment