Update node_modules

This commit is contained in:
crazy-max 2019-11-15 14:57:57 +00:00
parent df22265ecc
commit b3039485d4
6 changed files with 31 additions and 48 deletions

15
node_modules/.bin/ncp generated vendored
View File

@ -1,15 +0,0 @@
#!/bin/sh
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
case `uname` in
*CYGWIN*) basedir=`cygpath -w "$basedir"`;;
esac
if [ -x "$basedir/node" ]; then
"$basedir/node" "$basedir/../ncp/bin/ncp" "$@"
ret=$?
else
node "$basedir/../ncp/bin/ncp" "$@"
ret=$?
fi
exit $ret

1
node_modules/.bin/ncp generated vendored Symbolic link
View File

@ -0,0 +1 @@
../ncp/bin/ncp

7
node_modules/.bin/ncp.cmd generated vendored
View File

@ -1,7 +0,0 @@
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\ncp\bin\ncp" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\ncp\bin\ncp" %*
)

24
node_modules/@types/ncp/package.json generated vendored
View File

@ -1,33 +1,36 @@
{
"_from": "@types/ncp",
"_args": [
[
"@types/ncp@2.0.3",
"/home/runner/work/ghaction-github-pages/ghaction-github-pages"
]
],
"_from": "@types/ncp@2.0.3",
"_id": "@types/ncp@2.0.3",
"_inBundle": false,
"_integrity": "sha512-eZatZMWhPHUHY/1hUUqwGrWzBAE9deYR3L0QJMicpVkBUOrQslhWblw5Ye+rKuzvFG/UQ3jDolMcjhC2WKUQ5w==",
"_location": "/@types/ncp",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"type": "version",
"registry": true,
"raw": "@types/ncp",
"raw": "@types/ncp@2.0.3",
"name": "@types/ncp",
"escapedName": "@types%2fncp",
"scope": "@types",
"rawSpec": "",
"rawSpec": "2.0.3",
"saveSpec": null,
"fetchSpec": "latest"
"fetchSpec": "2.0.3"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/@types/ncp/-/ncp-2.0.3.tgz",
"_shasum": "68429472698a68f2c85a984932e9d8014d5f2ed0",
"_spec": "@types/ncp",
"_where": "X:\\dev\\neard\\www\\github\\ghaction\\ghaction-github-pages",
"_spec": "2.0.3",
"_where": "/home/runner/work/ghaction-github-pages/ghaction-github-pages",
"bugs": {
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Bart van der Schoor",
@ -45,7 +48,6 @@
"dependencies": {
"@types/node": "*"
},
"deprecated": false,
"description": "TypeScript definitions for ncp",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped#readme",
"license": "MIT",

View File

@ -2,10 +2,9 @@
"_args": [
[
"@types/node@12.12.7",
"X:\\dev\\neard\\www\\github\\ghaction\\ghaction-github-pages"
"/home/runner/work/ghaction-github-pages/ghaction-github-pages"
]
],
"_development": true,
"_from": "@types/node@12.12.7",
"_id": "@types/node@12.12.7",
"_inBundle": false,
@ -24,11 +23,12 @@
"fetchSpec": "12.12.7"
},
"_requiredBy": [
"#DEV:/"
"#DEV:/",
"/@types/ncp"
],
"_resolved": "https://registry.npmjs.org/@types/node/-/node-12.12.7.tgz",
"_spec": "12.12.7",
"_where": "X:\\dev\\neard\\www\\github\\ghaction\\ghaction-github-pages",
"_where": "/home/runner/work/ghaction-github-pages/ghaction-github-pages",
"bugs": {
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues"
},

0
node_modules/ncp/bin/ncp generated vendored Normal file → Executable file
View File

24
node_modules/ncp/package.json generated vendored
View File

@ -1,28 +1,32 @@
{
"_from": "ncp@^2.0.0",
"_args": [
[
"ncp@2.0.0",
"/home/runner/work/ghaction-github-pages/ghaction-github-pages"
]
],
"_from": "ncp@2.0.0",
"_id": "ncp@2.0.0",
"_inBundle": false,
"_integrity": "sha1-GVoh1sRuNh0vsSgbo4uR6d9727M=",
"_location": "/ncp",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "ncp@^2.0.0",
"raw": "ncp@2.0.0",
"name": "ncp",
"escapedName": "ncp",
"rawSpec": "^2.0.0",
"rawSpec": "2.0.0",
"saveSpec": null,
"fetchSpec": "^2.0.0"
"fetchSpec": "2.0.0"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/ncp/-/ncp-2.0.0.tgz",
"_shasum": "195a21d6c46e361d2fb1281ba38b91e9df7bdbb3",
"_spec": "ncp@^2.0.0",
"_where": "X:\\dev\\neard\\www\\github\\ghaction\\ghaction-github-pages",
"_spec": "2.0.0",
"_where": "/home/runner/work/ghaction-github-pages/ghaction-github-pages",
"author": {
"name": "AvianFlu",
"email": "charlie@charlieistheman.com"
@ -33,8 +37,6 @@
"bugs": {
"url": "https://github.com/AvianFlu/ncp/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Asynchronous recursive file copy utility.",
"devDependencies": {
"mocha": "1.15.x",