jstransformer-verbatim
Version:
A transformer that acts as a pass-through.
33 lines (32 loc) • 722 B
JSON
{
"name": "jstransformer-verbatim",
"version": "1.1.1",
"description": "A transformer that acts as a pass-through.",
"keywords": [
"jstransformer"
],
"files": [
"index.js"
],
"devDependencies": {
"test-jstransformer": "^1.0.0",
"xo": "^0.17.1"
},
"scripts": {
"coverage": "test-jstransformer coverage",
"test": "test-jstransformer",
"posttest": "xo --space --no-semicolon index.js"
},
"engines": {
"node": ">=4"
},
"repository": {
"type": "git",
"url": "https://github.com/jstransformers/jstransformer-verbatim.git"
},
"author": {
"name": "JSTransformers Team",
"url": "http://github.com/orgs/jstransformers/people"
},
"license": "MIT"
}