![]() 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/toidentifier/ |
{ "name": "toidentifier", "description": "Convert a string of words to a JavaScript identifier", "version": "1.0.0", "author": "Douglas Christopher Wilson <[email protected]>", "contributors": [ "Douglas Christopher Wilson <[email protected]>", "Nick Baugh <[email protected]> (http://niftylettuce.com/)" ], "repository": "component/toidentifier", "devDependencies": { "eslint": "4.19.1", "eslint-config-standard": "11.0.0", "eslint-plugin-import": "2.11.0", "eslint-plugin-markdown": "1.0.0-beta.6", "eslint-plugin-node": "6.0.1", "eslint-plugin-promise": "3.7.0", "eslint-plugin-standard": "3.1.0", "mocha": "1.21.5", "nyc": "11.8.0" }, "engines": { "node": ">=0.6" }, "license": "MIT", "files": [ "index.js" ], "scripts": { "lint": "eslint --plugin markdown --ext js,md .", "test": "mocha --reporter spec --bail --check-leaks test/", "test-cov": "nyc --reporter=html --reporter=text npm test" } }