UNPKG

timing2

Version:

The state-of-art web performance metrics collector based on High Resolution Time API

54 lines (53 loc) 1.27 kB
{ "name": "timing2", "version": "0.3.4", "description": "The state-of-art web performance metrics collector based on High Resolution Time API", "main": "lib/index.js", "scripts": { "ci": "cross-env NODE_ENV=test nyc mocha --timeout 100000 --bail --recursive test/ && nyc report --reporter=text-lcov | coveralls", "test": "cross-env NODE_ENV=test nyc mocha --timeout 100000 --bail --recursive test/", "build": ":" }, "repository": { "type": "git", "url": "git+https://github.com/debug-tips/timing2.git" }, "keywords": [ "performance", "metrics", "High", "Resolution", "Time", "API" ], "author": "jasonslyvia", "license": "MIT", "bugs": { "url": "https://github.com/debug-tips/timing2/issues" }, "homepage": "https://github.com/debug-tips/timing2#readme", "devDependencies": { "@types/chai": "^4.1.4", "@types/mocha": "^5.2.5", "chai": "^4.1.2", "coveralls": "^3.0.2", "cross-env": "^5.2.0", "mocha": "^5.2.0", "mocha-lcov-reporter": "^1.3.0", "nyc": "^12.0.2" }, "nyc": { "reporter": [ "lcov", "text" ], "sourceMap": true, "instrument": true, "extension": [ ".js" ], "include": [ "lib/index.js" ] } }