@wider/utils_where-am-i
Version:
Determine where your code is running
40 lines (38 loc) • 989 B
JSON
{
"plugins": ["plugins/markdown"],
"recurseDepth": 10,
"source": {
"xxxinclude": ["../core/object_types/index.js"],
"exclude": ["node_modules", "!jsDoc"],
"includePattern": ".+\\.js(doc|x)?$",
"excludePattern": "(^|\\/|\\\\)_"
},
"sourceType": "module",
"tags": {
"allowUnknownTags": true,
"dictionaries": ["jsdoc",
"closure"
]
},
"comment": "see https://github.com/nhn/tui.jsdoc-template",
"opts": {
"template": "C:/Users/martin/AppData/Roaming/npm/node_modules/tui-jsdoc-template",
"tutorials": "tutorials",
"package": "./package.json",
"destination" : "./!jsDoc",
"encoding" : "utf8",
"recurse" : true
},
"templates": {
"cleverLinks": false,
"monospaceLinks": false,
"name": "Wider",
"footerText": "Copyright Martin Baker 1985 onwards - ISC License",
"useCollapsibles": true,
"logo": {
"url": "https://y-d-r.co.uk/favicon.ico",
"width": "50px",
"link": "https://y-d-r.co.uk"
}
}
}