![]() 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/icss-replace-symbols/ |
{ "name": "icss-replace-symbols", "version": "1.1.0", "description": "Replacing symbols during the linking phase of ICSS", "main": "lib/index.js", "scripts": { "lint": "standard src test", "build": "babel --out-dir lib src", "autotest": "chokidar src test -c 'npm test'", "test": "mocha --compilers js:babel-register", "posttest": "npm run lint && npm run build", "travis": "npm run test", "prepublish": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/css-modules/icss-replace-symbols.git" }, "keywords": [ "css", "modules", "icss", "postcss" ], "author": "Glen Maddern", "license": "ISC", "bugs": { "url": "https://github.com/css-modules/icss-replace-symbols/issues" }, "homepage": "https://github.com/css-modules/icss-replace-symbols#readme", "devDependencies": { "babel-cli": "^6.18.0", "babel-preset-es2015": "^6.18.0", "babel-register": "^6.18.0", "chokidar": "^1.3.0", "mocha": "^3.1.2", "postcss": "^6.0.1", "standard": "^8.4.0" } }