flow like the river

This commit is contained in:
root 2025-11-07 00:06:12 +01:00
commit 013fe673f3
42435 changed files with 5764238 additions and 0 deletions

40
BACK_BACK/node_modules/icss-replace-symbols/package.json generated vendored Executable file
View file

@ -0,0 +1,40 @@
{
"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"
}
}