%PDF- %PDF-
Direktori : /usr/share/nodejs/tap/ |
Current File : //usr/share/nodejs/tap/package.json |
{ "name": "tap", "version": "12.0.1", "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me)", "description": "A Test-Anything-Protocol library", "homepage": "http://node-tap.org/", "bin": { "tap": "bin/run.js" }, "main": "lib/tap.js", "engines": { "node": ">=4" }, "dependencies": { "bind-obj-methods": "^2.0.0", "clean-yaml-object": "^0.1.0", "supports-color" : "^3", "foreground-child": "^1.3.3", "fs-exists-cached": "^1.0.0", "function-loop": "^1.0.1", "glob": "^7.0.0", "isexe": "^2.0.0", "js-yaml": "^3.11.0", "mkdirp": "^0.5.1", "own-or": "^1.0.0", "own-or-env": "^1.0.1", "rimraf": "^2.6.2", "signal-exit": "^3.0.0", "source-map-support": "^0.5.6", "stack-utils": "^1.0.0", "tap-mocha-reporter": "^3.0.7", "tap-parser": "^7.0.0", "tmatch": "^4.0.0", "trivial-deferred": "^1.0.1", "tsame": "^2.0.0", "write-file-atomic": "^2.3.0", "yapool": "^1.0.0" }, "optionalDependencies" : { "nyc": "^11.8.0", "coveralls": "^3.0.1", "opener": "^1.4.1" }, "keywords": [ "assert", "tap", "test", "testing" ], "license": "ISC", "repository": "https://github.com/tapjs/node-tap.git", "scripts": { "regen-fixtures": "node scripts/generate-test-test.js test-legacy/test/*.js", "snap": "TAP_SNAPSHOT=1 node bin/run.js test/*.js", "test": "node bin/run.js test/*.js --100 -J --nyc-arg=--include={lib,bin} -c", "test-all": "node bin/run.js test/*.js test-legacy/*.js --100 -J --nyc-arg=--include={lib,bin}", "unit": "bash scripts/unit.sh", "test-legacy": "node bin/run.js test-legacy/*.* --coverage -t3600 --nyc-arg=--include={lib,bin}", "smoke": "node bin/run.js --node-arg=test-legacy/test.js test-legacy/test/*.js -j2", "posttest": "standard lib test", "t": "node bin/run.js test/*.* -sfails.txt", "preversion": "npm test", "postversion": "npm publish", "postpublish": "git push origin --all; git push origin --tags" }, "devDependencies": { "standard": "^11.0.1", "which": "^1.1.1" }, "files": [ "bin/*.js", "bin/*.txt", "lib/*.js" ] }