| Server IP : 35.80.110.71 / Your IP : 216.73.216.221 Web Server : Apache/2.4.58 (Ubuntu) System : Linux ip-172-31-21-44 6.17.0-1019-aws #19~24.04.1-Ubuntu SMP Tue Jun 23 18:53:06 UTC 2026 x86_64 User : ubuntu ( 1000) PHP Version : 8.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/smart-home-nextjs/current/node_modules/buildcheck/ |
Upload File : |
{
"name": "buildcheck",
"version": "0.0.7",
"author": "Brian White <mscdex@mscdex.net>",
"description": "Build environment checking (a la autoconf) for node.js",
"main": "./lib/index.js",
"engines": {
"node": ">=10.0.0"
},
"devDependencies": {
"@mscdex/eslint-config": "^1.1.0",
"eslint": "^7.0.0"
},
"scripts": {
"test": "node test/test.js",
"lint": "eslint --cache --report-unused-disable-directives --ext=.js .eslintrc.js lib",
"lint:fix": "npm run lint -- --fix"
},
"keywords": [
"build",
"autoconf",
"addons",
"compiler",
"environment"
],
"licenses": [
{
"type": "MIT",
"url": "http://github.com/mscdex/buildcheck/raw/master/LICENSE"
}
],
"repository": {
"type": "git",
"url": "http://github.com/mscdex/buildcheck.git"
}
}