123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116 |
- {
- "_args": [
- [
- "jest-cli@27.2.2",
- "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
- ]
- ],
- "_development": true,
- "_from": "jest-cli@27.2.2",
- "_id": "jest-cli@27.2.2",
- "_inBundle": false,
- "_integrity": "sha512-jbEythw22LR/IHYgNrjWdO74wO9wyujCxTMjbky0GLav4rC4y6qDQr4TqQ2JPP51eDYJ2awVn83advEVSs5Brg==",
- "_location": "/jest-cli",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "jest-cli@27.2.2",
- "name": "jest-cli",
- "escapedName": "jest-cli",
- "rawSpec": "27.2.2",
- "saveSpec": null,
- "fetchSpec": "27.2.2"
- },
- "_requiredBy": [
- "/jest"
- ],
- "_resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-27.2.2.tgz",
- "_spec": "27.2.2",
- "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
- "bin": {
- "jest": "./bin/jest.js"
- },
- "bugs": {
- "url": "https://github.com/facebook/jest/issues"
- },
- "dependencies": {
- "@jest/core": "^27.2.2",
- "@jest/test-result": "^27.2.2",
- "@jest/types": "^27.1.1",
- "chalk": "^4.0.0",
- "exit": "^0.1.2",
- "graceful-fs": "^4.2.4",
- "import-local": "^3.0.2",
- "jest-config": "^27.2.2",
- "jest-util": "^27.2.0",
- "jest-validate": "^27.2.2",
- "prompts": "^2.0.1",
- "yargs": "^16.0.3"
- },
- "description": "Delightful JavaScript Testing.",
- "devDependencies": {
- "@jest/test-utils": "^27.2.2",
- "@types/exit": "^0.1.30",
- "@types/graceful-fs": "^4.1.3",
- "@types/prompts": "^2.0.1",
- "@types/yargs": "^16.0.0"
- },
- "engines": {
- "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
- },
- "exports": {
- ".": "./build/index.js",
- "./package.json": "./package.json",
- "./bin/jest": "./bin/jest.js"
- },
- "gitHead": "f54d96fec55518640b900d6994b2c4153316d1ed",
- "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/index.js",
- "name": "jest-cli",
- "peerDependencies": {
- "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
- },
- "peerDependenciesMeta": {
- "node-notifier": {
- "optional": true
- }
- },
- "publishConfig": {
- "access": "public"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/facebook/jest.git",
- "directory": "packages/jest-cli"
- },
- "types": "./build/index.d.ts",
- "version": "27.2.2"
- }
|