{ "_args": [ [ "marky@1.2.2", "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror" ] ], "_development": true, "_from": "marky@1.2.2", "_id": "marky@1.2.2", "_inBundle": false, "_integrity": "sha512-k1dB2HNeaNyORco8ulVEhctyEGkKHb2YWAhDsxeFlW2nROIirsctBYzKwwS3Vza+sKTS1zO4Z+n9/+9WbGLIxQ==", "_location": "/marky", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "marky@1.2.2", "name": "marky", "escapedName": "marky", "rawSpec": "1.2.2", "saveSpec": null, "fetchSpec": "1.2.2" }, "_requiredBy": [ "/lighthouse-logger" ], "_resolved": "https://registry.npmjs.org/marky/-/marky-1.2.2.tgz", "_spec": "1.2.2", "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror", "author": { "name": "Nolan Lawson", "email": "nolan@nolanlawson.com" }, "browser": { "./lib/marky.cjs.js": "./lib/marky.browser.cjs.js", "./lib/marky.es.js": "./lib/marky.browser.es.js" }, "bugs": { "url": "https://github.com/nolanlawson/marky/issues" }, "description": "Performance timer based on performance.mark() and measure()", "devDependencies": { "@rollup/plugin-buble": "^0.21.3", "@rollup/plugin-commonjs": "^18.0.0", "@rollup/plugin-node-resolve": "^11.2.1", "@rollup/plugin-replace": "^2.4.2", "assert": "^1.4.1", "karma": "^5.1.0", "karma-chrome-launcher": "^3.1.0", "karma-coverage": "^2.0.2", "karma-mocha": "^2.0.1", "karma-rollup-preprocessor": "^7.0.5", "mkdirp": "^0.5.1", "mocha": "^8.3.2", "npm-run-all": "^3.1.2", "rimraf": "^2.5.4", "rollup": "^2.46.0", "standard": "^8.6.0", "uglify-js": "^2.7.4" }, "files": [ "lib", "dist" ], "homepage": "https://github.com/nolanlawson/marky#readme", "jsnext:main": "lib/marky.es.js", "keywords": [ "mark", "measure", "performance", "user timing", "timing", "polyfill", "stopwatch", "timer" ], "license": "Apache-2.0", "main": "lib/marky.cjs.js", "module": "lib/marky.es.js", "name": "marky", "repository": { "type": "git", "url": "git+https://github.com/nolanlawson/marky.git" }, "scripts": { "build": "npm-run-all clean rollup minify", "clean": "rimraf lib dist && mkdirp lib dist", "lint": "standard", "minify": "uglifyjs -mc < dist/marky.js > dist/marky.min.js", "prepare": "npm run build", "rollup": "npm-run-all --parallel rollup-cjs rollup-es rollup-iife", "rollup-cjs": "rollup -c config/rollup.config.cjs.js && rollup -c config/rollup.config.browser.cjs.js", "rollup-es": "rollup -c config/rollup.config.es.js && rollup -c config/rollup.config.browser.es.js", "rollup-iife": "rollup -c config/rollup.config.iife.js", "test": "npm run rollup-cjs && mocha test/test.js", "test-browser": "karma start --single-run", "test-browser-debug": "karma start --browsers=Chrome --single-run=false" }, "standard": { "ignore": [ "lib", "dist" ] }, "version": "1.2.2" }