@duetds/date-picker
Version:
Duet Date Picker is an open source version of Duet Design System’s accessible date picker.
116 lines (115 loc) • 2.94 kB
JSON
{
"_from": "@jest/core@^26.4.2",
"_id": "@jest/core@26.4.2",
"_inBundle": false,
"_integrity": "sha512-sDva7YkeNprxJfepOctzS8cAk9TOekldh+5FhVuXS40+94SHbiicRO1VV2tSoRtgIo+POs/Cdyf8p76vPTd6dg==",
"_location": "/@jest/core",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@jest/core@^26.4.2",
"name": "@jest/core",
"escapedName": "@jest%2fcore",
"scope": "@jest",
"rawSpec": "^26.4.2",
"saveSpec": null,
"fetchSpec": "^26.4.2"
},
"_requiredBy": [
"/jest",
"/jest/jest-cli"
],
"_resolved": "https://registry.npmjs.org/@jest/core/-/core-26.4.2.tgz",
"_shasum": "85d0894f31ac29b5bab07aa86806d03dd3d33edc",
"_spec": "@jest/core@^26.4.2",
"_where": "/Users/viljamis/code/lahitapiola/duet-date-picker-prep/hydrate/tests/node_modules/jest",
"bugs": {
"url": "https://github.com/facebook/jest/issues"
},
"bundleDependencies": false,
"dependencies": {
"@jest/console": "^26.3.0",
"@jest/reporters": "^26.4.1",
"@jest/test-result": "^26.3.0",
"@jest/transform": "^26.3.0",
"@jest/types": "^26.3.0",
"@types/node": "*",
"ansi-escapes": "^4.2.1",
"chalk": "^4.0.0",
"exit": "^0.1.2",
"graceful-fs": "^4.2.4",
"jest-changed-files": "^26.3.0",
"jest-config": "^26.4.2",
"jest-haste-map": "^26.3.0",
"jest-message-util": "^26.3.0",
"jest-regex-util": "^26.0.0",
"jest-resolve": "^26.4.0",
"jest-resolve-dependencies": "^26.4.2",
"jest-runner": "^26.4.2",
"jest-runtime": "^26.4.2",
"jest-snapshot": "^26.4.2",
"jest-util": "^26.3.0",
"jest-validate": "^26.4.2",
"jest-watcher": "^26.3.0",
"micromatch": "^4.0.2",
"p-each-series": "^2.1.0",
"rimraf": "^3.0.0",
"slash": "^3.0.0",
"strip-ansi": "^6.0.0"
},
"deprecated": false,
"description": "Delightful JavaScript Testing.",
"devDependencies": {
"@jest/test-sequencer": "^26.4.2",
"@types/exit": "^0.1.30",
"@types/graceful-fs": "^4.1.2",
"@types/micromatch": "^4.0.0",
"@types/rimraf": "^3.0.0",
"jest-snapshot-serializer-raw": "^1.1.0"
},
"engines": {
"node": ">= 10.14.2"
},
"gitHead": "2586a798260886c28b6d28256cdfe354e039d5d1",
"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/core",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/facebook/jest.git",
"directory": "packages/jest-core"
},
"types": "build/jest.d.ts",
"version": "26.4.2"
}