choo-shortcache
Version:
choo nanocomponent cache shortcut
70 lines (69 loc) • 1.75 kB
JSON
{
"_from": "wayfarer@^6.6.3",
"_id": "wayfarer@6.6.4",
"_inBundle": false,
"_integrity": "sha512-5ZRE4iwcIYytikTN9somy5oz/K7hEPK0YfrjCEN6zr5vlqadJ+r+GQmDzsV5zg5aW0qZvctxo443B1YFWSywpw==",
"_location": "/wayfarer",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "wayfarer@^6.6.3",
"name": "wayfarer",
"escapedName": "wayfarer",
"rawSpec": "^6.6.3",
"saveSpec": null,
"fetchSpec": "^6.6.3"
},
"_requiredBy": [
"/nanorouter"
],
"_resolved": "https://registry.npmjs.org/wayfarer/-/wayfarer-6.6.4.tgz",
"_shasum": "3f67ddd79068dc7b96830d03d1f5c7423140b429",
"_spec": "wayfarer@^6.6.3",
"_where": "/Users/jongacnik/Sites/_modules/choo-shortcache/example/node_modules/nanorouter",
"bugs": {
"url": "https://github.com/yoshuawuyts/wayfarer/issues"
},
"bundleDependencies": false,
"dependencies": {
"xtend": "^4.0.1"
},
"deprecated": false,
"description": "Composable trie based router",
"devDependencies": {
"istanbul": "^0.4.5",
"mocha": "^3.1.2",
"noop2": "^2.0.0",
"standard": "^8.4.0",
"tape": "^4.6.2"
},
"homepage": "https://github.com/yoshuawuyts/wayfarer#readme",
"keywords": [
"router",
"trie",
"client",
"simple",
"minimal",
"functional",
"idempotent",
"on",
"event",
"emitter",
"react",
"browserify",
"browser"
],
"license": "MIT",
"main": "index.js",
"name": "wayfarer",
"repository": {
"type": "git",
"url": "git+https://github.com/yoshuawuyts/wayfarer.git"
},
"scripts": {
"test": "standard && NODE_ENV=test tape test/*",
"test-cov": "NODE_ENV=test istanbul cover tape -- test/*"
},
"version": "6.6.4"
}