mirror of
https://github.com/actions/setup-node.git
synced 2025-04-22 17:26:27 +00:00
28 lines
No EOL
648 B
JSON
28 lines
No EOL
648 B
JSON
{
|
|
"name": "cssom",
|
|
"description": "CSS Object Model implementation and CSS parser",
|
|
"keywords": [
|
|
"CSS",
|
|
"CSSOM",
|
|
"parser",
|
|
"styleSheet"
|
|
],
|
|
"version": "0.3.6",
|
|
"author": "Nikita Vasilyev <me@elv1s.ru>",
|
|
"repository": "NV/CSSOM",
|
|
"files": [
|
|
"lib/"
|
|
],
|
|
"main": "./lib/index.js",
|
|
"devDependencies": {
|
|
"jake": "~0.7.3"
|
|
},
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"prepublish": "jake lib/index.js"
|
|
}
|
|
|
|
,"_resolved": "https://registry.npmjs.org/cssom/-/cssom-0.3.6.tgz"
|
|
,"_integrity": "sha512-DtUeseGk9/GBW0hl0vVPpU22iHL6YB5BUX7ml1hB+GMpo0NX5G4voX3kdWiMSEguFtcW3Vh3djqNF4aIe6ne0A=="
|
|
,"_from": "cssom@0.3.6"
|
|
} |