Add node modules and new code for release (#39)

Co-authored-by: tbarnes94 <tbarnes94@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2022-01-05 11:26:06 -05:00
committed by GitHub
parent a10d84bc2e
commit 7ad2aa66bb
7655 changed files with 1763577 additions and 14 deletions

44
node_modules/node-modules-regexp/package.json generated vendored Normal file
View File

@@ -0,0 +1,44 @@
{
"name": "node-modules-regexp",
"version": "1.0.0",
"description": "A regular expression for file paths that contain a `node_modules` folder.",
"license": "MIT",
"repository": "jamestalmage/node-modules-regexp",
"author": {
"name": "James Talmage",
"email": "james@talmage.io",
"url": "github.com/jamestalmage"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"index.js"
],
"keywords": [
"node_modules",
"regular expression",
"regular expressions",
"regular",
"expression",
"expressions",
"exclude",
"include",
"ignore",
"node",
"module"
],
"dependencies": {},
"devDependencies": {
"ava": "^0.7.0",
"xo": "^0.11.2"
},
"xo": {
"ignores": [
"test.js"
]
}
}