Initial commit (from f5274cbdce4ae7c9e4b937dcdf95ac70ae436d5f)

This commit is contained in:
anaarmas 2020-04-28 16:46:47 +02:00
commit 28ccc3db2d
13974 changed files with 2618436 additions and 0 deletions

39
node_modules/strip-eof/package.json generated vendored Normal file
View file

@ -0,0 +1,39 @@
{
"name": "strip-eof",
"version": "1.0.0",
"description": "Strip the End-Of-File (EOF) character from a string/buffer",
"license": "MIT",
"repository": "sindresorhus/strip-eof",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"index.js"
],
"keywords": [
"strip",
"trim",
"remove",
"delete",
"eof",
"end",
"file",
"newline",
"linebreak",
"character",
"string",
"buffer"
],
"devDependencies": {
"ava": "*",
"xo": "*"
}
}