Run npm install so have clear baseline

This commit is contained in:
Sam Partington
2020-06-24 12:07:13 +01:00
parent 6846c702da
commit 43c1bea680
403 changed files with 22000 additions and 7778 deletions

126
node_modules/readdirp/package.json generated vendored
View File

@@ -1,49 +1,56 @@
{
"name": "readdirp",
"description": "Recursive version of fs.readdir with streaming API.",
"version": "3.4.0",
"homepage": "https://github.com/paulmillr/readdirp",
"repository": {
"type": "git",
"url": "git://github.com/paulmillr/readdirp.git"
"_args": [
[
"readdirp@3.4.0",
"/Users/sam/code/codeql-action"
]
],
"_development": true,
"_from": "readdirp@3.4.0",
"_id": "readdirp@3.4.0",
"_inBundle": false,
"_integrity": "sha512-0xe001vZBnJEK+uKcj8qOhyAKPzIT+gStxWr3LCB0DwcXR5NZJ3IaC+yGnHCYzB/S7ov3m3EEbZI2zeNvX+hGQ==",
"_location": "/readdirp",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "readdirp@3.4.0",
"name": "readdirp",
"escapedName": "readdirp",
"rawSpec": "3.4.0",
"saveSpec": null,
"fetchSpec": "3.4.0"
},
"_requiredBy": [
"/chokidar"
],
"_resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.4.0.tgz",
"_spec": "3.4.0",
"_where": "/Users/sam/code/codeql-action",
"author": {
"name": "Thorsten Lorenz",
"email": "thlorenz@gmx.de",
"url": "thlorenz.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/paulmillr/readdirp/issues"
},
"author": "Thorsten Lorenz <thlorenz@gmx.de> (thlorenz.com)",
"contributors": [
"Thorsten Lorenz <thlorenz@gmx.de> (thlorenz.com)",
"Paul Miller (https://paulmillr.com)"
{
"name": "Thorsten Lorenz",
"email": "thlorenz@gmx.de",
"url": "thlorenz.com"
},
{
"name": "Paul Miller",
"url": "https://paulmillr.com"
}
],
"main": "index.js",
"engines": {
"node": ">=8.10.0"
},
"files": [
"index.js",
"index.d.ts"
],
"keywords": [
"recursive",
"fs",
"stream",
"streams",
"readdir",
"filesystem",
"find",
"filter"
],
"scripts": {
"dtslint": "dtslint",
"nyc": "nyc",
"mocha": "mocha --exit",
"lint": "eslint --report-unused-disable-directives --ignore-path .gitignore .",
"test": "npm run lint && nyc npm run mocha"
},
"dependencies": {
"picomatch": "^2.2.1"
},
"description": "Recursive version of fs.readdir with streaming API.",
"devDependencies": {
"@types/node": "^13",
"chai": "^4.2",
@@ -54,11 +61,8 @@
"nyc": "^15.0.0",
"rimraf": "^3.0.0"
},
"nyc": {
"reporter": [
"html",
"text"
]
"engines": {
"node": ">=8.10.0"
},
"eslintConfig": {
"root": true,
@@ -117,5 +121,41 @@
"single"
]
}
}
}
},
"files": [
"index.js",
"index.d.ts"
],
"homepage": "https://github.com/paulmillr/readdirp",
"keywords": [
"recursive",
"fs",
"stream",
"streams",
"readdir",
"filesystem",
"find",
"filter"
],
"license": "MIT",
"main": "index.js",
"name": "readdirp",
"nyc": {
"reporter": [
"html",
"text"
]
},
"repository": {
"type": "git",
"url": "git://github.com/paulmillr/readdirp.git"
},
"scripts": {
"dtslint": "dtslint",
"lint": "eslint --report-unused-disable-directives --ignore-path .gitignore .",
"mocha": "mocha --exit",
"nyc": "nyc",
"test": "npm run lint && nyc npm run mocha"
},
"version": "3.4.0"
}