{
  "_args": [
    [
      {
        "raw": "@ember/test-helpers@^0.7.1",
        "scope": "@ember",
        "escapedName": "@ember%2ftest-helpers",
        "name": "@ember/test-helpers",
        "rawSpec": "^0.7.1",
        "spec": ">=0.7.1 <0.8.0",
        "type": "range"
      },
      "/home/travis/build/lukesargeant/ember-sparkline/node_modules/ember-qunit"
    ]
  ],
  "_from": "@ember/test-helpers@>=0.7.1 <0.8.0",
  "_id": "@ember/test-helpers@0.7.1",
  "_inCache": true,
  "_location": "/@ember/test-helpers",
  "_nodeVersion": "8.6.0",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/test-helpers-0.7.1.tgz_1510428237522_0.2503460405860096"
  },
  "_npmUser": {
    "name": "rwjblue",
    "email": "me@rwjblue.com"
  },
  "_npmVersion": "5.5.1",
  "_phantomChildren": {
    "array-equal": "1.0.0",
    "blank-object": "1.0.2",
    "broccoli-plugin": "1.3.0",
    "debug": "2.6.9",
    "fast-ordered-set": "1.0.3",
    "fs-tree-diff": "0.5.7",
    "heimdalljs": "0.2.5",
    "minimatch": "3.0.4",
    "mkdirp": "0.5.1",
    "path-posix": "1.0.0",
    "rimraf": "2.6.2",
    "symlink-or-copy": "1.1.8",
    "walk-sync": "0.3.2"
  },
  "_requested": {
    "raw": "@ember/test-helpers@^0.7.1",
    "scope": "@ember",
    "escapedName": "@ember%2ftest-helpers",
    "name": "@ember/test-helpers",
    "rawSpec": "^0.7.1",
    "spec": ">=0.7.1 <0.8.0",
    "type": "range"
  },
  "_requiredBy": [
    "/ember-qunit"
  ],
  "_resolved": "https://registry.npmjs.org/@ember/test-helpers/-/test-helpers-0.7.1.tgz",
  "_shasum": "14ba828ebc5b7b0e6eb7889352cb40af0c995349",
  "_shrinkwrap": null,
  "_spec": "@ember/test-helpers@^0.7.1",
  "_where": "/home/travis/build/lukesargeant/ember-sparkline/node_modules/ember-qunit",
  "bugs": {
    "url": "https://github.com/emberjs/ember-test-helpers/issues"
  },
  "contributors": [
    {
      "name": "Dan Gebhardt"
    },
    {
      "name": "Robert Jackson"
    },
    {
      "name": "Stefan Penner"
    },
    {
      "name": "Ryan Florence"
    },
    {
      "name": "Adolfo Builes"
    }
  ],
  "dependencies": {
    "broccoli-funnel": "^2.0.1",
    "ember-cli-babel": "^6.8.1"
  },
  "description": "Helpers for testing Ember.js applications",
  "devDependencies": {
    "ember-cli": "~2.15.1",
    "ember-cli-dependency-checker": "^2.0.0",
    "ember-cli-eslint": "^4.0.0",
    "ember-cli-htmlbars": "^2.0.1",
    "ember-cli-htmlbars-inline-precompile": "^1.0.0",
    "ember-cli-inject-live-reload": "^1.4.1",
    "ember-cli-pretender": "^1.0.1",
    "ember-cli-shims": "^1.1.0",
    "ember-cli-test-loader": "^2.2.0",
    "ember-data": "~2.15.0",
    "ember-debug-handlers-polyfill": "^1.0.3",
    "ember-disable-prototype-extensions": "^1.1.2",
    "ember-fetch": "^3.4.0",
    "ember-load-initializers": "^1.0.0",
    "ember-native-dom-event-dispatcher": "^0.6.3",
    "ember-resolver": "^4.0.0",
    "ember-source": "~2.15.0",
    "eslint-config-prettier": "^2.6.0",
    "eslint-plugin-disable-features": "^0.1.2",
    "eslint-plugin-prettier": "^2.3.1",
    "loader.js": "^4.2.3",
    "prettier": "^1.7.4",
    "qunit": "^2.4.1"
  },
  "directories": {
    "doc": "doc",
    "test": "tests"
  },
  "dist": {
    "integrity": "sha512-NYRXO6Kn/d+86V4PtTUEQZzOAZIR4Okck/mWCW3XtjN9zYi+Zuwn7l6lhq8Z3QKEfi4NrDW+v+mJv4jvmx/agA==",
    "shasum": "14ba828ebc5b7b0e6eb7889352cb40af0c995349",
    "tarball": "https://registry.npmjs.org/@ember/test-helpers/-/test-helpers-0.7.1.tgz"
  },
  "ember-addon": {
    "configPath": "tests/dummy/config"
  },
  "engines": {
    "node": "^4.5 || 6.* || >= 7.*"
  },
  "gitHead": "2ac472f0bd60e2733a3c2a7c3a95e79d0fd548c2",
  "homepage": "https://github.com/emberjs/ember-test-helpers#readme",
  "keywords": [
    "ember-addon"
  ],
  "license": "(MIT OR Apache-2.0)",
  "maintainers": [
    {
      "name": "wycats",
      "email": "wycats@gmail.com"
    },
    {
      "name": "tomdale",
      "email": "tom@tomdale.net"
    },
    {
      "name": "mmun",
      "email": "im.mmun@gmail.com"
    },
    {
      "name": "locks",
      "email": "rokusu@gmail.com"
    },
    {
      "name": "krisselden",
      "email": "kris.selden@gmail.com"
    },
    {
      "name": "dgeb",
      "email": "dan@cerebris.com"
    },
    {
      "name": "chancancode",
      "email": "godfreykfc@gmail.com"
    },
    {
      "name": "chadhietala",
      "email": "chadhietala@gmail.com"
    },
    {
      "name": "stefanpenner",
      "email": "stefan.penner@gmail.com"
    },
    {
      "name": "rwjblue",
      "email": "me@rwjblue.com"
    }
  ],
  "name": "@ember/test-helpers",
  "optionalDependencies": {},
  "publishConfig": {
    "access": "public"
  },
  "readme": "# @ember/test-helpers [![Build Status](https://secure.travis-ci.org/emberjs/ember-test-helpers.png?branch=master)](http://travis-ci.org/emberjs/ember-test-helpers)\n\nA test-framework-agnostic set of helpers for testing Ember.js applications.\n\n## Usage\n\nThis library is best used by way of a test-framework-specific\nwrapper, such as [ember-qunit](https://github.com/emberjs/ember-qunit) or\n[ember-mocha](https://github.com/emberjs/ember-mocha).\n\n## Test Helpers\n\nThe exports of this library are intended to be utility functions that can be used to bring the\nstandard Ember testing experience to any testing framework.\n\nA quick summary of the exports from the `ember-test-helpers` module:\n\n* `setApplication` - This function is used to allow the rest of the setup\n  functions to build a valid container/registry which can be used to lookup\n  instances and factories from your application.\n* `setResolver` - When `setApplication` has not been ran, this function is used to allow the other\n  functions build a valid container/registry that is able to look objects up\n  from your application (just as a running Ember application would).\n* `setContext` - Invoked by the host testing framework to set the current testing context (generally\n  the `this` within a running test).\n* `getContext` - Used to retrieve the current testing context.\n* `unsetContext` - Used to ensure that all handles on the testing context are released (allowing GC).\n* `setupContext` - Sets up a given testing context with `owner`, `get`, `set`, etc properties.\n* `teardownContext` - Cleans up any objects created as part of the owner created in `setupContext`.\n* `setupRenderingContext` - Sets up the provided context with the ability to render template\n  snippets by adding `render`, `clearRender`, etc.\n* `teardownRenderingContext` - Cleans up any work done in a rendering test.\n* `settled` - Returns a promise which will resolve when all async from AJAX, test waiters, and \n  scheduled timers have completed.\n\n## Collaborating\n\n### Installation\n\n* `git clone <repository-url>` this repository\n* `cd ember-test-helpers`\n* `npm install`\n\n### Running\n\n* `ember serve`\n* Visit your app at [http://localhost:4200](http://localhost:4200).\n\n### Running Tests\n\n* `npm test` (Runs `ember try:each` to test your addon against multiple Ember versions)\n* `ember test`\n* `ember test --server`\n\n### Building\n\n* `ember build`\n\nFor more information on using ember-cli, visit [https://ember-cli.com/](https://ember-cli.com/).\n\n## Attribution\n\nMuch of `ember-test-helpers` was extracted from the original `ember-qunit`,\nwhich was written by Stefan Penner, Robert Jackson, and Ryan Florence.\n\n## Copyright and License\n\nCopyright 2015 [Switchfly](https://github.com/switchfly) and contributors.\n\nDual-licensed under the [Apache License, Version 2.0](./APACHE-LICENSE) and\nthe [MIT License](./MIT-LICENSE).\n",
  "readmeFilename": "README.md",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/emberjs/ember-test-helpers.git"
  },
  "scripts": {
    "build": "ember build",
    "start": "ember server",
    "test": "ember try:each"
  },
  "version": "0.7.1"
}
