1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- {
- "_args": [
- [
- "thunky@1.0.3",
- "/Users/lihai/jolijoli/pad_spa"
- ]
- ],
- "_development": true,
- "_from": "thunky@1.0.3",
- "_id": "thunky@1.0.3",
- "_inBundle": false,
- "_integrity": "sha1-9d9zJFNAewkZHa5z4qjMc/OBqCY=",
- "_location": "/thunky",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "thunky@1.0.3",
- "name": "thunky",
- "escapedName": "thunky",
- "rawSpec": "1.0.3",
- "saveSpec": null,
- "fetchSpec": "1.0.3"
- },
- "_requiredBy": [
- "/multicast-dns"
- ],
- "_resolved": "https://registry.npm.taobao.org/thunky/download/thunky-1.0.3.tgz",
- "_spec": "1.0.3",
- "_where": "/Users/lihai/jolijoli/pad_spa",
- "author": {
- "name": "Mathias Buus Madsen",
- "email": "mathiasbuus@gmail.com"
- },
- "bugs": {
- "url": "https://github.com/mafintosh/thunky/issues"
- },
- "description": "delay the evaluation of a paramless async function and cache the result",
- "devDependencies": {
- "standard": "^12.0.1",
- "tape": "^4.9.1"
- },
- "homepage": "https://github.com/mafintosh/thunky#readme",
- "keywords": [
- "memo",
- "thunk",
- "async",
- "lazy",
- "control",
- "flow",
- "cache"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "thunky",
- "repository": {
- "type": "git",
- "url": "git://github.com/mafintosh/thunky.git"
- },
- "scripts": {
- "test": "standard && tape test.js"
- },
- "version": "1.0.3"
- }
|