setup-node/node_modules/jest/package.json
eric sciple ae5dcb46c8 .
2020-01-24 12:30:26 -05:00

57 lines
1.1 KiB
JSON

{
"name": "jest",
"description": "Delightful JavaScript Testing.",
"version": "24.8.0",
"main": "build/jest.js",
"types": "build/jest.d.ts",
"dependencies": {
"import-local": "^2.0.0",
"jest-cli": "^24.8.0"
},
"bin": {
"jest": "./bin/jest.js"
},
"engines": {
"node": ">= 6"
},
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest"
},
"homepage": "https://jestjs.io/",
"license": "MIT",
"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"
],
"publishConfig": {
"access": "public"
},
"gitHead": "845728f24b3ef41e450595c384e9b5c9fdf248a4"
,"_resolved": "https://registry.npmjs.org/jest/-/jest-24.8.0.tgz"
,"_integrity": "sha512-o0HM90RKFRNWmAWvlyV8i5jGZ97pFwkeVoGvPW1EtLTgJc2+jcuqcbbqcSZLE/3f2S5pt0y2ZBETuhpWNl1Reg=="
,"_from": "jest@24.8.0"
}