package.json (1376B)
1 { 2 "name": "@stdlib/time/toc", 3 "version": "0.0.0", 4 "description": "Return a high-resolution time difference.", 5 "license": "Apache-2.0", 6 "author": { 7 "name": "The Stdlib Authors", 8 "url": "https://github.com/stdlib-js/stdlib/graphs/contributors" 9 }, 10 "contributors": [ 11 { 12 "name": "The Stdlib Authors", 13 "url": "https://github.com/stdlib-js/stdlib/graphs/contributors" 14 } 15 ], 16 "main": "./lib", 17 "directories": { 18 "doc": "./docs", 19 "example": "./examples", 20 "lib": "./lib", 21 "test": "./test" 22 }, 23 "types": "./docs/types", 24 "scripts": {}, 25 "homepage": "https://github.com/stdlib-js/stdlib", 26 "repository": { 27 "type": "git", 28 "url": "git://github.com/stdlib-js/stdlib.git" 29 }, 30 "bugs": { 31 "url": "https://github.com/stdlib-js/stdlib/issues" 32 }, 33 "dependencies": {}, 34 "devDependencies": {}, 35 "engines": { 36 "node": ">=0.10.0", 37 "npm": ">2.7.0" 38 }, 39 "os": [ 40 "aix", 41 "darwin", 42 "freebsd", 43 "linux", 44 "macos", 45 "openbsd", 46 "sunos", 47 "win32", 48 "windows" 49 ], 50 "keywords": [ 51 "stdlib", 52 "stdtime", 53 "utilities", 54 "utility", 55 "utils", 56 "util", 57 "time", 58 "timer", 59 "tic", 60 "toc", 61 "process.hrtime", 62 "performance.now", 63 "performance", 64 "perf", 65 "now", 66 "high-resolution", 67 "clock", 68 "delta", 69 "elapsed", 70 "difference" 71 ] 72 }