choo-shortcache
Version:
choo nanocomponent cache shortcut
62 lines (61 loc) • 1.71 kB
JSON
{
"_from": "nanoraf@^3.0.0",
"_id": "nanoraf@3.1.0",
"_inBundle": false,
"_integrity": "sha512-7Emv5Pv/fvgVK6yrud93WsdO4d3AUqLoP38Cpn0chYe+tT/wu25Yl2guxBjE3ngRrI5Yd9DxaTCgCFi1uq7hgQ==",
"_location": "/nanoraf",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "nanoraf@^3.0.0",
"name": "nanoraf",
"escapedName": "nanoraf",
"rawSpec": "^3.0.0",
"saveSpec": null,
"fetchSpec": "^3.0.0"
},
"_requiredBy": [
"/choo"
],
"_resolved": "https://registry.npmjs.org/nanoraf/-/nanoraf-3.1.0.tgz",
"_shasum": "97a892f1009146b95c8774b521d92e45dcdd229b",
"_spec": "nanoraf@^3.0.0",
"_where": "/Users/jongacnik/Sites/_modules/choo-shortcache/example/node_modules/choo",
"browser": {
"assert": "nanoassert"
},
"bugs": {
"url": "https://github.com/choojs/nanoraf/issues"
},
"bundleDependencies": false,
"dependencies": {
"nanoassert": "^1.1.0"
},
"deprecated": false,
"description": "Only call RAF when needed",
"devDependencies": {
"dependency-check": "^2.5.1",
"global": "^4.3.1",
"istanbul": "^0.4.4",
"standard": "^7.1.2",
"tape": "^4.6.0"
},
"homepage": "https://github.com/choojs/nanoraf#readme",
"keywords": [
"raf"
],
"license": "MIT",
"main": "index.js",
"name": "nanoraf",
"repository": {
"type": "git",
"url": "git+https://github.com/choojs/nanoraf.git"
},
"scripts": {
"deps": "dependency-check . && dependency-check . --extra --no-dev -i nanoassert",
"test": "standard && npm run deps && NODE_ENV=test node test",
"test:cov": "standard && npm run deps && NODE_ENV=test istanbul cover test.js"
},
"version": "3.1.0"
}