UNPKG

choo-shortcache

Version:

choo nanocomponent cache shortcut

68 lines (67 loc) 1.89 kB
{ "_from": "on-performance@^1.2.1", "_id": "on-performance@1.2.2", "_inBundle": false, "_integrity": "sha512-Nfa/PYKAy/LuppG2PI7yOIByESfysPOb5e2OARBvVD85CdesiHcKLc3a43G6gjTgTgb88i1PGtW9OxP9BAgJDg==", "_location": "/on-performance", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "on-performance@^1.2.1", "name": "on-performance", "escapedName": "on-performance", "rawSpec": "^1.2.1", "saveSpec": null, "fetchSpec": "^1.2.1" }, "_requiredBy": [ "/choo-devtools", "/choo-hooks" ], "_resolved": "https://registry.npmjs.org/on-performance/-/on-performance-1.2.2.tgz", "_shasum": "47a1a1cf6b1e1933baaf2e62be3347ed3aa7f641", "_spec": "on-performance@^1.2.1", "_where": "/Users/jongacnik/Sites/_modules/choo-shortcache/example/node_modules/choo-devtools", "browser": { "./index.js": "./browser.js", "assert": "nanoassert" }, "bugs": { "url": "https://github.com/choojs/on-performance/issues" }, "bundleDependencies": false, "dependencies": { "nanoassert": "^1.1.0", "nanoscheduler": "^1.0.0" }, "deprecated": false, "description": "Listen for performance timeline events", "devDependencies": { "bankai": "^9.12.0", "browserify": "^16.2.2", "dependency-check": "^3.1.0", "nanotiming": "^7.3.1", "standard": "^11.0.1", "tape": "^4.9.0", "tape-run": "^4.0.0" }, "homepage": "https://github.com/choojs/on-performance#readme", "keywords": [ "performance", "timeline", "api" ], "license": "MIT", "main": "index.js", "name": "on-performance", "repository": { "type": "git", "url": "git+https://github.com/choojs/on-performance.git" }, "scripts": { "start": "bankai start test/browser.js", "test": "standard && node test && browserify test/browser | tape-run" }, "version": "1.2.2" }