flow like the river
This commit is contained in:
commit
013fe673f3
42435 changed files with 5764238 additions and 0 deletions
50
BACK_BACK/node_modules/css-modules-loader-core/package.json
generated
vendored
Executable file
50
BACK_BACK/node_modules/css-modules-loader-core/package.json
generated
vendored
Executable file
|
|
@ -0,0 +1,50 @@
|
|||
{
|
||||
"name": "css-modules-loader-core",
|
||||
"version": "1.1.0",
|
||||
"description": "A loader-agnostic CSS Modules implementation, based on PostCSS",
|
||||
"main": "lib/index.js",
|
||||
"directories": {
|
||||
"test": "test"
|
||||
},
|
||||
"dependencies": {
|
||||
"icss-replace-symbols": "1.1.0",
|
||||
"postcss": "6.0.1",
|
||||
"postcss-modules-extract-imports": "1.1.0",
|
||||
"postcss-modules-local-by-default": "1.2.0",
|
||||
"postcss-modules-scope": "1.1.0",
|
||||
"postcss-modules-values": "1.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel": "5.8.29",
|
||||
"babel-eslint": "7.1.0",
|
||||
"babelify": "7.3.0",
|
||||
"chokidar-cli": "1.1.0",
|
||||
"eslint": "3.10.1",
|
||||
"mocha": "3.1.2"
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "eslint src",
|
||||
"build": "babel --out-dir lib src",
|
||||
"autotest": "chokidar src test -c 'npm test'",
|
||||
"test": "mocha --compilers js:babel/register",
|
||||
"prepublish": "rm -rf lib/* && npm run build"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/css-modules/css-modules-loader-core.git"
|
||||
},
|
||||
"keywords": [
|
||||
"css-modules",
|
||||
"postcss",
|
||||
"loader"
|
||||
],
|
||||
"files": [
|
||||
"lib"
|
||||
],
|
||||
"author": "Glen Maddern",
|
||||
"license": "ISC",
|
||||
"bugs": {
|
||||
"url": "https://github.com/css-modules/css-modules-loader-core/issues"
|
||||
},
|
||||
"homepage": "https://github.com/css-modules/css-modules-loader-core"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue