Install yarn

This commit is contained in:
Jay Trees 2022-04-08 12:55:35 +02:00
parent 0453e84836
commit 1fde8a81be
1927 changed files with 82144 additions and 83317 deletions

15
node_modules/rechoir/node_modules/.bin/resolve generated vendored Normal file
View file

@ -0,0 +1,15 @@
#!/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/../../../resolve/bin/resolve" "$@"
ret=$?
else
node "$basedir/../../../resolve/bin/resolve" "$@"
ret=$?
fi
exit $ret

7
node_modules/rechoir/node_modules/.bin/resolve.cmd generated vendored Normal file
View file

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

72
node_modules/rechoir/package.json generated vendored
View file

@ -1,43 +1,35 @@
{
"_args": [
[
"rechoir@0.6.2",
"F:\\laragon\\www\\wishthis"
]
],
"_from": "rechoir@0.6.2",
"_id": "rechoir@0.6.2",
"_inBundle": false,
"_integrity": "sha1-hSBLVNuoLVdC4oyWdW70OvUOM4Q=",
"_location": "/rechoir",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "rechoir@0.6.2",
"name": "rechoir",
"escapedName": "rechoir",
"rawSpec": "0.6.2",
"saveSpec": null,
"fetchSpec": "0.6.2"
},
"_requiredBy": [
"/liftoff"
],
"_resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.6.2.tgz",
"_spec": "0.6.2",
"_where": "F:\\laragon\\www\\wishthis",
"name": "rechoir",
"description": "Require any supported file as a node module.",
"version": "0.6.2",
"homepage": "https://github.com/tkellen/node-rechoir",
"author": {
"name": "Tyler Kellen",
"url": "http://goingslowly.com/"
},
"repository": {
"type": "git",
"url": "git://github.com/tkellen/node-rechoir.git"
},
"bugs": {
"url": "https://github.com/tkellen/node-rechoir/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/tkellen/node-rechoir/blob/master/LICENSE"
}
],
"main": "index.js",
"engines": {
"node": ">= 0.10"
},
"scripts": {
"test": "mocha -R spec test/index.js"
},
"dependencies": {
"resolve": "^1.1.6"
},
"description": "Require any supported file as a node module.",
"devDependencies": {
"babel": "^5.4.3",
"chai": "^2.3.0",
@ -61,10 +53,6 @@
"toml-require": "^1.0.1",
"typescript-register": "^1.1.0"
},
"engines": {
"node": ">= 0.10"
},
"homepage": "https://github.com/tkellen/node-rechoir",
"keywords": [
"require",
"cjsx",
@ -96,21 +84,5 @@
"xml",
"yaml",
"yml"
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/tkellen/node-rechoir/blob/master/LICENSE"
}
],
"main": "index.js",
"name": "rechoir",
"repository": {
"type": "git",
"url": "git://github.com/tkellen/node-rechoir.git"
},
"scripts": {
"test": "mocha -R spec test/index.js"
},
"version": "0.6.2"
]
}