UNPKG

data-provider-temporary

Version:

Library that helps with server-to-client synchronization of data

80 lines (79 loc) 1.76 kB
{ "name": "jest-cli", "description": "Delightful JavaScript Testing.", "version": "20.0.4", "main": "build/jest.js", "dependencies": { "ansi-escapes": "^1.4.0", "callsites": "^2.0.0", "chalk": "^1.1.3", "graceful-fs": "^4.1.11", "is-ci": "^1.0.10", "istanbul-api": "^1.1.1", "istanbul-lib-coverage": "^1.0.1", "istanbul-lib-instrument": "^1.4.2", "istanbul-lib-source-maps": "^1.1.0", "jest-changed-files": "^20.0.3", "jest-config": "^20.0.4", "jest-docblock": "^20.0.3", "jest-environment-jsdom": "^20.0.3", "jest-haste-map": "^20.0.4", "jest-jasmine2": "^20.0.4", "jest-message-util": "^20.0.3", "jest-regex-util": "^20.0.3", "jest-resolve-dependencies": "^20.0.3", "jest-runtime": "^20.0.4", "jest-snapshot": "^20.0.3", "jest-util": "^20.0.3", "micromatch": "^2.3.11", "node-notifier": "^5.0.2", "pify": "^2.3.0", "slash": "^1.0.0", "string-length": "^1.0.1", "throat": "^3.0.0", "which": "^1.2.12", "worker-farm": "^1.3.1", "yargs": "^7.0.2" }, "bin": { "jest": "./bin/jest.js" }, "engines": { "node": ">= 4" }, "repository": { "type": "git", "url": "https://github.com/facebook/jest" }, "bugs": { "url": "https://github.com/facebook/jest/issues" }, "homepage": "http://facebook.github.io/jest/", "license": "BSD-3-Clause", "keywords": [ "ava", "babel", "coverage", "easy", "expect", "facebook", "immersive", "instant", "jasmine", "jest", "jsdom", "mocha", "mocking", "painless", "qunit", "runner", "sandboxed", "snapshot", "tap", "tape", "test", "testing", "typescript", "watch" ] }