Sam Partington
2020-06-26 16:27:11 +01:00
parent ee4cc86b19
commit 6afe41036b
416 changed files with 8183 additions and 24278 deletions

View File

@@ -1,72 +1,27 @@
{
"_args": [
[
"globby@10.0.2",
"/Users/sam/code/codeql-action"
]
],
"_development": true,
"_from": "globby@10.0.2",
"_id": "globby@10.0.2",
"_inBundle": false,
"_integrity": "sha512-7dUi7RvCoT/xast/o/dLN53oqND4yk0nsHkhRgn9w65C4PofCLOoJ39iSOg+qVDdWQPIEj+eszMHQ+aLVwwQSg==",
"_location": "/del/globby",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "globby@10.0.2",
"name": "globby",
"escapedName": "globby",
"rawSpec": "10.0.2",
"saveSpec": null,
"fetchSpec": "10.0.2"
},
"_requiredBy": [
"/del"
],
"_resolved": "https://registry.npmjs.org/globby/-/globby-10.0.2.tgz",
"_spec": "10.0.2",
"_where": "/Users/sam/code/codeql-action",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/globby/issues"
},
"dependencies": {
"@types/glob": "^7.1.1",
"array-union": "^2.1.0",
"dir-glob": "^3.0.1",
"fast-glob": "^3.0.3",
"glob": "^7.1.3",
"ignore": "^5.1.1",
"merge2": "^1.2.3",
"slash": "^3.0.0"
},
"name": "globby",
"version": "10.0.2",
"description": "Extends `glob` with support for multiple patterns and exposes a Promise API",
"devDependencies": {
"ava": "^2.1.0",
"get-stream": "^5.1.0",
"glob-stream": "^6.1.0",
"globby": "github:sindresorhus/globby#master",
"matcha": "^0.7.0",
"rimraf": "^2.6.3",
"tsd": "^0.7.3",
"xo": "^0.24.0"
"license": "MIT",
"repository": "sindresorhus/globby",
"author": {
"email": "sindresorhus@gmail.com",
"name": "Sindre Sorhus",
"url": "sindresorhus.com"
},
"engines": {
"node": ">=8"
},
"scripts": {
"bench": "npm update glob-stream fast-glob && matcha bench.js",
"test": "xo && ava && tsd"
},
"files": [
"index.js",
"gitignore.js",
"index.d.ts",
"stream-utils.js"
],
"homepage": "https://github.com/sindresorhus/globby#readme",
"keywords": [
"all",
"array",
@@ -100,20 +55,29 @@
"gitignore",
"git"
],
"license": "MIT",
"name": "globby",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/globby.git"
"dependencies": {
"@types/glob": "^7.1.1",
"array-union": "^2.1.0",
"dir-glob": "^3.0.1",
"fast-glob": "^3.0.3",
"glob": "^7.1.3",
"ignore": "^5.1.1",
"merge2": "^1.2.3",
"slash": "^3.0.0"
},
"scripts": {
"bench": "npm update glob-stream fast-glob && matcha bench.js",
"test": "xo && ava && tsd"
"devDependencies": {
"ava": "^2.1.0",
"get-stream": "^5.1.0",
"glob-stream": "^6.1.0",
"globby": "sindresorhus/globby#master",
"matcha": "^0.7.0",
"rimraf": "^2.6.3",
"tsd": "^0.7.3",
"xo": "^0.24.0"
},
"version": "10.0.2",
"xo": {
"ignores": [
"fixtures"
]
}
}
}

View File

