![]() 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/vreg/node_modules/create-require/ |
{ "name": "create-require", "version": "1.1.1", "description": "Polyfill for Node.js module.createRequire (<= v12.2.0)", "repository": "nuxt-contrib/create-require", "license": "MIT", "contributors": [ { "name": "Maƫl Nison", "email": "[email protected]" }, { "name": "Paul Soporan", "email": "[email protected]" }, { "name": "Pooya Parsa", "email": "[email protected]" } ], "main": "./create-require.js", "types": "./create-require.d.ts", "files": [ "create-require.js", "create-require.d.ts" ], "scripts": { "lint": "eslint .", "release": "yarn test && standard-version && git push --follow-tags && npm publish", "test:matrix": "tap --no-esm --no-timeout ./test/matrix.js", "test": "yarn lint && yarn test:matrix" }, "devDependencies": { "@nuxtjs/eslint-config": "latest", "eslint": "latest", "tap": "latest", "standard-version": "latest" } }