projecte_ionic/node_modules/postcss-modules-extract-imports/package.json
2022-02-09 18:30:03 +01:00

79 lines
2.4 KiB
JSON
Executable file

{
"_from": "postcss-modules-extract-imports@^3.0.0",
"_id": "postcss-modules-extract-imports@3.0.0",
"_inBundle": false,
"_integrity": "sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw==",
"_location": "/postcss-modules-extract-imports",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "postcss-modules-extract-imports@^3.0.0",
"name": "postcss-modules-extract-imports",
"escapedName": "postcss-modules-extract-imports",
"rawSpec": "^3.0.0",
"saveSpec": null,
"fetchSpec": "^3.0.0"
},
"_requiredBy": [
"/css-loader"
],
"_resolved": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.0.0.tgz",
"_shasum": "cda1f047c0ae80c97dbe28c3e76a43b88025741d",
"_spec": "postcss-modules-extract-imports@^3.0.0",
"_where": "/home/jack/Documents/JDA/m14/projecte_janmaroto/node_modules/css-loader",
"author": {
"name": "Glen Maddern"
},
"bugs": {
"url": "https://github.com/css-modules/postcss-modules-extract-imports/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "A CSS Modules transform to extract local aliases for inline imports",
"devDependencies": {
"coveralls": "^3.1.0",
"eslint": "^7.10.0",
"eslint-config-prettier": "^6.12.0",
"husky": "^4.3.0",
"jest": "^26.5.2",
"lint-staged": "^10.4.0",
"postcss": "^8.1.1",
"prettier": "^2.1.2"
},
"engines": {
"node": "^10 || ^12 || >= 14"
},
"files": [
"src"
],
"homepage": "https://github.com/css-modules/postcss-modules-extract-imports",
"keywords": [
"css-modules",
"postcss",
"plugin"
],
"license": "ISC",
"main": "src/index.js",
"name": "postcss-modules-extract-imports",
"peerDependencies": {
"postcss": "^8.1.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/css-modules/postcss-modules-extract-imports.git"
},
"scripts": {
"eslint": "eslint --ignore-path .gitignore .",
"lint": "yarn eslint && yarn prettier",
"prepublishOnly": "yarn test",
"pretest": "yarn lint",
"prettier": "prettier -l --ignore-path .gitignore . \"!test/test-cases\"",
"test": "yarn test:coverage",
"test:coverage": "jest --coverage --collectCoverageFrom=\"src/**/*\"",
"test:only": "jest",
"test:watch": "jest --watch"
},
"version": "3.0.0"
}