summaryrefslogtreecommitdiff
path: root/includes/external/school/node_modules/cssstyle/package.json
diff options
context:
space:
mode:
authorRaindropsSys <contact@minteck.org>2023-06-22 23:06:12 +0200
committerRaindropsSys <contact@minteck.org>2023-06-22 23:06:12 +0200
commit23563c7188e089929b60f9e10721c6fc43a220ff (patch)
treeedfe2b009c82900d4ac27db02222d2f68dcad846 /includes/external/school/node_modules/cssstyle/package.json
parent7a7a49332df7c852abbaa33c7e8e87f93d064d61 (diff)
downloadpluralconnect-23563c7188e089929b60f9e10721c6fc43a220ff.tar.gz
pluralconnect-23563c7188e089929b60f9e10721c6fc43a220ff.tar.bz2
pluralconnect-23563c7188e089929b60f9e10721c6fc43a220ff.zip
Updated 15 files, added includes/maintenance/deleteUnusedAssets.php and deleted 4944 files (automated)
Diffstat (limited to 'includes/external/school/node_modules/cssstyle/package.json')
-rw-r--r--includes/external/school/node_modules/cssstyle/package.json72
1 files changed, 0 insertions, 72 deletions
diff --git a/includes/external/school/node_modules/cssstyle/package.json b/includes/external/school/node_modules/cssstyle/package.json
deleted file mode 100644
index 7ded307..0000000
--- a/includes/external/school/node_modules/cssstyle/package.json
+++ /dev/null
@@ -1,72 +0,0 @@
-{
- "name": "cssstyle",
- "description": "CSSStyleDeclaration Object Model implementation",
- "keywords": [
- "CSS",
- "CSSStyleDeclaration",
- "StyleSheet"
- ],
- "version": "2.3.0",
- "homepage": "https://github.com/jsdom/cssstyle",
- "maintainers": [
- {
- "name": "Jon Sakas",
- "email": "jon.sakas@gmail.com",
- "url": "https://jon.sakas.co/"
- },
- {
- "name": "Rafał Ruciński",
- "email": "fatfisz@gmail.com",
- "url": "https://fatfisz.com"
- }
- ],
- "contributors": [
- {
- "name": "Chad Walker",
- "email": "chad@chad-cat-lore-eddie.com",
- "url": "https://github.com/chad3814"
- }
- ],
- "repository": "jsdom/cssstyle",
- "bugs": "https://github.com/jsdom/cssstyle/issues",
- "directories": {
- "lib": "./lib"
- },
- "files": [
- "lib/"
- ],
- "main": "./lib/CSSStyleDeclaration.js",
- "dependencies": {
- "cssom": "~0.3.6"
- },
- "devDependencies": {
- "babel-generator": "~6.26.1",
- "babel-traverse": "~6.26.0",
- "babel-types": "~6.26.0",
- "babylon": "~6.18.0",
- "eslint": "~6.0.0",
- "eslint-config-prettier": "~6.0.0",
- "eslint-plugin-prettier": "~3.1.0",
- "jest": "^24.8.0",
- "npm-run-all": "^4.1.5",
- "prettier": "~1.18.0",
- "request": "^2.88.0",
- "resolve": "~1.11.1"
- },
- "scripts": {
- "download": "node ./scripts/download_latest_properties.js && eslint lib/allProperties.js --fix",
- "generate": "run-p generate:*",
- "generate:implemented_properties": "node ./scripts/generate_implemented_properties.js",
- "generate:properties": "node ./scripts/generate_properties.js",
- "lint": "npm run generate && eslint . --max-warnings 0",
- "lint:fix": "eslint . --fix --max-warnings 0",
- "prepublishOnly": "npm run lint && npm run test",
- "test": "npm run generate && jest",
- "test-ci": "npm run lint && npm run test && codecov",
- "update-authors": "git log --format=\"%aN <%aE>\" | sort -f | uniq > AUTHORS"
- },
- "license": "MIT",
- "engines": {
- "node": ">=8"
- }
-}