choo-shortcache
Version:
choo nanocomponent cache shortcut
69 lines (68 loc) • 1.76 kB
JSON
{
"_from": "nanotiming@^7.0.0",
"_id": "nanotiming@7.3.1",
"_inBundle": false,
"_integrity": "sha512-l3lC7v/PfOuRWQa8vV29Jo6TG10wHtnthLElFXs4Te4Aas57Fo4n1Q8LH9n+NDh9riOzTVvb2QNBhTS4JUKNjw==",
"_location": "/nanotiming",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "nanotiming@^7.0.0",
"name": "nanotiming",
"escapedName": "nanotiming",
"rawSpec": "^7.0.0",
"saveSpec": null,
"fetchSpec": "^7.0.0"
},
"_requiredBy": [
"/choo",
"/nanobus",
"/nanocomponent"
],
"_resolved": "https://registry.npmjs.org/nanotiming/-/nanotiming-7.3.1.tgz",
"_shasum": "dc5cf8d9d8ad401a4394d1a9b7a16714bccfefda",
"_spec": "nanotiming@^7.0.0",
"_where": "/Users/jongacnik/Sites/_modules/choo-shortcache/example/node_modules/choo",
"browser": {
"./index.js": "./browser.js",
"assert": "nanoassert"
},
"bugs": {
"url": "https://github.com/choojs/nanotiming/issues"
},
"bundleDependencies": false,
"dependencies": {
"nanoassert": "^1.1.0",
"nanoscheduler": "^1.0.2"
},
"deprecated": false,
"description": "Small timing library",
"devDependencies": {
"dependency-check": "^2.8.0",
"nyc": "^10.2.0",
"standard": "^10.0.1",
"tape": "^4.6.3"
},
"homepage": "https://github.com/choojs/nanotiming#readme",
"keywords": [
"browser",
"timing",
"mark",
"measure",
"performance"
],
"license": "MIT",
"main": "index.js",
"name": "nanotiming",
"repository": {
"type": "git",
"url": "git+https://github.com/choojs/nanotiming.git"
},
"scripts": {
"coverage": "nyc report --reporter=text-lcov > coverage.lcov",
"start": "node .",
"test": "standard"
},
"version": "7.3.1"
}