| Server IP : 13.235.167.51 / Your IP : 216.73.217.116 Web Server : Apache System : Linux machinox-server 6.17.0-1013-aws #13~24.04.1-Ubuntu SMP Fri Apr 24 21:36:58 UTC 2026 aarch64 User : root ( 0) PHP Version : 8.2.29 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/control.machinox.in/node_modules/warning/ |
Upload File : |
{
"name": "warning",
"version": "4.0.3",
"description": "A mirror of Facebook's Warning",
"main": "warning.js",
"scripts": {
"test": "npm run test:dev && npm run test:prod",
"test:dev": "NODE_ENV=development jest",
"test:prod": "NODE_ENV=production jest",
"commit": "git cz",
"commitmsg": "commitlint -e $GIT_PARAMS"
},
"dependencies": {
"loose-envify": "^1.0.0"
},
"devDependencies": {
"@commitlint/cli": "^6.2.0",
"@commitlint/config-conventional": "^6.1.3",
"browserify": "^16.2.2",
"commitizen": "^2.10.1",
"cz-conventional-changelog": "^2.1.0",
"husky": "^0.14.3",
"jest": "^23.1.0",
"uglify-js": "^3.3.25"
},
"repository": {
"type": "git",
"url": "https://github.com/BerkeleyTrue/warning.git"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"browserify": {
"transform": [
"loose-envify"
]
},
"files": [
"warning.js"
],
"keywords": [
"warning",
"facebook",
"react",
"invariant"
],
"author": "Berkeley Martinez <berkeley@berkeleytrue.com> (http://www.berkeleytrue.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/BerkeleyTrue/warning/issues"
},
"homepage": "https://github.com/BerkeleyTrue/warning"
}