{"_id":"@jasminejs/reporters","_rev":"4597268","name":"@jasminejs/reporters","description":"Reporters for the Jasmine testing framework","dist-tags":{"latest":"1.0.0"},"maintainers":[{"name":"sgravrock","email":""},{"name":"slackersoft","email":"gregg@slackersoft.net"}],"time":{"modified":"2026-04-10T17:09:36.000Z","created":"2025-11-26T19:30:13.526Z","1.0.0":"2026-01-13T01:32:49.324Z","0.1.0":"2025-11-26T19:30:13.526Z"},"users":{},"repository":{"type":"git","url":"git+https://github.com/jasmine/reporters.git"},"versions":{"1.0.0":{"name":"@jasminejs/reporters","license":"MIT","version":"1.0.0","repository":{"type":"git","url":"git+https://github.com/jasmine/reporters.git"},"keywords":["test","testing","jasmine","tdd","bdd","reporter"],"scripts":{"posttest":"eslint && prettier --check index.js \"lib/**/*.js\" \"spec/**/*.js\"","test":"jasmine","cleanup":"prettier --write index.js \"lib/**/*.js\" \"spec/**/*.js\""},"description":"Reporters for the Jasmine testing framework","homepage":"https://jasmine.github.io","main":"./index.js","exports":{".":"./index.js","./console":"./lib/console_reporter.js"},"devDependencies":{"@eslint/eslintrc":"^3.3.1","@eslint/js":"^9.24.0","eslint":"^9.24.0","eslint-plugin-compat":"^6.0.2","eslint-plugin-jasmine":"^4.2.2","jasmine":"github:jasmine/jasmine-npm#6.0","prettier":"1.17.1"},"browserslist":["Safari >= 16","Firefox >= 102","last 2 Chrome versions","last 2 Edge versions"],"prettier":{"singleQuote":true,"trailingComma":"es5"},"_id":"@jasminejs/reporters@1.0.0","gitHead":"2cd26d33dccf011f0d3708be6b08146d0cd39c5b","bugs":{"url":"https://github.com/jasmine/reporters/issues"},"_nodeVersion":"22.14.0","_npmVersion":"10.9.2","dist":{"shasum":"1d06099c11ff9793544e6d84ad8fb45c37630a60","size":4305,"noattachment":false,"key":"/@jasminejs/reporters/-/@jasminejs/reporters-1.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@jasminejs/reporters/download/@jasminejs/reporters-1.0.0.tgz"},"_npmUser":{"name":"sgravrock","email":"sdg@panix.com"},"directories":{},"maintainers":[{"name":"sgravrock","email":""},{"name":"slackersoft","email":"gregg@slackersoft.net"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/reporters_1.0.0_1768267969134_0.6422388204730438"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-01-13T01:32:49.324Z","publish_time":1768267969324,"_source_registry_name":"default","_cnpm_publish_time":1768267969324},"0.1.0":{"name":"@jasminejs/reporters","license":"MIT","version":"0.1.0","repository":{"type":"git","url":"git+https://github.com/jasmine/reporters.git"},"keywords":["test","testing","jasmine","tdd","bdd","reporter"],"scripts":{"posttest":"eslint && prettier --check index.js \"lib/**/*.js\" \"spec/**/*.js\"","test":"jasmine","cleanup":"prettier --write index.js \"lib/**/*.js\" \"spec/**/*.js\""},"description":"Reporters for the Jasmine testing framework","homepage":"https://jasmine.github.io","main":"./index.js","exports":{".":"./index.js","./console":"./lib/console_reporter.js"},"devDependencies":{"@eslint/eslintrc":"^3.3.1","@eslint/js":"^9.24.0","eslint":"^9.24.0","eslint-plugin-compat":"^6.0.2","eslint-plugin-jasmine":"^4.2.2","jasmine":"github:jasmine/jasmine-npm#6.0","prettier":"1.17.1"},"browserslist":["Safari >= 16","Firefox >= 102","last 2 Chrome versions","last 2 Edge versions"],"prettier":{"singleQuote":true,"trailingComma":"es5"},"_id":"@jasminejs/reporters@0.1.0","gitHead":"e74eb129c48c5829e3d142280fc68bef706a55a1","bugs":{"url":"https://github.com/jasmine/reporters/issues"},"_nodeVersion":"20.19.0","_npmVersion":"10.8.2","dist":{"shasum":"dbc6293fcf8ff4c8ef470e45ad02f2ae39726848","size":4306,"noattachment":false,"key":"/@jasminejs/reporters/-/@jasminejs/reporters-0.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@jasminejs/reporters/download/@jasminejs/reporters-0.1.0.tgz"},"_npmUser":{"name":"sgravrock","email":"sdg@panix.com"},"directories":{},"maintainers":[{"name":"sgravrock","email":""},{"name":"slackersoft","email":"gregg@slackersoft.net"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/reporters_0.1.0_1764185413327_0.7262699468019636"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-11-26T19:30:13.526Z","publish_time":1764185413526,"_source_registry_name":"default","_cnpm_publish_time":1764185413526}},"readme":"# @jasminejs/reporters\n\nThis package contains the console reporter used by the `jasmine` and \n`jasmine-browser-runner` packages. Other reporters may be added in the future.\n\n## Usage\n\nIf you're using `jasmine` or `jasmine-browser-runner`, you don't need to do\nanything. `ConsoleReporter` will automatically be set up. To use it without\neither of those packages:\n\n```javascript\nimport ConsoleReporter from '@jasminejs/reporters/console';\n\nconst reporter = new ConsoleReporter();\njasmine.getEnv().addReporter(reporter);\n```\n\n## Node version compatibility\n\n20, 22, 24\n\nCopyright (c) 2011-2019 Pivotal Labs<br>\nCopyright (c) 2011-2025 The Jasmine developers<br>\nThis software is licensed under the MIT License.","_attachments":{},"homepage":"https://jasmine.github.io","bugs":{"url":"https://github.com/jasmine/reporters/issues"},"license":"MIT"}