{ "_from": "easytimer.js", "_id": "easytimer.js@4.3.0", "_inBundle": false, "_integrity": "sha512-nD+OSBzhgxjHa4BOKj57HUHIKhJ7YOu/4fh0yfwTmCLxbGz667lGDtlMlnrTlYDOJ1wm72PXy5R74BF+kA1KiQ==", "_location": "/easytimer.js", "_phantomChildren": {}, "_requested": { "type": "tag", "registry": true, "raw": "easytimer.js", "name": "easytimer.js", "escapedName": "easytimer.js", "rawSpec": "", "saveSpec": null, "fetchSpec": "latest" }, "_requiredBy": [ "#USER", "/" ], "_resolved": "https://registry.npmjs.org/easytimer.js/-/easytimer.js-4.3.0.tgz", "_shasum": "c9ab9172a1648763ffb55495857a455094a52803", "_spec": "easytimer.js", "_where": "/Users/vincentselz/Desktop/Jonas_otree_projects/TaskAllocationTestEnvironment/Task_and_Time/static/node_modules", "author": { "name": "Albert Gonzalez" }, "babel": { "presets": [ [ "@babel/env", { "modules": false } ] ], "plugins": [ [ "prismjs", { "languages": [ "javascript", "html" ], "theme": "tomorrow", "css": true } ] ] }, "bugs": { "url": "https://github.com/albert-gonzalez/easytimer.js/issues" }, "bundleDependencies": false, "deprecated": false, "description": "Timer/Chronometer/Countdown compatible with AMD and NodeJS", "devDependencies": { "@babel/core": "^7.10.3", "@babel/preset-env": "^7.10.3", "babel-plugin-prismjs": "^2.0.1", "bootstrap": "^4.5.0", "chai": "^4.2.0", "eslint": "^7.3.0", "eslint-config-standard": "^14.1.1", "eslint-plugin-import": "^2.21.2", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-standard": "^4.0.1", "http-server": "~0.12.3", "jquery": "^3.5.1", "mocha": "^8.0.1", "popper.js": "^1.16.1", "prismjs": "^1.20.0", "rollup": "^2.17.1", "rollup-plugin-babel": "^4.4.0", "rollup-plugin-commonjs": "^10.1.0", "rollup-plugin-css-only": "^2.1.0", "rollup-plugin-license": "^2.1.0", "rollup-plugin-node-resolve": "^5.2.0", "rollup-plugin-uglify": "^6.0.4", "sinon": "^9.0.2" }, "directories": { "test": "test", "src": "src" }, "homepage": "https://github.com/albert-gonzalez/easytimer.js#readme", "keywords": [ "javascript", "nodejs", "amd", "requirejs", "timer", "chronometer", "countdown", "mocha" ], "license": "MIT", "main": "dist/easytimer.js", "name": "easytimer.js", "repository": { "type": "git", "url": "git+https://github.com/albert-gonzalez/easytimer.js.git" }, "scripts": { "build": "rollup -c && rollup -c --environment optimize", "build-examples": "rollup -c rollup.config.examples.js", "prestart": "npm install", "start": "http-server -a 0.0.0.0 -p 8001", "test": "mocha" }, "types": "index.d.ts", "version": "4.3.0" }