UNPKG

@dpwolfe/dos2unix

Version:

A Node.js module to convert text files with DOS line breaks to Unix line breaks, i.e. like using `dos2unix`.

51 lines (50 loc) 1.22 kB
{ "name": "@dpwolfe/dos2unix", "description": "A Node.js module to convert text files with DOS line breaks to Unix line breaks, i.e. like using `dos2unix`.", "version": "1.1.3", "homepage": "https://github.com/JamesMGreene/node-dos2unix", "author": "James M. Greene <james.m.greene@gmail.com> (http://jamesgreene.net/)", "repository": { "type": "git", "url": "git://github.com/JamesMGreene/node-dos2unix.git" }, "bugs": { "url": "https://github.com/JamesMGreene/node-dos2unix/issues" }, "license": "MIT", "main": "index", "bin": { "nodedos2unix": "./bin/nodedos2unix" }, "engines": { "node": ">= 0.10.0", "npm" : ">= 2.7.4" }, "scripts": { "test": "grunt travis --verbose" }, "dependencies": { "async": "^1.2.1", "glob": "^5.0.10", "readable-stream": "^1.0.33", "node.extend": "^1.1.5", "optimist": "^0.6.1" }, "devDependencies": { "grunt-contrib-jshint": "^0.11.2", "grunt-contrib-nodeunit": "^0.4.1", "grunt": "^0.4.5", "fs-extra": "^0.18.4" }, "keywords": [ "dos2unix", "unix2dos", "crlf", "lf", "carriage return", "line feed", "newline", "new line", "line endings" ] }