{ "_from": "js-reporters@1.2.1", "_id": "js-reporters@1.2.1", "_inBundle": false, "_integrity": "sha1-+IxgjjJKM3OpW8xFrTBeXJecRZs=", "_location": "/js-reporters", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "js-reporters@1.2.1", "name": "js-reporters", "escapedName": "js-reporters", "rawSpec": "1.2.1", "saveSpec": null, "fetchSpec": "1.2.1" }, "_requiredBy": [ "/qunit" ], "_resolved": "https://registry.npmjs.org/js-reporters/-/js-reporters-1.2.1.tgz", "_shasum": "f88c608e324a3373a95bcc45ad305e5c979c459b", "_spec": "js-reporters@1.2.1", "_where": "/Users/jen/dvcs/public/ember/tutorial/testapp/node_modules/qunit", "bugs": { "url": "https://github.com/js-reporters/js-reporters/issues" }, "bundleDependencies": false, "commitplease": { "components": [ "Build", "Changelog", "Readme", "Release", "Reporter", "Test", "Docs" ] }, "deprecated": false, "description": "common reporter interface for javascript testing frameworks", "devDependencies": { "babel-core": "^6.14.0", "babel-loader": "^6.2.5", "babel-plugin-external-helpers": "^6.8.0", "babel-plugin-transform-runtime": "^6.12.0", "babel-preset-es2015": "^6.14.0", "babel-runtime": "^6.11.6", "chai": "^3.5.0", "chalk": "^1.1.3", "commitplease": "^2.2.3", "events": "^1.1.0", "jasmine": "2.5.1", "karma": "^1.2.0", "karma-chai": "^0.1.0", "karma-mocha": "^1.1.1", "karma-phantomjs-launcher": "^1.0.2", "karma-sinon": "^1.0.5", "karma-webpack": "^1.8.0", "mocha": "^2.4.5", "qunitjs": "^2.0.0-rc1", "rollup": "^0.34.1", "rollup-plugin-babel": "^2.6.1", "rollup-plugin-commonjs": "^3.3.1", "rollup-plugin-node-resolve": "^1.7.2", "sinon": "^1.17.4", "sinon-chai": "^2.8.0", "standard": "^6.0.8", "webpack": "^1.0.0" }, "homepage": "https://github.com/js-reporters/js-reporters#readme", "license": "MIT", "main": "dist/js-reporters.js", "name": "js-reporters", "repository": { "type": "git", "url": "git+https://github.com/js-reporters/js-reporters.git" }, "scripts": { "build": "rollup -c", "prepublish": "npm run build", "pretest": "npm run build", "test": "standard && npm run test-unit && npm run test-integration", "test-browser": "karma start", "test-integration": "mocha test/integration/adapters.js", "test-unit": "mocha --recursive test/unit/ && npm run test-browser", "test-versions": "mocha test/versions/versions.js" }, "version": "1.2.1" }