mirror of
https://github.com/github/codeql-action.git
synced 2025-12-27 01:30:10 +08:00
30 lines
602 B
JSON
30 lines
602 B
JSON
{
|
|
"author": {
|
|
"name": "Nikita Vasilyev",
|
|
"email": "me@elv1s.ru"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/NV/CSSOM/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "CSS Object Model implementation and CSS parser",
|
|
"files": [
|
|
"lib/"
|
|
],
|
|
"homepage": "https://github.com/NV/CSSOM#readme",
|
|
"keywords": [
|
|
"CSS",
|
|
"CSSOM",
|
|
"parser",
|
|
"styleSheet"
|
|
],
|
|
"license": "MIT",
|
|
"main": "./lib/index.js",
|
|
"name": "cssom",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/NV/CSSOM.git"
|
|
},
|
|
"version": "0.4.4"
|
|
} |