You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

55 lines
1.5 KiB
JSON

{
"name": "icssify",
2 years ago
"version": "2.0.0",
"description": "A Browserify plugin for handling CSS (through PostCSS), with **full and correct support** for ICSS and CSS modules.",
"main": "index.js",
"repository": {
"type": "git",
"url": "http://git.cryto.net/joepie91/icssify.git"
},
"keywords": [
"postcss",
"browserify",
"transform",
"icss",
"css",
"modules",
"css-modulesify"
],
"author": "Sven Slootweg <admin@cryto.net>",
"license": "(WTFPL OR CC0-1.0) AND MIT",
"bugs": {
"url": "https://git.cryto.net/joepie91/icssify/issues"
},
"dependencies": {
"@validatem/allow-extra-properties": "^0.1.0",
"@validatem/array-of": "^0.1.2",
"@validatem/core": "^0.3.15",
"@validatem/error": "^1.1.0",
"@validatem/is-boolean": "^0.1.1",
2 years ago
"@validatem/is-postcss-plugin": "^0.1.1",
"@validatem/is-string": "^1.0.0",
"@validatem/one-of": "^0.1.1",
"@validatem/required": "^0.1.1",
"assure-array": "^1.0.0",
"bl": "^4.0.0",
"bluebird": "^3.7.1",
"default-value": "^1.0.0",
"find-cycle": "^1.0.0",
"generic-names": "^2.0.1",
"insert-css": "^2.0.0",
"map-obj": "^4.1.0",
"object.fromentries": "^2.0.1",
"postcss": "^8.4.12",
"postcss-modules-extract-imports": "^3.0.0",
"postcss-modules-local-by-default": "^4.0.0",
"postcss-modules-scope": "^3.0.0",
"postcss-modules-values": "^4.0.0",
"through2": "^2.0.3"
},
"devDependencies": {
"@joepie91/eslint-config": "^1.1.0",
"eslint": "^6.8.0"
}
}