jstransformer-css
Advanced tools
| repo_token: Z6HA0iYQyCBPnDgoz0xQw26ScJHGPbvt2 |
+4
-1
| ## v0.0.0 / April 3, 2015 | ||
| - first commits | ||
| - npm@v0.1.0 | ||
| ## v0.0.0 / April 3, 2015 | ||
| - first commits / npm@v0.0.0 |
+1
-1
| { | ||
| "name": "jstransformer-css", | ||
| "version": "0.0.0", | ||
| "version": "0.1.0", | ||
| "description": "Transform CSS to JSON AST using `reworkcss/css`.", | ||
@@ -5,0 +5,0 @@ "scripts": { |
+13
-2
@@ -16,7 +16,18 @@ ## [![npm][npmjs-img]][npmjs-url] [![mit license][license-img]][license-url] [![build status][travis-img]][travis-url] [![coverage status][coveralls-img]][coveralls-url] [![deps status][daviddm-img]][daviddm-url] | ||
| ```js | ||
| var jstransformerCss = require('jstransformer-css'); | ||
| var css = require('jstransformer-css'); | ||
| css.render('body {\n font-size: 12px;\n}'); | ||
| //=> json abstract syntax tree | ||
| ``` | ||
| ## API / CLI | ||
| ## Related | ||
| - [blink](http://blinkjs.github.io/blink): Blink converts Node.js modules into CSS and provides a CSS Authoring Framework, with BEM support. | ||
| - [absurd](http://absurdjs.com/): JavaScript library with superpowers - http://absurdjs.com/ | ||
| - [css](https://github.com/reworkcss/css): CSS parser / stringifier | ||
| - [rework](https://github.com/reworkcss/rework): Plugin framework for CSS preprocessing | ||
| - [gonzales](http://github.com/css/gonzales): Gonzales — fast CSS parser | ||
| - [postcss](https://github.com/postcss/postcss): Tool for transforming CSS with JS plugins | ||
| - [cssp](http://github.com/css/cssp): CSSP — Ometa-JS based CSS parser | ||
| - [cssom](https://github.com/NV/CSSOM): CSS Object Model implementation and CSS parser | ||
@@ -23,0 +34,0 @@ |
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
12783
7.37%15
7.14%73
17.74%