{ "_from": "mockdate@^3.0.2", "_id": "mockdate@3.0.5", "_inBundle": false, "_integrity": "sha512-iniQP4rj1FhBdBYS/+eQv7j1tadJ9lJtdzgOpvsOHng/GbcDh2Fhdeq+ZRldrPYdXvCyfFUmFeEwEGXZB5I/AQ==", "_location": "/mockdate", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "mockdate@^3.0.2", "name": "mockdate", "escapedName": "mockdate", "rawSpec": "^3.0.2", "saveSpec": null, "fetchSpec": "^3.0.2" }, "_requiredBy": [ "/react-native-reanimated" ], "_resolved": "https://registry.npmjs.org/mockdate/-/mockdate-3.0.5.tgz", "_shasum": "789be686deb3149e7df2b663d2bc4392bc3284fb", "_spec": "mockdate@^3.0.2", "_where": "/jd/work/GT2/newMaster/Ejectable/node_modules/react-native-reanimated", "author": { "name": "Bob Lauer", "email": "rlauer@gmail.com" }, "bugs": { "url": "https://github.com/boblauer/MockDate/issues" }, "bundleDependencies": false, "dependencies": {}, "deprecated": false, "description": "A JavaScript mock Date object that can be used to change when \"now\" is.", "devDependencies": { "mocha": "7.1.2", "rollup": "2.42.4", "rollup-plugin-typescript2": "0.30.0", "should": "13.2.3", "typescript": "3.9.3" }, "homepage": "https://github.com/boblauer/MockDate", "keywords": [ "date", "mock", "test" ], "license": "MIT", "main": "lib/mockdate.js", "name": "mockdate", "repository": { "type": "git", "url": "git+https://github.com/boblauer/MockDate.git" }, "scripts": { "build": "npm run build:js && npm run build:types", "build:js": "rollup -c rollup.config.js", "build:types": "tsc -t esnext --moduleResolution node -d --emitDeclarationOnly --outFile lib/mockdate.d.ts src/mockdate.ts", "prepare": "npm run build", "prepublishOnly": "npm run test", "test": "npm run build && mocha" }, "spm": { "main": "lib/mockdate.js" }, "types": "lib/mockdate.d.ts", "version": "3.0.5" }