setup-python/node_modules/jest/package.json

100 lines
2.1 KiB
JSON
Raw Normal View History

2019-06-27 08:12:00 +07:00
{
"_args": [
[
"jest@24.8.0",
"C:\\Users\\Administrator\\Documents\\setup-python"
]
],
"_development": true,
"_from": "jest@24.8.0",
"_id": "jest@24.8.0",
"_inBundle": false,
"_integrity": "sha512-o0HM90RKFRNWmAWvlyV8i5jGZ97pFwkeVoGvPW1EtLTgJc2+jcuqcbbqcSZLE/3f2S5pt0y2ZBETuhpWNl1Reg==",
"_location": "/jest",
"_phantomChildren": {
"@jest/core": "24.8.0",
"@jest/test-result": "24.8.0",
"@jest/types": "24.8.0",
"chalk": "2.4.2",
"exit": "0.1.2",
"import-local": "2.0.0",
"is-ci": "2.0.0",
"jest-config": "24.8.0",
"jest-util": "24.8.0",
"jest-validate": "24.8.0",
"prompts": "2.1.0",
"realpath-native": "1.1.0",
"yargs": "12.0.5"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "jest@24.8.0",
"name": "jest",
"escapedName": "jest",
"rawSpec": "24.8.0",
"saveSpec": null,
"fetchSpec": "24.8.0"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/jest/-/jest-24.8.0.tgz",
"_spec": "24.8.0",
"_where": "C:\\Users\\Administrator\\Documents\\setup-python",
"bin": {
"jest": "./bin/jest.js"
},
"bugs": {
"url": "https://github.com/facebook/jest/issues"
},
"dependencies": {
"import-local": "^2.0.0",
"jest-cli": "^24.8.0"
},
"description": "Delightful JavaScript Testing.",
"engines": {
"node": ">= 6"
},
"gitHead": "845728f24b3ef41e450595c384e9b5c9fdf248a4",
"homepage": "https://jestjs.io/",
"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"
],
"license": "MIT",
"main": "build/jest.js",
"name": "jest",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/facebook/jest.git"
},
"types": "build/jest.d.ts",
"version": "24.8.0"
}