feat:代码覆盖率查看服务上传0.0.1版本
parents
Showing
.gitignore
0 → 100644
.npmignore
0 → 100644
.travis.yml
0 → 100644
LICENSE
0 → 100644
README.md
0 → 100644
babel.config.js
0 → 100644
bin/coverage.js
0 → 100755
binLib/coverage.js
0 → 100755
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
package.json
0 → 100644
{ | |||
"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.1", | |||
"main": "lib/index.js", | |||
"files": [ | |||
"lib" | |||
], | |||
"bin": { | |||
"name": "istanbul-middleware-ry", | |||
"coverage": "binLib/coverage.js" | |||
}, | |||
"repository": { | |||
"type": "git", | |||
"url": "git@github.com:gotwarlost/istanbul-middleware.git" | |||
}, | |||
"scripts": { | |||
"release": "babel src --out-dir lib", | |||
"release:bin": "babel bin --out-dir binLib", | |||
"pretest": "jshint --config ./node_modules/yui-lint/jshint.json lib/*js", | |||
"build:watch": "onchange ./src -- npm run release", | |||
"nodemon": "nodemon ./lib/index.js --coverage # start the app with coverage --watch", | |||
"run:pm2": "pm2 start ./lib/index.js --watch -f", | |||
"stop:pm2": "pm2 stop ./lib/index.js" | |||
}, | |||
"contributors": [ | |||
"@arboleya", | |||
"@harking", | |||
"@mikaturunen", | |||
"@jelmertanen", | |||
"@tkmunzwa", | |||
"@mcollina", | |||
"@lpinca" | |||
], | |||
"dependencies": { | |||
"@babel/helper-plugin-utils": "^7.0.0", | |||
"@babel/parser": "^7.14.7", | |||
"@istanbuljs/load-nyc-config": "^1.0.0", | |||
"@istanbuljs/schema": "^0.1.2", | |||
"archiver": "0.14.x", | |||
"babel-generator": "^6.18.0", | |||
"babel-template": "^6.26.0", | |||
"babel-traverse": "^6.18.0", | |||
"babel-types": "^6.18.0", | |||
"body-parser": "~1.12.3", | |||
"child_process": "^1.0.2", | |||
"commander": "^9.4.1", | |||
"concurrently": "^7.3.0", | |||
"cross-env": "^7.0.3", | |||
"express": "^4.18.1", | |||
"fs": "^0.0.1-security", | |||
"hbs": "^4.2.0", | |||
"nodemon": "^2.0.19", | |||
"nopt": "^6.0.0", | |||
"onchange": "^7.1.0", | |||
"pm2": "^5.2.0" | |||
}, | |||
"devDependencies": { | |||
"@babel/cli": "^7.7.5", | |||
"@babel/core": "^7.7.5", | |||
"@babel/plugin-proposal-optional-chaining": "^7.16.7", | |||
"@babel/plugin-transform-modules-commonjs": "^7.7.5", | |||
"@babel/preset-env": "^7.19.3", | |||
"@babel/register": "^7.7.4", | |||
"async": "*", | |||
"axios": "^1.1.2", | |||
"babel-cli": "^6.3.17", | |||
"body-parser": "^1.4.3", | |||
"cors": "^2.8.5", | |||
"jshint": "*", | |||
"mkdirp": "*", | |||
"pm2": "^5.2.0", | |||
"rimraf": "*", | |||
"ry-istanbul-web": "^0.0.2", | |||
"yui-lint": "*" | |||
}, | |||
"engines": { | |||
"node": ">=0.6.x" | |||
}, | |||
"license": "BSD" | |||
} |
src/autoIstanbulLib/autoIstanbulCore.js
0 → 100644
src/autoIstanbulLib/autoIstanbulHandlers.js
0 → 100644
src/istanbulGather/istanbulGather.js
0 → 100644
src/lstanbulabServer/index.js
0 → 100644
src/publicIstanbulab/js/client.js
0 → 100644
src/publicIstanbulab/js/dead.js
0 → 100644
src/publicIstanbulab/vendor/jquery.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
Please
register
or
sign in
to comment