@@ -1,62 +1,24 @@
{
"_args": [
[
"p-map@3.0.0",
"/Users/sam/code/codeql-action"
]
],
"_development": true,
"_from": "p-map@3.0.0",
"_id": "p-map@3.0.0",
"_inBundle": false,
"_integrity": "sha512-d3qXVTF/s+W+CdJ5A29wywV2n8CQQYahlgz2bFiA+4eVNJbHJodPZ+/gXwPGh0bOqA+j8S+6+ckmvLGPk1QpxQ==",
"_location": "/del/p-map",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "p-map@3.0.0",
"name": "p-map",
"escapedName": "p-map",
"rawSpec": "3.0.0",
"saveSpec": null,
"fetchSpec": "3.0.0"
},
"_requiredBy": [
"/del"
],
"_resolved": "https://registry.npmjs.org/p-map/-/p-map-3.0.0.tgz",
"_spec": "3.0.0",
"_where": "/Users/sam/code/codeql-action",
"name": "p-map",
"version": "3.0.0",
"description": "Map over promises concurrently",
"license": "MIT",
"repository": "sindresorhus/p-map",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/p-map/issues"
},
"dependencies": {
"aggregate-error": "^3.0.0"
},
"description": "Map over promises concurrently",
"devDependencies": {
"ava": "^2.2.0",
"delay": "^4.1.0",
"in-range": "^2.0.0",
"random-int": "^2.0.0",
"time-span": "^3.1.0",
"tsd": "^0.7.2",
"xo": "^0.24.0"
},
"engines": {
"node": ">=8"
},
"scripts": {
"test": "xo && ava && tsd"
},
"files": [
"index.js",
"index.d.ts"
],
"homepage": "https://github.com/sindresorhus/p-map#readme",
"keywords": [
"promise",
"map",
@@ -75,14 +37,16 @@
"parallel",
"bluebird"
],
"license": "MIT",
"name": "p-map",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/p-map.git"
"dependencies": {
"aggregate-error": "^3.0.0"
},
"scripts": {
"test": "xo && ava && tsd"
},
"version": "3.0.0"
}
"devDependencies": {
"ava": "^2.2.0",
"delay": "^4.1.0",
"in-range": "^2.0.0",
"random-int": "^2.0.0",
"time-span": "^3.1.0",
"tsd": "^0.7.2",
"xo": "^0.24.0"
}
}

100
node_modules/del/package.json generated vendored
View File

@@ -1,78 +1,25 @@
{
"_args": [
[
"del@5.1.0",
"/Users/sam/code/codeql-action"
]
],
"_development": true,
"_from": "del@5.1.0",
"_id": "del@5.1.0",
"_inBundle": false,
"_integrity": "sha512-wH9xOVHnczo9jN2IW68BabcecVPxacIA3g/7z6vhSU/4stOKQzeCRK0yD0A24WiAAUJmmVpWqrERcTxnLo3AnA==",
"_location": "/del",
"_phantomChildren": {
"@types/glob": "7.1.1",
"aggregate-error": "3.0.1",
"array-union": "2.1.0",
"dir-glob": "3.0.1",
"fast-glob": "3.2.2",
"glob": "7.1.6",
"ignore": "5.1.4",
"merge2": "1.3.0",
"slash": "3.0.0"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "del@5.1.0",
"name": "del",
"escapedName": "del",
"rawSpec": "5.1.0",
"saveSpec": null,
"fetchSpec": "5.1.0"
},
"_requiredBy": [
"/ava"
],
"_resolved": "https://registry.npmjs.org/del/-/del-5.1.0.tgz",
"_spec": "5.1.0",
"_where": "/Users/sam/code/codeql-action",
"name": "del",
"version": "5.1.0",
"description": "Delete files and directories",
"license": "MIT",
"repository": "sindresorhus/del",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/del/issues"
},
"dependencies": {
"globby": "^10.0.1",
"graceful-fs": "^4.2.2",
"is-glob": "^4.0.1",
"is-path-cwd": "^2.2.0",
"is-path-inside": "^3.0.1",
"p-map": "^3.0.0",
"rimraf": "^3.0.0",
"slash": "^3.0.0"
},
"description": "Delete files and directories",
"devDependencies": {
"ava": "^2.3.0",
"benchmark": "^2.1.4",
"make-dir": "^3.0.0",
"tempy": "^0.3.0",
"tsd": "^0.7.4",
"xo": "^0.24.0"
},
"engines": {
"node": ">=8"
},
"scripts": {
"test": "xo && ava && tsd",
"bench": "node benchmark.js"
},
"files": [
"index.js",
"index.d.ts"
],
"homepage": "https://github.com/sindresorhus/del#readme",
"keywords": [
"delete",
"files",
@@ -97,15 +44,22 @@
"fs",
"filesystem"
],
"license": "MIT",
"name": "del",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/del.git"
"dependencies": {
"globby": "^10.0.1",
"graceful-fs": "^4.2.2",
"is-glob": "^4.0.1",
"is-path-cwd": "^2.2.0",
"is-path-inside": "^3.0.1",
"p-map": "^3.0.0",
"rimraf": "^3.0.0",
"slash": "^3.0.0"
},
"scripts": {
"bench": "node benchmark.js",
"test": "xo && ava && tsd"
},
"version": "5.1.0"
}
"devDependencies": {
"ava": "^2.3.0",
"benchmark": "^2.1.4",
"make-dir": "^3.0.0",
"tempy": "^0.3.0",
"tsd": "^0.7.4",
"xo": "^0.24.0"
}
}