choo-shortcache
Version:
choo nanocomponent cache shortcut
101 lines (100 loc) • 2.66 kB
JSON
{
"_from": "nanocomponent@^6.5.0",
"_id": "nanocomponent@6.5.2",
"_inBundle": false,
"_integrity": "sha512-k/C/Taxno+imoQL6/8tlbMuwvXq4fwjKHphBuZ8Sh/8NiaCBixMWitRZ3uW0Pyz1mrPOHhs6evkKngR1Y8Vi2g==",
"_location": "/nanocomponent",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "nanocomponent@^6.5.0",
"name": "nanocomponent",
"escapedName": "nanocomponent",
"rawSpec": "^6.5.0",
"saveSpec": null,
"fetchSpec": "^6.5.0"
},
"_requiredBy": [
"/choo"
],
"_resolved": "https://registry.npmjs.org/nanocomponent/-/nanocomponent-6.5.2.tgz",
"_shasum": "c36e7dc10477cc0e4c51bd87e975cfd30462793a",
"_spec": "nanocomponent@^6.5.0",
"_where": "/Users/jongacnik/Sites/_modules/choo-shortcache/example/node_modules/choo",
"author": {
"name": "Trainspotters"
},
"browser": {
"assert": "nanoassert"
},
"bugs": {
"url": "https://github.com/choojs/nanocomponent/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Bret Comnes",
"email": "bcomnes@gmail.com",
"url": "http://bret.io"
}
],
"dependencies": {
"global": "^4.3.1",
"nanoassert": "^1.1.0",
"nanomorph": "^5.1.2",
"nanotiming": "^7.2.0",
"on-load": "^3.3.4"
},
"deprecated": false,
"description": "Native DOM components that pair nicely with DOM diffing algorithms",
"devDependencies": {
"@tap-format/spec": "^0.2.0",
"bankai": "^9.5.1",
"browserify": "^16.0.0",
"choo": "^6.0.1",
"choo-log": "^8.0.0",
"dependency-check": "^3.0.0",
"envify": "^4.0.0",
"leaflet": "^1.1.0",
"microbounce": "^1.0.0",
"nanobus": "^4.2.0",
"nanohtml": "^1.2.3",
"nanologger": "^1.3.1",
"npm-run-all": "^4.0.2",
"on-idle": "^3.1.0",
"standard": "^11.0.1",
"tape": "^4.7.0",
"tape-run": "^4.0.0"
},
"homepage": "https://github.com/choojs/nanocomponent#readme",
"keywords": [
"nanohtml",
"bel",
"choo",
"element",
"thunk",
"cache",
"perf",
"nanomorph",
"morphdom",
"nanocomponent",
"cache-component"
],
"license": "MIT",
"main": "index.js",
"name": "nanocomponent",
"repository": {
"type": "git",
"url": "git+https://github.com/choojs/nanocomponent.git"
},
"scripts": {
"start": "bankai start example",
"test": "run-s test:*",
"test:browser": "browserify test/browser/index.js | tape-run --render='tap-format-spec'",
"test:deps": "dependency-check .",
"test:lint": "standard *.js",
"test:node": "NODE_ENV=test node test/node.js | tap-format-spec"
},
"version": "6.5.2"
}