![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/dceprojects.corals.io/node_modules/assert/ |
{ "name": "assert", "description": "commonjs assert - node.js api compatible", "keywords": [ "assert" ], "version": "1.4.1", "homepage": "https://github.com/defunctzombie/commonjs-assert", "repository": { "type": "git", "url": "git://github.com/defunctzombie/commonjs-assert.git" }, "main": "./assert.js", "dependencies": { "util": "0.10.3" }, "devDependencies": { "mocha": "~1.21.4", "zuul": "~3.10.0", "zuul-ngrok": "^4.0.0" }, "license": "MIT", "scripts": { "test-node": "mocha --ui qunit test.js", "test-browser": "zuul -- test.js", "test": "npm run test-node && npm run test-browser", "test-native": "TEST_NATIVE=true mocha --ui qunit test.js", "browser-local": "zuul --no-coverage --local 8000 -- test.js" } }