@dillonkearns/elm-graphql
Version:
<img src="https://cdn.jsdelivr.net/gh/martimatix/logo-graphqelm/logo.svg" alt="dillonearns/elm-graphql logo" width="40%" align="right">
38 lines (37 loc) • 912 B
JSON
{
"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"
,"_resolved": "https://registry.npmjs.org/nanotiming/-/nanotiming-7.3.1.tgz"
,"_integrity": "sha512-l3lC7v/PfOuRWQa8vV29Jo6TG10wHtnthLElFXs4Te4Aas57Fo4n1Q8LH9n+NDh9riOzTVvb2QNBhTS4JUKNjw=="
,"_from": "nanotiming@7.3.1"
}