UNPKG

rocambole-whitespace

Version:
35 lines (34 loc) 888 B
{ "name": "rocambole-whitespace", "version": "1.0.0", "description": "helpers for rocambole AST whitespace manipulation", "main": "rocambole-whitespace.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/millermedeiros/rocambole-whitespace.git" }, "keywords": [ "esformatter", "rocambole", "whitespace", "ast" ], "author": "Miller Medeiros <contact@millermedeiros.com> (http://millermedeiros.com)", "license": "MIT", "bugs": { "url": "https://github.com/millermedeiros/rocambole-whitespace/issues" }, "homepage": "https://github.com/millermedeiros/rocambole-whitespace", "dependencies": { "debug": "^2.1.3", "repeat-string": "^1.5.0", "rocambole-token": "^1.2.1" }, "jshintConfig": { "node": true, "eqnull": true } }