| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 | {  "name": "continuable-cache",  "version": "0.3.1",  "description": "Cache a continuable",  "keywords": [],  "author": "Raynos <raynos2@gmail.com>",  "repository": "git://github.com/Raynos/continuable-cache.git",  "main": "index",  "homepage": "https://github.com/Raynos/continuable-cache",  "contributors": [    {      "name": "Raynos"    }  ],  "bugs": {    "url": "https://github.com/Raynos/continuable-cache/issues",    "email": "raynos2@gmail.com"  },  "dependencies": {},  "devDependencies": {    "tape": "~0.2.2"  },  "licenses": [    {      "type": "MIT",      "url": "http://github.com/Raynos/continuable-cache/raw/master/LICENSE"    }  ],  "scripts": {    "test": "node ./test/index.js",    "build-test": "browserify-server --bundle=test/index.js -o test/static/bundle.js --debug",    "tryme": "tryme ./examples --live",    "example": "browservefy ./examples/simple.js --browserify='browserify-server' --live --indexed=./examples -- --debug --bundle"  },  "testling": {    "files": "test/index.js",    "browsers": [      "ie/8..latest",      "firefox/16..latest",      "firefox/nightly",      "chrome/22..latest",      "chrome/canary",      "opera/12..latest",      "opera/next",      "safari/5.1..latest",      "ipad/6.0..latest",      "iphone/6.0..latest"    ]  },  "__npminstall_done": true,  "_from": "continuable-cache@0.3.1",  "_resolved": "https://registry.npmmirror.com/continuable-cache/-/continuable-cache-0.3.1.tgz"}
 |