blob: 2e22045d3f88d0954dd008009bd8376bd9a4c696 [file] [log] [blame]
{
"_from": "tap@>=0.2.3",
"_id": "tap@11.0.1",
"_inBundle": false,
"_integrity": "sha512-YfrPp7FFxASC4tK4DEAKnnTxyg+J7T8kh8NiOmICNhiGvSojPAV34Ir4DDElFvnIiDEMzDP7233lw3WacFvIFQ==",
"_location": "/tap",
"_phantomChildren": {
"fs.realpath": "1.0.0",
"inflight": "1.0.6",
"inherits": "2.0.3",
"minimatch": "3.0.4",
"once": "1.4.0",
"path-is-absolute": "1.0.1"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "tap@>=0.2.3",
"name": "tap",
"escapedName": "tap",
"rawSpec": ">=0.2.3",
"saveSpec": null,
"fetchSpec": ">=0.2.3"
},
"_requiredBy": [
"/nodeunit"
],
"_resolved": "https://registry.npmjs.org/tap/-/tap-11.0.1.tgz",
"_shasum": "b7390be64c22bb15a9a4944b3e4691d60862e7f3",
"_spec": "tap@>=0.2.3",
"_where": "/Users/tripod/codez/cordova/cordova-osx/node_modules/nodeunit",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
"url": "http://blog.izs.me"
},
"bin": {
"tap": "bin/run.js"
},
"bugs": {
"url": "https://github.com/tapjs/node-tap/issues"
},
"bundleDependencies": false,
"dependencies": {
"bind-obj-methods": "^1.0.0",
"bluebird": "^3.5.1",
"clean-yaml-object": "^0.1.0",
"color-support": "^1.1.0",
"coveralls": "^2.13.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.10.0",
"minipass": "^2.2.1",
"mkdirp": "^0.5.1",
"nyc": "^11.3.0",
"opener": "^1.4.1",
"os-homedir": "^1.0.2",
"own-or": "^1.0.0",
"own-or-env": "^1.0.0",
"rimraf": "^2.6.2",
"signal-exit": "^3.0.0",
"source-map-support": "^0.4.18",
"stack-utils": "^1.0.0",
"tap-mocha-reporter": "^3.0.6",
"tap-parser": "^7.0.0",
"tmatch": "^3.1.0",
"trivial-deferred": "^1.0.1",
"tsame": "^1.1.2",
"write-file-atomic": "^2.3.0",
"yapool": "^1.0.0"
},
"deprecated": false,
"description": "A Test-Anything-Protocol library",
"devDependencies": {
"standard": "^7.1.2",
"which": "^1.1.1"
},
"engines": {
"node": ">=4"
},
"files": [
"bin/*",
"lib/*"
],
"homepage": "http://node-tap.org/",
"keywords": [
"assert",
"tap",
"test",
"testing"
],
"license": "ISC",
"main": "lib/tap.js",
"name": "tap",
"repository": {
"type": "git",
"url": "git+https://github.com/tapjs/node-tap.git"
},
"scripts": {
"postpublish": "git push origin --all; git push origin --tags",
"posttest": "standard lib test",
"postversion": "npm publish",
"preversion": "npm test",
"regen-fixtures": "node scripts/generate-test-test.js test-legacy/test/*.js",
"smoke": "node bin/run.js --node-arg=test-legacy/test.js test-legacy/test/*.js -j2",
"snap": "TAP_SNAPSHOT=1 node bin/run.js test/*.js",
"t": "node bin/run.js test/*.* -sfails.txt",
"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}",
"test-legacy": "node bin/run.js test-legacy/*.* --coverage -t3600 --nyc-arg=--include={lib,bin}",
"unit": "bash scripts/unit.sh"
},
"version": "11.0.1"
}