{ "_from": "qunit@^2.5.0", "_id": "qunit@2.5.0", "_inBundle": false, "_integrity": "sha512-GVvRr8ISFMs4SkTWFsaUzMBs7QEuiXVT4orlFgyHkmeXO1ijlDkhW6ecPri4urXiE4BUXEULJAtFlV1MWgg4Uw==", "_location": "/qunit", "_phantomChildren": { "arr-flatten": "1.1.0", "debug": "2.6.9", "define-property": "1.0.0", "extend-shallow": "2.0.1", "fragment-cache": "0.2.1", "homedir-polyfill": "1.0.1", "ini": "1.3.5", "is-buffer": "1.1.6", "nanomatch": "1.2.7", "object.pick": "1.3.0", "posix-character-classes": "0.1.1", "regex-not": "1.0.0", "repeat-element": "1.1.2", "repeat-string": "1.6.1", "snapdragon": "0.8.1", "snapdragon-node": "2.1.1", "split-string": "3.1.0", "to-regex": "3.0.1", "to-regex-range": "2.1.1", "which": "1.3.0" }, "_requested": { "type": "range", "registry": true, "raw": "qunit@^2.5.0", "name": "qunit", "escapedName": "qunit", "rawSpec": "^2.5.0", "saveSpec": null, "fetchSpec": "^2.5.0" }, "_requiredBy": [ "/ember-qunit" ], "_resolved": "https://registry.npmjs.org/qunit/-/qunit-2.5.0.tgz", "_shasum": "64cbe30a1193ef02edc5b278efcdf1d0bae96b22", "_spec": "qunit@^2.5.0", "_where": "/Users/jen/dvcs/public/ember/tutorial/testapp/node_modules/ember-qunit", "author": { "name": "jQuery Foundation and other contributors", "url": "https://github.com/qunitjs/qunit/blob/2.5.0/AUTHORS.txt" }, "bin": { "qunit": "bin/qunit" }, "bugs": { "url": "https://github.com/qunitjs/qunit/issues" }, "bundleDependencies": false, "commitplease": { "components": [ "All", "Assert", "Build", "CLI", "CSS", "Core", "Docs", "Dump", "HTML Reporter", "Readme", "Test", "Tests" ] }, "dependencies": { "chokidar": "1.7.0", "commander": "2.12.2", "exists-stat": "1.0.0", "findup-sync": "2.0.0", "js-reporters": "1.2.1", "resolve": "1.5.0", "shelljs": "^0.2.6", "walk-sync": "0.3.2" }, "deprecated": false, "description": "An easy-to-use JavaScript Unit Testing framework.", "devDependencies": { "async": "2.6.0", "babel-core": "6.26.0", "babel-plugin-external-helpers": "6.22.0", "babel-preset-env": "1.6.1", "browserstack-runner": "0.7.0", "co": "4.6.0", "commitplease": "3.1.0", "eslint-config-jquery": "1.0.1", "eslint-plugin-html": "4.0.1", "eslint-plugin-qunit": "3.2.0", "execa": "0.8.0", "fixturify": "0.3.4", "fs-extra": "5.0.0", "grunt": "1.0.1", "grunt-cli": "1.2.0", "grunt-concurrent": "2.3.1", "grunt-contrib-connect": "1.0.2", "grunt-contrib-copy": "1.0.0", "grunt-contrib-qunit": "2.0.0", "grunt-contrib-watch": "1.0.0", "grunt-coveralls": "1.0.1", "grunt-eslint": "20.1.0", "grunt-git-authors": "3.2.0", "grunt-istanbul": "0.8.0", "grunt-rollup": "8.2.0", "grunt-search": "0.1.8", "load-grunt-tasks": "3.5.2", "npm-reporter": "file:./test/cli/fixtures/npm-reporter", "proxyquire": "1.8.0", "requirejs": "2.3.5", "rollup-plugin-babel": "3.0.2", "semver": "5.4.1" }, "engines": { "node": ">=4" }, "files": [ "bin/", "qunit/qunit.js", "qunit/qunit.css", "LICENSE.txt" ], "homepage": "https://qunitjs.com", "keywords": [ "testing", "unit", "jquery" ], "license": "MIT", "main": "qunit/qunit.js", "name": "qunit", "repository": { "type": "git", "url": "git://github.com/qunitjs/qunit.git" }, "scripts": { "browserstack": "grunt build && sh build/run-browserstack.sh", "build": "grunt build", "coverage": "grunt coverage", "dev": "grunt watch", "test": "grunt", "test:cli": "grunt build && npm link && qunit test/cli/*.js" }, "title": "QUnit", "version": "2.5.0" }