{ "_args": [ [ "@sinonjs/fake-timers@7.1.2", "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror" ] ], "_development": true, "_from": "@sinonjs/fake-timers@7.1.2", "_id": "@sinonjs/fake-timers@7.1.2", "_inBundle": false, "_integrity": "sha512-iQADsW4LBMISqZ6Ci1dupJL9pprqwcVFTcOsEmQOEhW+KLCVn/Y4Jrvg2k19fIHCp+iFprriYPTdRcQR8NbUPg==", "_location": "/@sinonjs/fake-timers", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "@sinonjs/fake-timers@7.1.2", "name": "@sinonjs/fake-timers", "escapedName": "@sinonjs%2ffake-timers", "scope": "@sinonjs", "rawSpec": "7.1.2", "saveSpec": null, "fetchSpec": "7.1.2" }, "_requiredBy": [ "/@jest/fake-timers", "/nise", "/sinon" ], "_resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-7.1.2.tgz", "_spec": "7.1.2", "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror", "author": { "name": "Christian Johansen" }, "bugs": { "url": "https://github.com/sinonjs/fake-timers/issues" }, "dependencies": { "@sinonjs/commons": "^1.7.0" }, "description": "Fake JavaScript timers", "devDependencies": { "@sinonjs/referee-sinon": "6.0.1", "eslint": "6.8.0", "eslint-config-prettier": "6.10.0", "eslint-config-sinon": "3.0.1", "eslint-plugin-ie11": "1.0.0", "eslint-plugin-mocha": "6.2.2", "eslint-plugin-prettier": "3.1.1", "husky": "4.2.1", "jsdom": "16.5.2", "lint-staged": "10.0.7", "mocha": "8.3.2", "mochify": "7.0.0", "nyc": "14.1.1", "prettier": "2.2.1", "tsd": "0.14.0", "typescript": "4.1.3" }, "files": [ "src/", "types" ], "homepage": "https://github.com/sinonjs/fake-timers", "husky": { "hooks": { "pre-commit": "npm run lint" } }, "license": "BSD-3-Clause", "lint-staged": { "*.{js,css,md}": "prettier --check", "*.js": "eslint" }, "main": "./src/fake-timers-src.js", "name": "@sinonjs/fake-timers", "nyc": { "branches": 85, "lines": 92, "functions": 92, "statements": 92, "exclude": [ "**/*-test.js", "coverage/**", "types/**", "fake-timers.js" ] }, "repository": { "type": "git", "url": "git+https://github.com/sinonjs/fake-timers.git" }, "scripts": { "build": "rm -rf types && tsc", "lint": "eslint .", "postversion": "./scripts/postversion.sh", "prepublishOnly": "npm run build", "prettier:check": "prettier --check '**/*.{js,css,md,ts}'", "prettier:write": "prettier --write '**/*.{js,css,md,ts}'", "preversion": "./scripts/preversion.sh", "test": "npm run test-node && npm run test-headless", "test-check-coverage": "npm run test-coverage && nyc check-coverage", "test-cloud": "mochify --wd --no-detect-globals --timeout=10000", "test-coverage": "nyc --all --reporter text --reporter html --reporter lcovonly npm run test-node", "test-headless": "mochify --no-detect-globals --timeout=10000", "test-node": "mocha test/ integration-test/ -R dot --check-leaks", "test-types": "tsd && tsc --noEmit test/check-types.ts", "version": "./scripts/version.sh" }, "tsd": { "directory": "test" }, "types": "./types/fake-timers-src.d.ts", "version": "7.1.2" }