mutou-micro
Version:
Get the current time in microseconds
41 lines (40 loc) • 1.25 kB
JSON
{
"name": "mutou-micro",
"version": "1.0.0-14",
"description": "Get the current time in microseconds",
"homepage": "https://github.com/wadey/node-microtime",
"repository": "git://github.com/wadey/node-microtime.git",
"main": "./index",
"license": "MIT",
"keywords": [
"microtime",
"microseconds",
"gettimeofday"
],
"engines": {
"node": ">= 4.0.0"
},
"scripts": {
"install": "node-gyp-build",
"rebuild": "node-gyp rebuild",
"prebuild": "prebuildify --platform=win32 --arch=x64 -t 8.14.0 --napi",
"download-prebuilds": "prebuildify-ci download",
"prebuildify-cross-armv7": "prebuildify-cross --platform=linux --arch=arm --arm-version=7 -- -t 8.14.0 --napi --strip",
"test": "node test.js",
"format": "clang-format -i src/microtime.cc",
"lint-test": "standard && clang-format -output-replacements-xml src/microtime.cc | (! grep -q '<replacement ') && node test.js"
},
"dependencies": {
"node-addon-api": "^1.2.0",
"node-gyp-build": "^3.8.0"
},
"devDependencies": {
"clang-format": "^1.2.4",
"node-gyp": "^3.8.0",
"prebuildify": "^2.11.0",
"prebuildify-ci": "^1.0.4",
"prebuildify-cross": "^3.1.2",
"standard": "^12.0.1"
},
"gypfile": true
}