Update node_modules
This commit is contained in:
parent
df22265ecc
commit
b3039485d4
15
node_modules/.bin/ncp
generated
vendored
15
node_modules/.bin/ncp
generated
vendored
|
@ -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
1
node_modules/.bin/ncp
generated
vendored
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
../ncp/bin/ncp
|
7
node_modules/.bin/ncp.cmd
generated
vendored
7
node_modules/.bin/ncp.cmd
generated
vendored
|
@ -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
24
node_modules/@types/ncp/package.json
generated
vendored
|
@ -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",
|
"_id": "@types/ncp@2.0.3",
|
||||||
"_inBundle": false,
|
"_inBundle": false,
|
||||||
"_integrity": "sha512-eZatZMWhPHUHY/1hUUqwGrWzBAE9deYR3L0QJMicpVkBUOrQslhWblw5Ye+rKuzvFG/UQ3jDolMcjhC2WKUQ5w==",
|
"_integrity": "sha512-eZatZMWhPHUHY/1hUUqwGrWzBAE9deYR3L0QJMicpVkBUOrQslhWblw5Ye+rKuzvFG/UQ3jDolMcjhC2WKUQ5w==",
|
||||||
"_location": "/@types/ncp",
|
"_location": "/@types/ncp",
|
||||||
"_phantomChildren": {},
|
"_phantomChildren": {},
|
||||||
"_requested": {
|
"_requested": {
|
||||||
"type": "tag",
|
"type": "version",
|
||||||
"registry": true,
|
"registry": true,
|
||||||
"raw": "@types/ncp",
|
"raw": "@types/ncp@2.0.3",
|
||||||
"name": "@types/ncp",
|
"name": "@types/ncp",
|
||||||
"escapedName": "@types%2fncp",
|
"escapedName": "@types%2fncp",
|
||||||
"scope": "@types",
|
"scope": "@types",
|
||||||
"rawSpec": "",
|
"rawSpec": "2.0.3",
|
||||||
"saveSpec": null,
|
"saveSpec": null,
|
||||||
"fetchSpec": "latest"
|
"fetchSpec": "2.0.3"
|
||||||
},
|
},
|
||||||
"_requiredBy": [
|
"_requiredBy": [
|
||||||
"#USER",
|
|
||||||
"/"
|
"/"
|
||||||
],
|
],
|
||||||
"_resolved": "https://registry.npmjs.org/@types/ncp/-/ncp-2.0.3.tgz",
|
"_resolved": "https://registry.npmjs.org/@types/ncp/-/ncp-2.0.3.tgz",
|
||||||
"_shasum": "68429472698a68f2c85a984932e9d8014d5f2ed0",
|
"_spec": "2.0.3",
|
||||||
"_spec": "@types/ncp",
|
"_where": "/home/runner/work/ghaction-github-pages/ghaction-github-pages",
|
||||||
"_where": "X:\\dev\\neard\\www\\github\\ghaction\\ghaction-github-pages",
|
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues"
|
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues"
|
||||||
},
|
},
|
||||||
"bundleDependencies": false,
|
|
||||||
"contributors": [
|
"contributors": [
|
||||||
{
|
{
|
||||||
"name": "Bart van der Schoor",
|
"name": "Bart van der Schoor",
|
||||||
|
@ -45,7 +48,6 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@types/node": "*"
|
"@types/node": "*"
|
||||||
},
|
},
|
||||||
"deprecated": false,
|
|
||||||
"description": "TypeScript definitions for ncp",
|
"description": "TypeScript definitions for ncp",
|
||||||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped#readme",
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped#readme",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|
8
node_modules/@types/node/package.json
generated
vendored
8
node_modules/@types/node/package.json
generated
vendored
|
@ -2,10 +2,9 @@
|
||||||
"_args": [
|
"_args": [
|
||||||
[
|
[
|
||||||
"@types/node@12.12.7",
|
"@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",
|
"_from": "@types/node@12.12.7",
|
||||||
"_id": "@types/node@12.12.7",
|
"_id": "@types/node@12.12.7",
|
||||||
"_inBundle": false,
|
"_inBundle": false,
|
||||||
|
@ -24,11 +23,12 @@
|
||||||
"fetchSpec": "12.12.7"
|
"fetchSpec": "12.12.7"
|
||||||
},
|
},
|
||||||
"_requiredBy": [
|
"_requiredBy": [
|
||||||
"#DEV:/"
|
"#DEV:/",
|
||||||
|
"/@types/ncp"
|
||||||
],
|
],
|
||||||
"_resolved": "https://registry.npmjs.org/@types/node/-/node-12.12.7.tgz",
|
"_resolved": "https://registry.npmjs.org/@types/node/-/node-12.12.7.tgz",
|
||||||
"_spec": "12.12.7",
|
"_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": {
|
"bugs": {
|
||||||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues"
|
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues"
|
||||||
},
|
},
|
||||||
|
|
0
node_modules/ncp/bin/ncp
generated
vendored
Normal file → Executable file
0
node_modules/ncp/bin/ncp
generated
vendored
Normal file → Executable file
24
node_modules/ncp/package.json
generated
vendored
24
node_modules/ncp/package.json
generated
vendored
|
@ -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",
|
"_id": "ncp@2.0.0",
|
||||||
"_inBundle": false,
|
"_inBundle": false,
|
||||||
"_integrity": "sha1-GVoh1sRuNh0vsSgbo4uR6d9727M=",
|
"_integrity": "sha1-GVoh1sRuNh0vsSgbo4uR6d9727M=",
|
||||||
"_location": "/ncp",
|
"_location": "/ncp",
|
||||||
"_phantomChildren": {},
|
"_phantomChildren": {},
|
||||||
"_requested": {
|
"_requested": {
|
||||||
"type": "range",
|
"type": "version",
|
||||||
"registry": true,
|
"registry": true,
|
||||||
"raw": "ncp@^2.0.0",
|
"raw": "ncp@2.0.0",
|
||||||
"name": "ncp",
|
"name": "ncp",
|
||||||
"escapedName": "ncp",
|
"escapedName": "ncp",
|
||||||
"rawSpec": "^2.0.0",
|
"rawSpec": "2.0.0",
|
||||||
"saveSpec": null,
|
"saveSpec": null,
|
||||||
"fetchSpec": "^2.0.0"
|
"fetchSpec": "2.0.0"
|
||||||
},
|
},
|
||||||
"_requiredBy": [
|
"_requiredBy": [
|
||||||
"#USER",
|
|
||||||
"/"
|
"/"
|
||||||
],
|
],
|
||||||
"_resolved": "https://registry.npmjs.org/ncp/-/ncp-2.0.0.tgz",
|
"_resolved": "https://registry.npmjs.org/ncp/-/ncp-2.0.0.tgz",
|
||||||
"_shasum": "195a21d6c46e361d2fb1281ba38b91e9df7bdbb3",
|
"_spec": "2.0.0",
|
||||||
"_spec": "ncp@^2.0.0",
|
"_where": "/home/runner/work/ghaction-github-pages/ghaction-github-pages",
|
||||||
"_where": "X:\\dev\\neard\\www\\github\\ghaction\\ghaction-github-pages",
|
|
||||||
"author": {
|
"author": {
|
||||||
"name": "AvianFlu",
|
"name": "AvianFlu",
|
||||||
"email": "charlie@charlieistheman.com"
|
"email": "charlie@charlieistheman.com"
|
||||||
|
@ -33,8 +37,6 @@
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/AvianFlu/ncp/issues"
|
"url": "https://github.com/AvianFlu/ncp/issues"
|
||||||
},
|
},
|
||||||
"bundleDependencies": false,
|
|
||||||
"deprecated": false,
|
|
||||||
"description": "Asynchronous recursive file copy utility.",
|
"description": "Asynchronous recursive file copy utility.",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"mocha": "1.15.x",
|
"mocha": "1.15.x",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user