UNPKG

nanotiming

Version:
35 lines (34 loc) 693 B
{ "name": "nanotiming", "description": "Small timing library", "repository": "choojs/nanotiming", "version": "7.3.1", "main": "index.js", "browser": { "./index.js": "./browser.js", "assert": "nanoassert" }, "scripts": { "start": "node .", "test": "standard", "coverage": "nyc report --reporter=text-lcov > coverage.lcov" }, "dependencies": { "nanoassert": "^1.1.0", "nanoscheduler": "^1.0.2" }, "devDependencies": { "dependency-check": "^2.8.0", "nyc": "^10.2.0", "standard": "^10.0.1", "tape": "^4.6.3" }, "keywords": [ "browser", "timing", "mark", "measure", "performance" ], "license": "MIT" }