choo-shortcache
Version:
choo nanocomponent cache shortcut
62 lines (61 loc) • 1.66 kB
JSON
{
"_from": "nanorouter@^3.0.1",
"_id": "nanorouter@3.1.1",
"_inBundle": false,
"_integrity": "sha512-nQ1YRpVzc/0cQA3lG/wCe0ooLtmzLQeIO0VKDRJduVN+KaL5aW5pUDRQDu5EvamiF3lDmbNLYiUkBfjPxOY6fA==",
"_location": "/nanorouter",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "nanorouter@^3.0.1",
"name": "nanorouter",
"escapedName": "nanorouter",
"rawSpec": "^3.0.1",
"saveSpec": null,
"fetchSpec": "^3.0.1"
},
"_requiredBy": [
"/choo"
],
"_resolved": "https://registry.npmjs.org/nanorouter/-/nanorouter-3.1.1.tgz",
"_shasum": "b8e0b271bb1d500056a0ce5bf457e3192ef5c00d",
"_spec": "nanorouter@^3.0.1",
"_where": "/Users/jongacnik/Sites/_modules/choo-shortcache/example/node_modules/choo",
"browser": {
"assert": "nanoassert"
},
"bugs": {
"url": "https://github.com/choojs/nanorouter/issues"
},
"bundleDependencies": false,
"dependencies": {
"nanoassert": "^1.1.0",
"wayfarer": "^6.6.3"
},
"deprecated": false,
"description": "Smol frontend router",
"devDependencies": {
"dependency-check": "^2.8.0",
"nyc": "^10.1.2",
"standard": "^9.0.1",
"tape": "^4.8.0"
},
"homepage": "https://github.com/choojs/nanorouter#readme",
"keywords": [
"router",
"frontend",
"browser"
],
"name": "nanorouter",
"repository": {
"type": "git",
"url": "git+https://github.com/choojs/nanorouter.git"
},
"scripts": {
"deps": "dependency-check . && dependency-check . --extra --no-dev -i nanoassert",
"start": "node .",
"test": "standard && npm run deps && tape test.js"
},
"version": "3.1.1"
}