49 lines
1.3 KiB
JSON
49 lines
1.3 KiB
JSON
{
|
|
"name": "postcss-import-ext-glob",
|
|
"version": "2.1.1",
|
|
"description": "A PostCSS plugin to extend postcss-import path resolver to allow glob usage as path",
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/dimitrinicolas/postcss-import-ext-glob.git"
|
|
},
|
|
"author": "Dimitri NICOLAS <dimitri@ooeo.fr>",
|
|
"keywords": [
|
|
"front-end",
|
|
"postcss",
|
|
"import",
|
|
"extension",
|
|
"glob",
|
|
"postcss-plugin"
|
|
],
|
|
"bugs": {
|
|
"url": "https://github.com/dimitrinicolas/postcss-import-ext-glob/issues"
|
|
},
|
|
"homepage": "https://github.com/dimitrinicolas/postcss-import-ext-glob",
|
|
"scripts": {
|
|
"lint": "eslint **/*.js",
|
|
"test": "nyc --reporter=lcov --reporter=text ava",
|
|
"coverage": "nyc report --reporter=text-lcov | coveralls",
|
|
"dev": "nodemon -e js -x \"npm run test\""
|
|
},
|
|
"dependencies": {
|
|
"fast-glob": "^3.2.12",
|
|
"fast-sort": "^3.2.0",
|
|
"postcss-value-parser": "^4.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"ava": "^5.1.0",
|
|
"ava-postcss-tester": "^1.1.1",
|
|
"babel-eslint": "^10.1.0",
|
|
"coveralls": "^3.1.1",
|
|
"eslint": "^8.28.0",
|
|
"nodemon": "^2.0.20",
|
|
"nyc": "^15.1.0",
|
|
"postcss": "^8.4.19",
|
|
"postcss-import": "^15.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.2.0"
|
|
}
|
|
}
|