choo-shortcache
Version:
choo nanocomponent cache shortcut
73 lines (72 loc) • 1.99 kB
JSON
{
"_from": "nanomorph@^5.1.2",
"_id": "nanomorph@5.1.3",
"_inBundle": false,
"_integrity": "sha512-VydkKjFWU/DAO0R10awFASRNXQKHrZUMdMIiNcdmWm+IhuifuPOw/dDtpiQ1cNROF8f3ATPrcKRVarEayQJOqA==",
"_location": "/nanomorph",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "nanomorph@^5.1.2",
"name": "nanomorph",
"escapedName": "nanomorph",
"rawSpec": "^5.1.2",
"saveSpec": null,
"fetchSpec": "^5.1.2"
},
"_requiredBy": [
"/choo",
"/nanocomponent"
],
"_resolved": "https://registry.npmjs.org/nanomorph/-/nanomorph-5.1.3.tgz",
"_shasum": "65b81912bb32278aaa7aacc9ccd99b4508f6a21d",
"_spec": "nanomorph@^5.1.2",
"_where": "/Users/jongacnik/Sites/_modules/choo-shortcache/example/node_modules/choo",
"browser": {
"assert": "nanoassert"
},
"bugs": {
"url": "https://github.com/yoshuawuyts/nanomorph/issues"
},
"bundleDependencies": false,
"dependencies": {
"nanoassert": "^1.1.0"
},
"deprecated": false,
"description": "Hyper fast diffing algorithm for real DOM nodes",
"devDependencies": {
"bankai": "^7.6.2",
"bel": "^5.1.1",
"browserify": "^14.1.0",
"dependency-check": "^2.5.1",
"math-random-seed": "^1.0.0",
"standard": "^10.0.3",
"tape": "^4.6.0",
"tape-run": "^3.0.0"
},
"homepage": "https://github.com/yoshuawuyts/nanomorph#readme",
"keywords": [
"dom",
"diff",
"tiny",
"morphdom",
"choo",
"bel",
"yo-yo"
],
"license": "MIT",
"main": "index.js",
"name": "nanomorph",
"repository": {
"type": "git",
"url": "git+https://github.com/yoshuawuyts/nanomorph.git"
},
"scripts": {
"deps": "dependency-check . && dependency-check . --extra --no-dev -i nanoassert",
"start": "bankai start --debug test/diff.js",
"test": "standard && npm run deps && browserify test/index.js | tape-run",
"test:fast": "browserify test/diff.js | tape-run"
},
"version": "5.1.3"
}