You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
160 lines
4.2 KiB
160 lines
4.2 KiB
{ |
|
"_from": "css-loader@2.1.1", |
|
"_id": "css-loader@2.1.1", |
|
"_inBundle": false, |
|
"_integrity": "sha512-OcKJU/lt232vl1P9EEDamhoO9iKY3tIjY5GU+XDLblAykTdgs6Ux9P1hTHve8nFKy5KPpOXOsVI/hIwi3841+w==", |
|
"_location": "/css-loader", |
|
"_phantomChildren": {}, |
|
"_requested": { |
|
"type": "version", |
|
"registry": true, |
|
"raw": "css-loader@2.1.1", |
|
"name": "css-loader", |
|
"escapedName": "css-loader", |
|
"rawSpec": "2.1.1", |
|
"saveSpec": null, |
|
"fetchSpec": "2.1.1" |
|
}, |
|
"_requiredBy": [ |
|
"/react-scripts" |
|
], |
|
"_resolved": "https://registry.npmjs.org/css-loader/-/css-loader-2.1.1.tgz", |
|
"_shasum": "d8254f72e412bb2238bb44dd674ffbef497333ea", |
|
"_spec": "css-loader@2.1.1", |
|
"_where": "/home/f2256342/forge/udemy-react/burger/node_modules/react-scripts", |
|
"author": { |
|
"name": "Tobias Koppers @sokra" |
|
}, |
|
"babel": { |
|
"presets": [ |
|
[ |
|
"@babel/preset-env", |
|
{ |
|
"targets": { |
|
"node": "6.9.0" |
|
}, |
|
"useBuiltIns": "usage" |
|
} |
|
] |
|
] |
|
}, |
|
"bugs": { |
|
"url": "https://github.com/webpack-contrib/css-loader/issues" |
|
}, |
|
"bundleDependencies": false, |
|
"commitlint": { |
|
"extends": [ |
|
"@commitlint/config-conventional" |
|
] |
|
}, |
|
"dependencies": { |
|
"camelcase": "^5.2.0", |
|
"icss-utils": "^4.1.0", |
|
"loader-utils": "^1.2.3", |
|
"normalize-path": "^3.0.0", |
|
"postcss": "^7.0.14", |
|
"postcss-modules-extract-imports": "^2.0.0", |
|
"postcss-modules-local-by-default": "^2.0.6", |
|
"postcss-modules-scope": "^2.1.0", |
|
"postcss-modules-values": "^2.0.0", |
|
"postcss-value-parser": "^3.3.0", |
|
"schema-utils": "^1.0.0" |
|
}, |
|
"deprecated": false, |
|
"description": "css loader module for webpack", |
|
"devDependencies": { |
|
"@babel/cli": "^7.1.5", |
|
"@babel/core": "^7.1.6", |
|
"@babel/polyfill": "^7.0.0", |
|
"@babel/preset-env": "^7.1.6", |
|
"@commitlint/cli": "^7.2.1", |
|
"@commitlint/config-conventional": "^7.1.2", |
|
"@webpack-contrib/defaults": "^3.0.0", |
|
"@webpack-contrib/eslint-config-webpack": "^3.0.0", |
|
"babel-jest": "^24.1.0", |
|
"cross-env": "^5.2.0", |
|
"del": "^4.0.0", |
|
"del-cli": "^1.1.0", |
|
"eslint": "^5.9.0", |
|
"eslint-plugin-import": "^2.14.0", |
|
"eslint-plugin-prettier": "^3.0.0", |
|
"file-loader": "^3.0.1", |
|
"husky": "^1.2.0", |
|
"jest": "^24.1.0", |
|
"lint-staged": "^8.1.0", |
|
"memory-fs": "^0.4.1", |
|
"postcss-loader": "^3.0.0", |
|
"postcss-preset-env": "^6.4.0", |
|
"prettier": "^1.15.2", |
|
"sass": "^1.15.1", |
|
"sass-loader": "^7.1.0", |
|
"standard-version": "^5.0.0", |
|
"strip-ansi": "^5.0.0", |
|
"webpack": "^4.26.1" |
|
}, |
|
"engines": { |
|
"node": ">= 6.9.0" |
|
}, |
|
"files": [ |
|
"dist/", |
|
"lib/", |
|
"index.js" |
|
], |
|
"homepage": "https://github.com/webpack-contrib/css-loader", |
|
"husky": { |
|
"hooks": { |
|
"pre-commit": "lint-staged" |
|
} |
|
}, |
|
"keywords": [ |
|
"webpack", |
|
"css", |
|
"loader", |
|
"url", |
|
"import" |
|
], |
|
"license": "MIT", |
|
"lint-staged": { |
|
"*.js": [ |
|
"eslint --fix", |
|
"git add" |
|
] |
|
}, |
|
"main": "dist/cjs.js", |
|
"name": "css-loader", |
|
"peerDependencies": { |
|
"webpack": "^4.0.0" |
|
}, |
|
"prettier": { |
|
"singleQuote": true, |
|
"trailingComma": "es5", |
|
"arrowParens": "always" |
|
}, |
|
"repository": { |
|
"type": "git", |
|
"url": "git+https://github.com/webpack-contrib/css-loader.git" |
|
}, |
|
"scripts": { |
|
"build": "cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js' --copy-files", |
|
"ci:coverage": "npm run test:coverage -- --runInBand", |
|
"ci:lint": "npm run lint && npm run security", |
|
"ci:lint:commits": "commitlint --from=origin/master --to=${CIRCLE_SHA1}", |
|
"ci:test": "npm run test:only -- --runInBand", |
|
"clean": "del-cli dist", |
|
"commitlint": "commitlint", |
|
"commitmsg": "commitlint -e $GIT_PARAMS", |
|
"defaults": "webpack-defaults", |
|
"lint": "eslint --cache src test", |
|
"prebuild": "npm run clean", |
|
"prepublish": "npm run build", |
|
"pretest": "npm run lint", |
|
"release": "standard-version", |
|
"security": "npm audit", |
|
"start": "npm run build -- -w", |
|
"test": "npm run test:only", |
|
"test:coverage": "jest --collectCoverageFrom='src/**/*.js' --coverage", |
|
"test:only": "jest", |
|
"test:watch": "jest --watch" |
|
}, |
|
"version": "2.1.1" |
|
}
|
|
|