Files
enviPy-bayer/static/js/ketcher2/node_modules/tap/package.json
2025-06-23 20:13:54 +02:00

113 lines
2.8 KiB
JSON

{
"_from": "tap@10.7.0",
"_id": "tap@10.7.0",
"_inBundle": false,
"_integrity": "sha512-rIKS3HvtA+/6weSQW8zgA8bKHt//Srucp6P1pugHUVZ+SexZcPw6N3n8LCAoH2okp/js+honhxwBl7bomZ9+7w==",
"_location": "/tap",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "tap@10.7.0",
"name": "tap",
"escapedName": "tap",
"rawSpec": "10.7.0",
"saveSpec": null,
"fetchSpec": "10.7.0"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/tap/-/tap-10.7.0.tgz",
"_shasum": "ecde1ebd2b86981f741ae089f1448c9f294ac548",
"_spec": "tap@10.7.0",
"_where": "/home/manfred/enviPath/ketcher2/ketcher",
"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,
"config": {
"nyc": {
"exclude": [
"node_modules/**",
"test/**"
]
}
},
"dependencies": {
"bind-obj-methods": "^1.0.0",
"bluebird": "^3.3.1",
"clean-yaml-object": "^0.1.0",
"color-support": "^1.1.0",
"coveralls": "^2.11.2",
"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.3.1",
"nyc": "^11.0.2-candidate.0",
"opener": "^1.4.1",
"os-homedir": "^1.0.2",
"own-or": "^1.0.0",
"own-or-env": "^1.0.0",
"readable-stream": "^2.3.2",
"signal-exit": "^3.0.0",
"source-map-support": "^0.4.3",
"stack-utils": "^1.0.0",
"tap-mocha-reporter": "^3.0.6",
"tap-parser": "^5.3.1",
"tmatch": "^3.1.0",
"trivial-deferred": "^1.0.1",
"tsame": "^1.1.2",
"yapool": "^1.0.0"
},
"deprecated": false,
"description": "A Test-Anything-Protocol library",
"devDependencies": {
"mkdirp": "^0.5.1",
"rimraf": "^2.5.4",
"standard": "^7.1.2",
"which": "^1.1.1"
},
"engines": {
"node": ">=0.8"
},
"files": [
"bin/*",
"lib/*"
],
"homepage": "http://node-tap.org/",
"keywords": [
"assert",
"test",
"tap"
],
"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/test/*.js",
"smoke": "node bin/run.js --node-arg=test/test.js test/test/*.js -j2",
"t": "node bin/run.js test/*.* -sfails.txt",
"test": "node bin/run.js test/*.* --coverage -t3600 -sfails"
},
"version": "10.7.0"
}