Files
freeCodeCamp/probot/presolver/node_modules/jest/package.json
2018-12-05 11:23:55 +05:30

127 lines
3.0 KiB
JSON

{
"_from": "jest@^22.4.3",
"_id": "jest@22.4.4",
"_inBundle": false,
"_integrity": "sha512-eBhhW8OS/UuX3HxgzNBSVEVhSuRDh39Z1kdYkQVWna+scpgsrD7vSeBI7tmEvsguPDMnfJodW28YBnhv/BzSew==",
"_location": "/jest",
"_phantomChildren": {
"ansi-escapes": "3.1.0",
"chalk": "2.4.1",
"decamelize": "1.2.0",
"exit": "0.1.2",
"find-up": "2.1.0",
"fs.realpath": "1.0.0",
"get-caller-file": "1.0.3",
"graceful-fs": "4.1.11",
"import-local": "1.0.0",
"inflight": "1.0.6",
"inherits": "2.0.3",
"is-ci": "1.2.1",
"istanbul-api": "1.3.7",
"istanbul-lib-coverage": "1.2.1",
"istanbul-lib-instrument": "1.10.2",
"istanbul-lib-source-maps": "1.2.6",
"jest-changed-files": "22.4.3",
"jest-config": "22.4.4",
"jest-environment-jsdom": "22.4.3",
"jest-get-type": "22.4.3",
"jest-haste-map": "22.4.3",
"jest-message-util": "22.4.3",
"jest-regex-util": "22.4.3",
"jest-resolve-dependencies": "22.4.3",
"jest-runner": "22.4.4",
"jest-runtime": "22.4.4",
"jest-snapshot": "22.4.3",
"jest-util": "22.4.3",
"jest-validate": "22.4.4",
"jest-worker": "22.4.3",
"micromatch": "2.3.11",
"minimatch": "3.0.4",
"node-notifier": "5.3.0",
"once": "1.4.0",
"os-locale": "2.1.0",
"path-is-absolute": "1.0.1",
"realpath-native": "1.0.2",
"require-directory": "2.1.1",
"require-main-filename": "1.0.1",
"set-blocking": "2.0.0",
"slash": "1.0.0",
"string-length": "2.0.0",
"string-width": "2.1.1",
"strip-ansi": "4.0.0",
"which": "1.3.1",
"which-module": "2.0.0",
"wrap-ansi": "2.1.0",
"y18n": "3.2.1",
"yargs-parser": "8.1.0"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "jest@^22.4.3",
"name": "jest",
"escapedName": "jest",
"rawSpec": "^22.4.3",
"saveSpec": null,
"fetchSpec": "^22.4.3"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/jest/-/jest-22.4.4.tgz",
"_shasum": "ffb36c9654b339a13e10b3d4b338eb3e9d49f6eb",
"_spec": "jest@^22.4.3",
"_where": "/Users/traceybushman/Documents/FreeCodeCamp/presolver",
"bin": {
"jest": "./bin/jest.js"
},
"bugs": {
"url": "https://github.com/facebook/jest/issues"
},
"bundleDependencies": false,
"dependencies": {
"import-local": "^1.0.0",
"jest-cli": "^22.4.4"
},
"deprecated": false,
"description": "Delightful JavaScript Testing.",
"engines": {
"node": ">= 6"
},
"homepage": "http://facebook.github.io/jest/",
"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",
"repository": {
"type": "git",
"url": "git+https://github.com/facebook/jest.git"
},
"version": "22.4.4"
}