package.json 1.48 KB
{
  "_from": "thunky@^1.0.2",
  "_id": "thunky@1.0.2",
  "_inBundle": false,
  "_integrity": "sha1-qGLgGOP7HqLsP85dVWBc9X8kc3E=",
  "_location": "/thunky",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "thunky@^1.0.2",
    "name": "thunky",
    "escapedName": "thunky",
    "rawSpec": "^1.0.2",
    "saveSpec": null,
    "fetchSpec": "^1.0.2"
  },
  "_requiredBy": [
    "/multicast-dns"
  ],
  "_resolved": "https://registry.npmjs.org/thunky/-/thunky-1.0.2.tgz",
  "_shasum": "a862e018e3fb1ea2ec3fce5d55605cf57f247371",
  "_spec": "thunky@^1.0.2",
  "_where": "C:\\Users\\Administrator\\Desktop\\新建文件夹\\一二三\\src\\finance_serv\\node_modules\\multicast-dns",
  "author": {
    "name": "Mathias Buus Madsen",
    "email": "mathiasbuus@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/mafintosh/thunky/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "delay the evaluation of a paramless async function and cache the result",
  "devDependencies": {
    "standard": "^7.1.2",
    "tape": "^4.6.0"
  },
  "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.2"
}