urltomarkdown/node_modules/cssom/package.json

19 lines
337 B
JSON
Raw Normal View History

2022-01-08 17:05:05 +00:00
{
2022-01-08 17:17:05 +00:00
"name": "cssom",
2022-01-08 17:05:05 +00:00
"description": "CSS Object Model implementation and CSS parser",
"keywords": [
"CSS",
"CSSOM",
"parser",
"styleSheet"
],
2022-01-08 17:17:05 +00:00
"version": "0.4.4",
"author": "Nikita Vasilyev <me@elv1s.ru>",
"repository": "NV/CSSOM",
"files": [
"lib/"
],
2022-01-08 17:05:05 +00:00
"main": "./lib/index.js",
2022-01-08 17:17:05 +00:00
"license": "MIT"
2022-01-08 17:05:05 +00:00
}