@wider/utils_where-am-i
Version:
Determine where your code is running
34 lines (33 loc) • 630 B
JSON
{
"name": "@wider/utils_where-am-i",
"version": "1.1.22",
"description": "Determine where your code is running",
"main": "index.js",
"engine": "commonjs",
"scripts": {
"test": "test.js",
"jsDoc": " jsDoc . --readme README.md -c .jsDoc.json"
},
"keywords": [
"JS",
"node",
"require",
"commonJS",
"server",
"code",
"engine",
"where",
"environment",
"Wscript",
"ASP"
],
"author": {
"name": "Martin Baker ",
"email": "martinwbaker@yorlkdevres.co.uk",
"url": "https://y-d-r.co.uk"
},
"directories": {
"doc": "!jsDoc"
},
"license": "ISC"
}