UNPKG

data-provider-temporary

Version:

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

35 lines (34 loc) 851 B
{ "name": "jest-runtime", "version": "20.0.4", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git" }, "license": "BSD-3-Clause", "main": "build/index.js", "dependencies": { "babel-core": "^6.0.0", "babel-jest": "^20.0.3", "babel-plugin-istanbul": "^4.0.0", "chalk": "^1.1.3", "convert-source-map": "^1.4.0", "graceful-fs": "^4.1.11", "jest-config": "^20.0.4", "jest-haste-map": "^20.0.4", "jest-regex-util": "^20.0.3", "jest-resolve": "^20.0.4", "jest-util": "^20.0.3", "json-stable-stringify": "^1.0.1", "micromatch": "^2.3.11", "strip-bom": "3.0.0", "yargs": "^7.0.2" }, "devDependencies": { "jest-environment-jsdom": "^20.0.3", "jest-environment-node": "^20.0.3" }, "bin": { "jest-runtime": "./bin/jest-runtime.js" } }