{
  "_args": [
    [
      {
        "raw": "testem@^1.6.0",
        "scope": null,
        "escapedName": "testem",
        "name": "testem",
        "rawSpec": "^1.6.0",
        "spec": ">=1.6.0 <2.0.0",
        "type": "range"
      },
      "/var/www/html/maps.rubinmuseum.org/public_html/cms_client/node_modules/ember-cli"
    ]
  ],
  "_from": "testem@>=1.6.0 <2.0.0",
  "_id": "testem@1.14.0",
  "_inCache": true,
  "_location": "/testem",
  "_nodeVersion": "6.9.2",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/testem-1.14.0.tgz_1482258672608_0.079791588941589"
  },
  "_npmUser": {
    "name": "johanneswuerbach",
    "email": "johannes.wuerbach@googlemail.com"
  },
  "_npmVersion": "3.10.9",
  "_phantomChildren": {},
  "_requested": {
    "raw": "testem@^1.6.0",
    "scope": null,
    "escapedName": "testem",
    "name": "testem",
    "rawSpec": "^1.6.0",
    "spec": ">=1.6.0 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/ember-cli"
  ],
  "_resolved": "https://registry.npmjs.org/testem/-/testem-1.14.0.tgz",
  "_shasum": "14a0c0fb4f80b6d2371c997818ed85317f58b967",
  "_shrinkwrap": null,
  "_spec": "testem@^1.6.0",
  "_where": "/var/www/html/maps.rubinmuseum.org/public_html/cms_client/node_modules/ember-cli",
  "author": {
    "name": "Toby Ho",
    "email": "airportyh@gmail.com"
  },
  "bin": {
    "testem": "./testem.js"
  },
  "bugs": {
    "url": "http://github.com/testem/testem/issues"
  },
  "dependencies": {
    "backbone": "^1.1.2",
    "bluebird": "^3.4.6",
    "charm": "^1.0.0",
    "commander": "^2.6.0",
    "consolidate": "^0.14.0",
    "cross-spawn": "^5.0.0",
    "did_it_work": "0.0.6",
    "express": "^4.10.7",
    "fireworm": "^0.7.0",
    "glob": "^7.0.4",
    "http-proxy": "^1.13.1",
    "js-yaml": "^3.2.5",
    "lodash.assignin": "^4.1.0",
    "lodash.clonedeep": "^4.4.1",
    "lodash.find": "^4.5.1",
    "mkdirp": "^0.5.1",
    "mustache": "^2.2.1",
    "node-notifier": "^4.3.1",
    "npmlog": "^4.0.0",
    "printf": "^0.2.3",
    "rimraf": "^2.4.4",
    "socket.io": "1.6.0",
    "spawn-args": "^0.2.0",
    "styled_string": "0.0.1",
    "tap-parser": "^3.0.2",
    "xmldom": "^0.1.19"
  },
  "description": "Test'em 'scripts! Javascript Unit testing made easy.",
  "devDependencies": {
    "bluebird-retry": "^0.9.0",
    "browserify": "^13.0.0",
    "chai": "^3.0.0",
    "chai-files": "^1.2.0",
    "chai-shallow-deep-equal": "^1.4.4",
    "cheerio": "^0.22.0",
    "dirty-chai": "^1.2.2",
    "eslint": "^3.2.2",
    "eslint-plugin-chai-expect": "^1.1.1",
    "eslint-plugin-mocha": "^4.3.0",
    "mocha": "^3.0.0",
    "request": "^2.51.0",
    "saucie": "^2.0.0",
    "shelljs": "^0.7.0",
    "sinon": "^1.17.2",
    "sinon-chai": "^2.8.0",
    "tape": "^4.0.0",
    "tmp": "0.0.31"
  },
  "directories": {},
  "dist": {
    "shasum": "14a0c0fb4f80b6d2371c997818ed85317f58b967",
    "tarball": "https://registry.npmjs.org/testem/-/testem-1.14.0.tgz"
  },
  "engines": [
    "node >= 0.8.0"
  ],
  "files": [
    "lib",
    "public",
    "README.md",
    "testem.js",
    "assets",
    "package.json",
    "views"
  ],
  "gitHead": "bfb6c524f6907863fd175aa6a7b02fe18dea486d",
  "homepage": "https://github.com/testem/testem#readme",
  "keywords": [
    "javascript",
    "testing",
    "unittest",
    "browser"
  ],
  "license": "MIT",
  "main": "./lib/api.js",
  "maintainers": [
    {
      "name": "airportyh",
      "email": "airportyh@gmail.com"
    },
    {
      "name": "johanneswuerbach",
      "email": "johannes.wuerbach@googlemail.com"
    }
  ],
  "name": "testem",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/testem/testem.git"
  },
  "scripts": {
    "browser-tests": "cd examples/saucelabs/ && ../../testem.js ci -d",
    "cover": "cover run ./node_modules/.bin/_mocha tests/*_tests.js tests/**/*_tests.js; cover report html; open cover_html/index.html",
    "install:all": "npm install && npm install phantomjs-prebuilt",
    "integration": "node ./bin/run-integration.js",
    "lint": "eslint .",
    "test": "./bin/run-tests.js",
    "testem-tests": "mocha --opts tests/mocha.opts tests/*_tests.js tests/**/*_tests.js"
  },
  "version": "1.14.0"
}
