diff --git a/node_modules/.bin/ncp b/node_modules/.bin/ncp deleted file mode 100644 index 96ff01e..0000000 --- a/node_modules/.bin/ncp +++ /dev/null @@ -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 diff --git a/node_modules/.bin/ncp b/node_modules/.bin/ncp new file mode 120000 index 0000000..1c02648 --- /dev/null +++ b/node_modules/.bin/ncp @@ -0,0 +1 @@ +../ncp/bin/ncp \ No newline at end of file diff --git a/node_modules/.bin/ncp.cmd b/node_modules/.bin/ncp.cmd deleted file mode 100644 index 5f57823..0000000 --- a/node_modules/.bin/ncp.cmd +++ /dev/null @@ -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" %* -) \ No newline at end of file diff --git a/node_modules/@types/ncp/package.json b/node_modules/@types/ncp/package.json index 334a1f1..650f240 100644 --- a/node_modules/@types/ncp/package.json +++ b/node_modules/@types/ncp/package.json @@ -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", diff --git a/node_modules/@types/node/package.json b/node_modules/@types/node/package.json index f29932a..b19087b 100644 --- a/node_modules/@types/node/package.json +++ b/node_modules/@types/node/package.json @@ -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" }, diff --git a/node_modules/ncp/bin/ncp b/node_modules/ncp/bin/ncp old mode 100644 new mode 100755 diff --git a/node_modules/ncp/package.json b/node_modules/ncp/package.json index cdfc63a..ab5b164 100644 --- a/node_modules/ncp/package.json +++ b/node_modules/ncp/package.json @@ -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",