nouveau-theatre-de-besancon/node_modules/gulp-cssimport/package.json

76 lines
1.8 KiB
JSON
Raw Normal View History

2024-09-20 10:32:49 +02:00
{
"name": "gulp-cssimport",
"version": "7.0.0",
"description": "Parses a CSS file, finds imports, grabs the content of the linked file and replaces the import statement with it.",
"main": "gulp-cssimport.js",
"scripts": {
"test": "cd test && node index.js",
"prepublishOnly": "sed -i -e 's/_devDependencies/__devDependencies/g' package.json"
},
"repository": {
"type": "git",
"url": "https://github.com/unlight/gulp-cssimport.git"
},
"keywords": [
"css",
"gulpplugin",
"import"
],
"dependencies": {
"collect-stream": "^1.2.1",
"deep-extend": "^0.6.0",
"plugin-error": "^0.1.2",
"vinyl": "^2.2.0",
"http-https": "^1.0.0",
"lodash.trim": "^4.5.1",
"lookup-path": "^0.3.1",
"magic-string": "^0.25.1",
"minimatch": "^3.0.4",
"pify": "^3.0.0",
"strip-bom": "^3.0.0",
"through2": "^2.0.3",
"vinyl-sourcemaps-apply": "^0.2.1"
},
"_devDependencies": {
"tape": "^4.9.1",
"@semantic-release/changelog": "^3.0.0",
"@semantic-release/git": "^7.0.4",
"semantic-release": "^15.9.15",
"@semantic-release/npm": "^5.0.4"
},
"license": "MIT",
"release": {
"generateNotes": {
"writerOpts": {
"__keep": "me"
}
},
"verifyConditions": [
"@semantic-release/changelog",
"@semantic-release/github",
"@semantic-release/npm",
"@semantic-release/git"
],
"prepare": [
"@semantic-release/changelog",
"@semantic-release/npm",
"@semantic-release/git"
],
"publish": [
"@semantic-release/npm",
"@semantic-release/github"
],
"success": [
"@semantic-release/github"
],
"fail": [
"@semantic-release/github"
]
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
}
}