UNPKG

css-tokenize

Version:
35 lines (34 loc) 780 B
{ "name": "css-tokenize", "version": "1.0.1", "description": "Transform stream that tokenizes CSS", "main": "index.js", "scripts": { "test": "tape test/*.js" }, "repository": { "type": "git", "url": "https://github.com/anandthakker/css-tokenize.git" }, "keywords": [ "css", "tokenize", "parse", "stream", "streaming" ], "author": "Anand Thakker <vestibule@anandthakker.net> (http://anandthakker.net)", "license": "MIT", "bugs": { "url": "https://github.com/anandthakker/css-tokenize/issues" }, "homepage": "https://github.com/anandthakker/css-tokenize", "devDependencies": { "tape": "^3.0.3", "through2": "^0.6.3" }, "dependencies": { "inherits": "^2.0.1", "readable-stream": "^1.0.33" } }