| @ -1,6 +1,11 @@ | |||
| export default { | |||
| // baseUrl : 'http://127.0.0.1:8000', | |||
| // baseUrl: 'https://api.book118.com', | |||
| <<<<<<< HEAD | |||
| baseUrl:'https://houserent-admin.hhlm1688.com' | |||
| // baseUrl:'http://h5.xzaiyp.top' | |||
| ======= | |||
| // baseUrl:'https://houserent-admin.hhlm1688.com' | |||
| baseUrl:'http://h5.xzaiyp.top' | |||
| >>>>>>> 601be7eea191cf9a0655626cd6f7f00e28a5200e | |||
| } | |||
| @ -1,17 +1,7 @@ | |||
| @ECHO off | |||
| SETLOCAL | |||
| CALL :find_dp0 | |||
| IF EXIST "%dp0%\node.exe" ( | |||
| SET "_prog=%dp0%\node.exe" | |||
| @IF EXIST "%~dp0\node.exe" ( | |||
| "%~dp0\node.exe" "%~dp0\..\acorn\bin\acorn" %* | |||
| ) ELSE ( | |||
| SET "_prog=node" | |||
| SET PATHEXT=%PATHEXT:;.JS;=;% | |||
| ) | |||
| "%_prog%" "%dp0%\..\acorn\bin\acorn" %* | |||
| ENDLOCAL | |||
| EXIT /b %errorlevel% | |||
| :find_dp0 | |||
| SET dp0=%~dp0 | |||
| EXIT /b | |||
| @SETLOCAL | |||
| @SET PATHEXT=%PATHEXT:;.JS;=;% | |||
| node "%~dp0\..\acorn\bin\acorn" %* | |||
| ) | |||
| @ -1,18 +0,0 @@ | |||
| #!/usr/bin/env pwsh | |||
| $basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent | |||
| $exe="" | |||
| if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) { | |||
| # Fix case when both the Windows and Linux builds of Node | |||
| # are installed in the same directory | |||
| $exe=".exe" | |||
| } | |||
| $ret=0 | |||
| if (Test-Path "$basedir/node$exe") { | |||
| & "$basedir/node$exe" "$basedir/../acorn/bin/acorn" $args | |||
| $ret=$LASTEXITCODE | |||
| } else { | |||
| & "node$exe" "$basedir/../acorn/bin/acorn" $args | |||
| $ret=$LASTEXITCODE | |||
| } | |||
| exit $ret | |||
| @ -1,17 +1,7 @@ | |||
| @ECHO off | |||
| SETLOCAL | |||
| CALL :find_dp0 | |||
| IF EXIST "%dp0%\node.exe" ( | |||
| SET "_prog=%dp0%\node.exe" | |||
| @IF EXIST "%~dp0\node.exe" ( | |||
| "%~dp0\node.exe" "%~dp0\..\eslint\bin\eslint.js" %* | |||
| ) ELSE ( | |||
| SET "_prog=node" | |||
| SET PATHEXT=%PATHEXT:;.JS;=;% | |||
| ) | |||
| "%_prog%" "%dp0%\..\eslint\bin\eslint.js" %* | |||
| ENDLOCAL | |||
| EXIT /b %errorlevel% | |||
| :find_dp0 | |||
| SET dp0=%~dp0 | |||
| EXIT /b | |||
| @SETLOCAL | |||
| @SET PATHEXT=%PATHEXT:;.JS;=;% | |||
| node "%~dp0\..\eslint\bin\eslint.js" %* | |||
| ) | |||
| @ -1,18 +0,0 @@ | |||
| #!/usr/bin/env pwsh | |||
| $basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent | |||
| $exe="" | |||
| if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) { | |||
| # Fix case when both the Windows and Linux builds of Node | |||
| # are installed in the same directory | |||
| $exe=".exe" | |||
| } | |||
| $ret=0 | |||
| if (Test-Path "$basedir/node$exe") { | |||
| & "$basedir/node$exe" "$basedir/../eslint/bin/eslint.js" $args | |||
| $ret=$LASTEXITCODE | |||
| } else { | |||
| & "node$exe" "$basedir/../eslint/bin/eslint.js" $args | |||
| $ret=$LASTEXITCODE | |||
| } | |||
| exit $ret | |||
| @ -1,17 +1,7 @@ | |||
| @ECHO off | |||
| SETLOCAL | |||
| CALL :find_dp0 | |||
| IF EXIST "%dp0%\node.exe" ( | |||
| SET "_prog=%dp0%\node.exe" | |||
| @IF EXIST "%~dp0\node.exe" ( | |||
| "%~dp0\node.exe" "%~dp0\..\js-yaml\bin\js-yaml.js" %* | |||
| ) ELSE ( | |||
| SET "_prog=node" | |||
| SET PATHEXT=%PATHEXT:;.JS;=;% | |||
| ) | |||
| "%_prog%" "%dp0%\..\js-yaml\bin\js-yaml.js" %* | |||
| ENDLOCAL | |||
| EXIT /b %errorlevel% | |||
| :find_dp0 | |||
| SET dp0=%~dp0 | |||
| EXIT /b | |||
| @SETLOCAL | |||
| @SET PATHEXT=%PATHEXT:;.JS;=;% | |||
| node "%~dp0\..\js-yaml\bin\js-yaml.js" %* | |||
| ) | |||
| @ -1,18 +0,0 @@ | |||
| #!/usr/bin/env pwsh | |||
| $basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent | |||
| $exe="" | |||
| if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) { | |||
| # Fix case when both the Windows and Linux builds of Node | |||
| # are installed in the same directory | |||
| $exe=".exe" | |||
| } | |||
| $ret=0 | |||
| if (Test-Path "$basedir/node$exe") { | |||
| & "$basedir/node$exe" "$basedir/../js-yaml/bin/js-yaml.js" $args | |||
| $ret=$LASTEXITCODE | |||
| } else { | |||
| & "node$exe" "$basedir/../js-yaml/bin/js-yaml.js" $args | |||
| $ret=$LASTEXITCODE | |||
| } | |||
| exit $ret | |||
| @ -1,17 +1,7 @@ | |||
| @ECHO off | |||
| SETLOCAL | |||
| CALL :find_dp0 | |||
| IF EXIST "%dp0%\node.exe" ( | |||
| SET "_prog=%dp0%\node.exe" | |||
| @IF EXIST "%~dp0\node.exe" ( | |||
| "%~dp0\node.exe" "%~dp0\..\mime\cli.js" %* | |||
| ) ELSE ( | |||
| SET "_prog=node" | |||
| SET PATHEXT=%PATHEXT:;.JS;=;% | |||
| ) | |||
| "%_prog%" "%dp0%\..\mime\cli.js" %* | |||
| ENDLOCAL | |||
| EXIT /b %errorlevel% | |||
| :find_dp0 | |||
| SET dp0=%~dp0 | |||
| EXIT /b | |||
| @SETLOCAL | |||
| @SET PATHEXT=%PATHEXT:;.JS;=;% | |||
| node "%~dp0\..\mime\cli.js" %* | |||
| ) | |||
| @ -1,18 +0,0 @@ | |||
| #!/usr/bin/env pwsh | |||
| $basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent | |||
| $exe="" | |||
| if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) { | |||
| # Fix case when both the Windows and Linux builds of Node | |||
| # are installed in the same directory | |||
| $exe=".exe" | |||
| } | |||
| $ret=0 | |||
| if (Test-Path "$basedir/node$exe") { | |||
| & "$basedir/node$exe" "$basedir/../mime/cli.js" $args | |||
| $ret=$LASTEXITCODE | |||
| } else { | |||
| & "node$exe" "$basedir/../mime/cli.js" $args | |||
| $ret=$LASTEXITCODE | |||
| } | |||
| exit $ret | |||
| @ -1,17 +1,7 @@ | |||
| @ECHO off | |||
| SETLOCAL | |||
| CALL :find_dp0 | |||
| IF EXIST "%dp0%\node.exe" ( | |||
| SET "_prog=%dp0%\node.exe" | |||
| @IF EXIST "%~dp0\node.exe" ( | |||
| "%~dp0\node.exe" "%~dp0\..\mkdirp\bin\cmd.js" %* | |||
| ) ELSE ( | |||
| SET "_prog=node" | |||
| SET PATHEXT=%PATHEXT:;.JS;=;% | |||
| ) | |||
| "%_prog%" "%dp0%\..\mkdirp\bin\cmd.js" %* | |||
| ENDLOCAL | |||
| EXIT /b %errorlevel% | |||
| :find_dp0 | |||
| SET dp0=%~dp0 | |||
| EXIT /b | |||
| @SETLOCAL | |||
| @SET PATHEXT=%PATHEXT:;.JS;=;% | |||
| node "%~dp0\..\mkdirp\bin\cmd.js" %* | |||
| ) | |||
| @ -1,18 +0,0 @@ | |||
| #!/usr/bin/env pwsh | |||
| $basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent | |||
| $exe="" | |||
| if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) { | |||
| # Fix case when both the Windows and Linux builds of Node | |||
| # are installed in the same directory | |||
| $exe=".exe" | |||
| } | |||
| $ret=0 | |||
| if (Test-Path "$basedir/node$exe") { | |||
| & "$basedir/node$exe" "$basedir/../mkdirp/bin/cmd.js" $args | |||
| $ret=$LASTEXITCODE | |||
| } else { | |||
| & "node$exe" "$basedir/../mkdirp/bin/cmd.js" $args | |||
| $ret=$LASTEXITCODE | |||
| } | |||
| exit $ret | |||
| @ -1,17 +1,7 @@ | |||
| @ECHO off | |||
| SETLOCAL | |||
| CALL :find_dp0 | |||
| IF EXIST "%dp0%\node.exe" ( | |||
| SET "_prog=%dp0%\node.exe" | |||
| @IF EXIST "%~dp0\node.exe" ( | |||
| "%~dp0\node.exe" "%~dp0\..\which\bin\node-which" %* | |||
| ) ELSE ( | |||
| SET "_prog=node" | |||
| SET PATHEXT=%PATHEXT:;.JS;=;% | |||
| ) | |||
| "%_prog%" "%dp0%\..\which\bin\node-which" %* | |||
| ENDLOCAL | |||
| EXIT /b %errorlevel% | |||
| :find_dp0 | |||
| SET dp0=%~dp0 | |||
| EXIT /b | |||
| @SETLOCAL | |||
| @SET PATHEXT=%PATHEXT:;.JS;=;% | |||
| node "%~dp0\..\which\bin\node-which" %* | |||
| ) | |||
| @ -1,18 +0,0 @@ | |||
| #!/usr/bin/env pwsh | |||
| $basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent | |||
| $exe="" | |||
| if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) { | |||
| # Fix case when both the Windows and Linux builds of Node | |||
| # are installed in the same directory | |||
| $exe=".exe" | |||
| } | |||
| $ret=0 | |||
| if (Test-Path "$basedir/node$exe") { | |||
| & "$basedir/node$exe" "$basedir/../which/bin/node-which" $args | |||
| $ret=$LASTEXITCODE | |||
| } else { | |||
| & "node$exe" "$basedir/../which/bin/node-which" $args | |||
| $ret=$LASTEXITCODE | |||
| } | |||
| exit $ret | |||
| @ -1,17 +1,7 @@ | |||
| @ECHO off | |||
| SETLOCAL | |||
| CALL :find_dp0 | |||
| IF EXIST "%dp0%\node.exe" ( | |||
| SET "_prog=%dp0%\node.exe" | |||
| @IF EXIST "%~dp0\node.exe" ( | |||
| "%~dp0\node.exe" "%~dp0\..\os-name\cli.js" %* | |||
| ) ELSE ( | |||
| SET "_prog=node" | |||
| SET PATHEXT=%PATHEXT:;.JS;=;% | |||
| ) | |||
| "%_prog%" "%dp0%\..\os-name\cli.js" %* | |||
| ENDLOCAL | |||
| EXIT /b %errorlevel% | |||
| :find_dp0 | |||
| SET dp0=%~dp0 | |||
| EXIT /b | |||
| @SETLOCAL | |||
| @SET PATHEXT=%PATHEXT:;.JS;=;% | |||
| node "%~dp0\..\os-name\cli.js" %* | |||
| ) | |||
| @ -1,18 +0,0 @@ | |||
| #!/usr/bin/env pwsh | |||
| $basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent | |||
| $exe="" | |||
| if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) { | |||
| # Fix case when both the Windows and Linux builds of Node | |||
| # are installed in the same directory | |||
| $exe=".exe" | |||
| } | |||
| $ret=0 | |||
| if (Test-Path "$basedir/node$exe") { | |||
| & "$basedir/node$exe" "$basedir/../os-name/cli.js" $args | |||
| $ret=$LASTEXITCODE | |||
| } else { | |||
| & "node$exe" "$basedir/../os-name/cli.js" $args | |||
| $ret=$LASTEXITCODE | |||
| } | |||
| exit $ret | |||
| @ -1,17 +1,7 @@ | |||
| @ECHO off | |||
| SETLOCAL | |||
| CALL :find_dp0 | |||
| IF EXIST "%dp0%\node.exe" ( | |||
| SET "_prog=%dp0%\node.exe" | |||
| @IF EXIST "%~dp0\node.exe" ( | |||
| "%~dp0\node.exe" "%~dp0\..\osx-release\cli.js" %* | |||
| ) ELSE ( | |||
| SET "_prog=node" | |||
| SET PATHEXT=%PATHEXT:;.JS;=;% | |||
| ) | |||
| "%_prog%" "%dp0%\..\osx-release\cli.js" %* | |||
| ENDLOCAL | |||
| EXIT /b %errorlevel% | |||
| :find_dp0 | |||
| SET dp0=%~dp0 | |||
| EXIT /b | |||
| @SETLOCAL | |||
| @SET PATHEXT=%PATHEXT:;.JS;=;% | |||
| node "%~dp0\..\osx-release\cli.js" %* | |||
| ) | |||
| @ -1,18 +0,0 @@ | |||
| #!/usr/bin/env pwsh | |||
| $basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent | |||
| $exe="" | |||
| if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) { | |||
| # Fix case when both the Windows and Linux builds of Node | |||
| # are installed in the same directory | |||
| $exe=".exe" | |||
| } | |||
| $ret=0 | |||
| if (Test-Path "$basedir/node$exe") { | |||
| & "$basedir/node$exe" "$basedir/../osx-release/cli.js" $args | |||
| $ret=$LASTEXITCODE | |||
| } else { | |||
| & "node$exe" "$basedir/../osx-release/cli.js" $args | |||
| $ret=$LASTEXITCODE | |||
| } | |||
| exit $ret | |||
| @ -1,17 +1,7 @@ | |||
| @ECHO off | |||
| SETLOCAL | |||
| CALL :find_dp0 | |||
| IF EXIST "%dp0%\node.exe" ( | |||
| SET "_prog=%dp0%\node.exe" | |||
| @IF EXIST "%~dp0\node.exe" ( | |||
| "%~dp0\node.exe" "%~dp0\..\rimraf\bin.js" %* | |||
| ) ELSE ( | |||
| SET "_prog=node" | |||
| SET PATHEXT=%PATHEXT:;.JS;=;% | |||
| ) | |||
| "%_prog%" "%dp0%\..\rimraf\bin.js" %* | |||
| ENDLOCAL | |||
| EXIT /b %errorlevel% | |||
| :find_dp0 | |||
| SET dp0=%~dp0 | |||
| EXIT /b | |||
| @SETLOCAL | |||
| @SET PATHEXT=%PATHEXT:;.JS;=;% | |||
| node "%~dp0\..\rimraf\bin.js" %* | |||
| ) | |||
| @ -1,18 +0,0 @@ | |||
| #!/usr/bin/env pwsh | |||
| $basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent | |||
| $exe="" | |||
| if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) { | |||
| # Fix case when both the Windows and Linux builds of Node | |||
| # are installed in the same directory | |||
| $exe=".exe" | |||
| } | |||
| $ret=0 | |||
| if (Test-Path "$basedir/node$exe") { | |||
| & "$basedir/node$exe" "$basedir/../rimraf/bin.js" $args | |||
| $ret=$LASTEXITCODE | |||
| } else { | |||
| & "node$exe" "$basedir/../rimraf/bin.js" $args | |||
| $ret=$LASTEXITCODE | |||
| } | |||
| exit $ret | |||
| @ -1,17 +1,7 @@ | |||
| @ECHO off | |||
| SETLOCAL | |||
| CALL :find_dp0 | |||
| IF EXIST "%dp0%\node.exe" ( | |||
| SET "_prog=%dp0%\node.exe" | |||
| @IF EXIST "%~dp0\node.exe" ( | |||
| "%~dp0\node.exe" "%~dp0\..\semver\bin\semver.js" %* | |||
| ) ELSE ( | |||
| SET "_prog=node" | |||
| SET PATHEXT=%PATHEXT:;.JS;=;% | |||
| ) | |||
| "%_prog%" "%dp0%\..\semver\bin\semver" %* | |||
| ENDLOCAL | |||
| EXIT /b %errorlevel% | |||
| :find_dp0 | |||
| SET dp0=%~dp0 | |||
| EXIT /b | |||
| @SETLOCAL | |||
| @SET PATHEXT=%PATHEXT:;.JS;=;% | |||
| node "%~dp0\..\semver\bin\semver.js" %* | |||
| ) | |||
| @ -1,18 +0,0 @@ | |||
| #!/usr/bin/env pwsh | |||
| $basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent | |||
| $exe="" | |||
| if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) { | |||
| # Fix case when both the Windows and Linux builds of Node | |||
| # are installed in the same directory | |||
| $exe=".exe" | |||
| } | |||
| $ret=0 | |||
| if (Test-Path "$basedir/node$exe") { | |||
| & "$basedir/node$exe" "$basedir/../semver/bin/semver" $args | |||
| $ret=$LASTEXITCODE | |||
| } else { | |||
| & "node$exe" "$basedir/../semver/bin/semver" $args | |||
| $ret=$LASTEXITCODE | |||
| } | |||
| exit $ret | |||
| @ -1,108 +1,80 @@ | |||
| { | |||
| "_from": "@eslint-community/eslint-utils@^4.2.0", | |||
| "_id": "@eslint-community/eslint-utils@4.4.1", | |||
| "_inBundle": false, | |||
| "_integrity": "sha512-s3O3waFUrMV8P/XaF/+ZTp1X9XBZW1a4B97ZnjQF2KYWaFD2A8KyFBsrsfSjEmjn3RGWAIuvlneuZm3CUK3jbA==", | |||
| "_location": "/@eslint-community/eslint-utils", | |||
| "_phantomChildren": {}, | |||
| "_requested": { | |||
| "type": "range", | |||
| "registry": true, | |||
| "raw": "@eslint-community/eslint-utils@^4.2.0", | |||
| "name": "@eslint-community/eslint-utils", | |||
| "escapedName": "@eslint-community%2feslint-utils", | |||
| "scope": "@eslint-community", | |||
| "rawSpec": "^4.2.0", | |||
| "saveSpec": null, | |||
| "fetchSpec": "^4.2.0" | |||
| }, | |||
| "_requiredBy": [ | |||
| "/eslint" | |||
| ], | |||
| "_resolved": "https://registry.npmmirror.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.1.tgz", | |||
| "_shasum": "d1145bf2c20132d6400495d6df4bf59362fd9d56", | |||
| "_spec": "@eslint-community/eslint-utils@^4.2.0", | |||
| "_where": "E:\\webView\\tenancy-wechat-uniapp\\node_modules\\eslint", | |||
| "author": { | |||
| "name": "Toru Nagashima" | |||
| }, | |||
| "bugs": { | |||
| "url": "https://github.com/eslint-community/eslint-utils/issues" | |||
| }, | |||
| "bundleDependencies": false, | |||
| "dependencies": { | |||
| "eslint-visitor-keys": "^3.4.3" | |||
| }, | |||
| "deprecated": false, | |||
| "description": "Utilities for ESLint plugins.", | |||
| "devDependencies": { | |||
| "@eslint-community/eslint-plugin-mysticatea": "^15.6.1", | |||
| "c8": "^8.0.1", | |||
| "dot-prop": "^7.2.0", | |||
| "eslint": "^8.57.1", | |||
| "installed-check": "^8.0.1", | |||
| "knip": "^5.33.3", | |||
| "mocha": "^9.2.2", | |||
| "npm-run-all2": "^6.2.3", | |||
| "opener": "^1.5.2", | |||
| "prettier": "2.8.8", | |||
| "rimraf": "^3.0.2", | |||
| "rollup": "^2.79.2", | |||
| "rollup-plugin-sourcemaps": "^0.6.3", | |||
| "semver": "^7.6.3", | |||
| "vitepress": "^1.4.1", | |||
| "warun": "^1.0.0" | |||
| }, | |||
| "engines": { | |||
| "node": "^12.22.0 || ^14.17.0 || >=16.0.0" | |||
| }, | |||
| "exports": { | |||
| ".": { | |||
| "import": "./index.mjs", | |||
| "require": "./index.js" | |||
| "version": "4.5.1", | |||
| "description": "Utilities for ESLint plugins.", | |||
| "keywords": [ | |||
| "eslint" | |||
| ], | |||
| "homepage": "https://github.com/eslint-community/eslint-utils#readme", | |||
| "bugs": { | |||
| "url": "https://github.com/eslint-community/eslint-utils/issues" | |||
| }, | |||
| "./package.json": "./package.json" | |||
| }, | |||
| "files": [ | |||
| "index.*" | |||
| ], | |||
| "funding": "https://opencollective.com/eslint", | |||
| "homepage": "https://github.com/eslint-community/eslint-utils#readme", | |||
| "keywords": [ | |||
| "eslint" | |||
| ], | |||
| "license": "MIT", | |||
| "main": "index", | |||
| "module": "index.mjs", | |||
| "name": "@eslint-community/eslint-utils", | |||
| "peerDependencies": { | |||
| "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0" | |||
| }, | |||
| "repository": { | |||
| "type": "git", | |||
| "url": "git+https://github.com/eslint-community/eslint-utils.git" | |||
| }, | |||
| "scripts": { | |||
| "build": "rollup -c", | |||
| "clean": "rimraf .nyc_output coverage index.*", | |||
| "coverage": "opener ./coverage/lcov-report/index.html", | |||
| "docs:build": "vitepress build docs", | |||
| "docs:watch": "vitepress dev docs", | |||
| "format": "npm run -s format:prettier -- --write", | |||
| "format:check": "npm run -s format:prettier -- --check", | |||
| "format:prettier": "prettier .", | |||
| "lint": "run-p lint:*", | |||
| "lint:eslint": "eslint .", | |||
| "lint:format": "npm run -s format:check", | |||
| "lint:installed-check": "installed-check -v -i installed-check -i npm-run-all2 -i knip", | |||
| "lint:knip": "knip", | |||
| "postversion": "git push && git push --tags", | |||
| "prebuild": "npm run -s clean", | |||
| "preversion": "npm test && npm run -s build", | |||
| "prewatch": "npm run -s clean", | |||
| "test": "c8 mocha --reporter dot \"test/*.mjs\"", | |||
| "watch": "warun \"{src,test}/**/*.mjs\" -- npm run -s test:mocha" | |||
| }, | |||
| "sideEffects": false, | |||
| "version": "4.4.1" | |||
| "repository": { | |||
| "type": "git", | |||
| "url": "https://github.com/eslint-community/eslint-utils" | |||
| }, | |||
| "license": "MIT", | |||
| "author": "Toru Nagashima", | |||
| "sideEffects": false, | |||
| "exports": { | |||
| ".": { | |||
| "import": "./index.mjs", | |||
| "require": "./index.js" | |||
| }, | |||
| "./package.json": "./package.json" | |||
| }, | |||
| "main": "index", | |||
| "module": "index.mjs", | |||
| "files": [ | |||
| "index.*" | |||
| ], | |||
| "scripts": { | |||
| "prebuild": "npm run -s clean", | |||
| "build": "rollup -c", | |||
| "clean": "rimraf .nyc_output coverage index.*", | |||
| "coverage": "opener ./coverage/lcov-report/index.html", | |||
| "docs:build": "vitepress build docs", | |||
| "docs:watch": "vitepress dev docs", | |||
| "format": "npm run -s format:prettier -- --write", | |||
| "format:prettier": "prettier .", | |||
| "format:check": "npm run -s format:prettier -- --check", | |||
| "lint:eslint": "eslint .", | |||
| "lint:format": "npm run -s format:check", | |||
| "lint:installed-check": "installed-check -v -i installed-check -i npm-run-all2 -i knip", | |||
| "lint:knip": "knip", | |||
| "lint": "run-p lint:*", | |||
| "test": "c8 mocha --reporter dot \"test/*.mjs\"", | |||
| "preversion": "npm test && npm run -s build", | |||
| "postversion": "git push && git push --tags", | |||
| "prewatch": "npm run -s clean", | |||
| "watch": "warun \"{src,test}/**/*.mjs\" -- npm run -s test:mocha" | |||
| }, | |||
| "dependencies": { | |||
| "eslint-visitor-keys": "^3.4.3" | |||
| }, | |||
| "devDependencies": { | |||
| "@eslint-community/eslint-plugin-mysticatea": "^15.6.1", | |||
| "c8": "^8.0.1", | |||
| "dot-prop": "^7.2.0", | |||
| "eslint": "^8.57.1", | |||
| "installed-check": "^8.0.1", | |||
| "knip": "^5.33.3", | |||
| "mocha": "^9.2.2", | |||
| "npm-run-all2": "^6.2.3", | |||
| "opener": "^1.5.2", | |||
| "prettier": "2.8.8", | |||
| "rimraf": "^3.0.2", | |||
| "rollup": "^2.79.2", | |||
| "rollup-plugin-sourcemaps": "^0.6.3", | |||
| "semver": "^7.6.3", | |||
| "vitepress": "^1.4.1", | |||
| "warun": "^1.0.0" | |||
| }, | |||
| "peerDependencies": { | |||
| "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0" | |||
| }, | |||
| "engines": { | |||
| "node": "^12.22.0 || ^14.17.0 || >=16.0.0" | |||
| }, | |||
| "funding": "https://opencollective.com/eslint" | |||
| } | |||
| @ -1,59 +1,31 @@ | |||
| { | |||
| "_from": "@eslint/js@8.57.1", | |||
| "_id": "@eslint/js@8.57.1", | |||
| "_inBundle": false, | |||
| "_integrity": "sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q==", | |||
| "_location": "/@eslint/js", | |||
| "_phantomChildren": {}, | |||
| "_requested": { | |||
| "type": "version", | |||
| "registry": true, | |||
| "raw": "@eslint/js@8.57.1", | |||
| "name": "@eslint/js", | |||
| "escapedName": "@eslint%2fjs", | |||
| "scope": "@eslint", | |||
| "rawSpec": "8.57.1", | |||
| "saveSpec": null, | |||
| "fetchSpec": "8.57.1" | |||
| }, | |||
| "_requiredBy": [ | |||
| "/eslint" | |||
| ], | |||
| "_resolved": "https://registry.npmmirror.com/@eslint/js/-/js-8.57.1.tgz", | |||
| "_shasum": "de633db3ec2ef6a3c89e2f19038063e8a122e2c2", | |||
| "_spec": "@eslint/js@8.57.1", | |||
| "_where": "E:\\webView\\tenancy-wechat-uniapp\\node_modules\\eslint", | |||
| "bugs": { | |||
| "url": "https://github.com/eslint/eslint/issues/" | |||
| }, | |||
| "bundleDependencies": false, | |||
| "deprecated": false, | |||
| "name": "@eslint/js", | |||
| "version": "8.57.1", | |||
| "description": "ESLint JavaScript language implementation", | |||
| "engines": { | |||
| "node": "^12.22.0 || ^14.17.0 || >=16.0.0" | |||
| }, | |||
| "main": "./src/index.js", | |||
| "scripts": {}, | |||
| "files": [ | |||
| "LICENSE", | |||
| "README.md", | |||
| "src" | |||
| ], | |||
| "homepage": "https://eslint.org", | |||
| "keywords": [ | |||
| "javascript", | |||
| "eslint-plugin", | |||
| "eslint" | |||
| ], | |||
| "license": "MIT", | |||
| "main": "./src/index.js", | |||
| "name": "@eslint/js", | |||
| "publishConfig": { | |||
| "access": "public" | |||
| }, | |||
| "repository": { | |||
| "type": "git", | |||
| "url": "git+https://github.com/eslint/eslint.git", | |||
| "url": "https://github.com/eslint/eslint.git", | |||
| "directory": "packages/js" | |||
| }, | |||
| "scripts": {}, | |||
| "version": "8.57.1" | |||
| "homepage": "https://eslint.org", | |||
| "bugs": "https://github.com/eslint/eslint/issues/", | |||
| "keywords": [ | |||
| "javascript", | |||
| "eslint-plugin", | |||
| "eslint" | |||
| ], | |||
| "license": "MIT", | |||
| "engines": { | |||
| "node": "^12.22.0 || ^14.17.0 || >=16.0.0" | |||
| } | |||
| } | |||
| @ -1,66 +1,38 @@ | |||
| { | |||
| "_from": "@humanwhocodes/object-schema@^2.0.3", | |||
| "_id": "@humanwhocodes/object-schema@2.0.3", | |||
| "_inBundle": false, | |||
| "_integrity": "sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==", | |||
| "_location": "/@humanwhocodes/object-schema", | |||
| "_phantomChildren": {}, | |||
| "_requested": { | |||
| "type": "range", | |||
| "registry": true, | |||
| "raw": "@humanwhocodes/object-schema@^2.0.3", | |||
| "name": "@humanwhocodes/object-schema", | |||
| "escapedName": "@humanwhocodes%2fobject-schema", | |||
| "scope": "@humanwhocodes", | |||
| "rawSpec": "^2.0.3", | |||
| "saveSpec": null, | |||
| "fetchSpec": "^2.0.3" | |||
| }, | |||
| "_requiredBy": [ | |||
| "/@humanwhocodes/config-array" | |||
| ], | |||
| "_resolved": "https://registry.npmmirror.com/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz", | |||
| "_shasum": "4a2868d75d6d6963e423bcf90b7fd1be343409d3", | |||
| "_spec": "@humanwhocodes/object-schema@^2.0.3", | |||
| "_where": "E:\\webView\\tenancy-wechat-uniapp\\node_modules\\@humanwhocodes\\config-array", | |||
| "author": { | |||
| "name": "Nicholas C. Zakas" | |||
| }, | |||
| "bugs": { | |||
| "url": "https://github.com/humanwhocodes/object-schema/issues" | |||
| }, | |||
| "bundleDependencies": false, | |||
| "deprecated": "Use @eslint/object-schema instead", | |||
| "name": "@humanwhocodes/object-schema", | |||
| "version": "2.0.3", | |||
| "description": "An object schema merger/validator", | |||
| "devDependencies": { | |||
| "chai": "^4.2.0", | |||
| "eslint": "^5.13.0", | |||
| "mocha": "^5.2.0" | |||
| }, | |||
| "directories": { | |||
| "test": "tests" | |||
| }, | |||
| "main": "src/index.js", | |||
| "files": [ | |||
| "src", | |||
| "LICENSE", | |||
| "README.md" | |||
| ], | |||
| "homepage": "https://github.com/humanwhocodes/object-schema#readme", | |||
| "directories": { | |||
| "test": "tests" | |||
| }, | |||
| "scripts": { | |||
| "test": "mocha tests/" | |||
| }, | |||
| "repository": { | |||
| "type": "git", | |||
| "url": "git+https://github.com/humanwhocodes/object-schema.git" | |||
| }, | |||
| "keywords": [ | |||
| "object", | |||
| "validation", | |||
| "schema", | |||
| "merge" | |||
| ], | |||
| "author": "Nicholas C. Zakas", | |||
| "license": "BSD-3-Clause", | |||
| "main": "src/index.js", | |||
| "name": "@humanwhocodes/object-schema", | |||
| "repository": { | |||
| "type": "git", | |||
| "url": "git+https://github.com/humanwhocodes/object-schema.git" | |||
| }, | |||
| "scripts": { | |||
| "test": "mocha tests/" | |||
| "bugs": { | |||
| "url": "https://github.com/humanwhocodes/object-schema/issues" | |||
| }, | |||
| "version": "2.0.3" | |||
| "homepage": "https://github.com/humanwhocodes/object-schema#readme", | |||
| "devDependencies": { | |||
| "chai": "^4.2.0", | |||
| "eslint": "^5.13.0", | |||
| "mocha": "^5.2.0" | |||
| } | |||
| } | |||
| @ -1 +1 @@ | |||
| var StructuredJSON=function(e){"use strict";const r="object"==typeof self?self:globalThis,t=e=>((e,t)=>{const s=(r,t)=>(e.set(t,r),r),n=c=>{if(e.has(c))return e.get(c);const[o,a]=t[c];switch(o){case 0:case-1:return s(a,c);case 1:{const e=s([],c);for(const r of a)e.push(n(r));return e}case 2:{const e=s({},c);for(const[r,t]of a)e[n(r)]=n(t);return e}case 3:return s(new Date(a),c);case 4:{const{source:e,flags:r}=a;return s(new RegExp(e,r),c)}case 5:{const e=s(new Map,c);for(const[r,t]of a)e.set(n(r),n(t));return e}case 6:{const e=s(new Set,c);for(const r of a)e.add(n(r));return e}case 7:{const{name:e,message:t}=a;return s(new r[e](t),c)}case 8:return s(BigInt(a),c);case"BigInt":return s(Object(BigInt(a)),c)}return s(new r[o](a),c)};return n})(new Map,e)(0),s="",{toString:n}={},{keys:c}=Object,o=e=>{const r=typeof e;if("object"!==r||!e)return[0,r];const t=n.call(e).slice(8,-1);switch(t){case"Array":return[1,s];case"Object":return[2,s];case"Date":return[3,s];case"RegExp":return[4,s];case"Map":return[5,s];case"Set":return[6,s]}return t.includes("Array")?[1,t]:t.includes("Error")?[7,t]:[2,t]},a=([e,r])=>0===e&&("function"===r||"symbol"===r),u=(e,{json:r,lossy:t}={})=>{const s=[];return((e,r,t,s)=>{const n=(e,r)=>{const n=s.push(e)-1;return t.set(r,n),n},u=s=>{if(t.has(s))return t.get(s);let[i,f]=o(s);switch(i){case 0:{let r=s;switch(f){case"bigint":i=8,r=s.toString();break;case"function":case"symbol":if(e)throw new TypeError("unable to serialize "+f);r=null;break;case"undefined":return n([-1],s)}return n([i,r],s)}case 1:{if(f)return n([f,[...s]],s);const e=[],r=n([i,e],s);for(const r of s)e.push(u(r));return r}case 2:{if(f)switch(f){case"BigInt":return n([f,s.toString()],s);case"Boolean":case"Number":case"String":return n([f,s.valueOf()],s)}if(r&&"toJSON"in s)return u(s.toJSON());const t=[],l=n([i,t],s);for(const r of c(s))!e&&a(o(s[r]))||t.push([u(r),u(s[r])]);return l}case 3:return n([i,s.toISOString()],s);case 4:{const{source:e,flags:r}=s;return n([i,{source:e,flags:r}],s)}case 5:{const r=[],t=n([i,r],s);for(const[t,n]of s)(e||!a(o(t))&&!a(o(n)))&&r.push([u(t),u(n)]);return t}case 6:{const r=[],t=n([i,r],s);for(const t of s)!e&&a(o(t))||r.push(u(t));return t}}const{message:l}=s;return n([i,{name:f,message:l}],s)};return u})(!(r||t),!!r,new Map,s)(e),s},{parse:i,stringify:f}=JSON,l={json:!0,lossy:!0};return e.parse=e=>t(i(e)),e.stringify=e=>f(u(e,l)),e}({}); | |||
| var StructuredJSON=function(e){"use strict";const r="object"==typeof self?self:globalThis,t=e=>((e,t)=>{const n=(r,t)=>(e.set(t,r),r),s=c=>{if(e.has(c))return e.get(c);const[a,o]=t[c];switch(a){case 0:case-1:return n(o,c);case 1:{const e=n([],c);for(const r of o)e.push(s(r));return e}case 2:{const e=n({},c);for(const[r,t]of o)e[s(r)]=s(t);return e}case 3:return n(new Date(o),c);case 4:{const{source:e,flags:r}=o;return n(new RegExp(e,r),c)}case 5:{const e=n(new Map,c);for(const[r,t]of o)e.set(s(r),s(t));return e}case 6:{const e=n(new Set,c);for(const r of o)e.add(s(r));return e}case 7:{const{name:e,message:t}=o;return n(new r[e](t),c)}case 8:return n(BigInt(o),c);case"BigInt":return n(Object(BigInt(o)),c);case"ArrayBuffer":return n(new Uint8Array(o).buffer,o);case"DataView":{const{buffer:e}=new Uint8Array(o);return n(new DataView(e),o)}}return n(new r[a](o),c)};return s})(new Map,e)(0),n="",{toString:s}={},{keys:c}=Object,a=e=>{const r=typeof e;if("object"!==r||!e)return[0,r];const t=s.call(e).slice(8,-1);switch(t){case"Array":return[1,n];case"Object":return[2,n];case"Date":return[3,n];case"RegExp":return[4,n];case"Map":return[5,n];case"Set":return[6,n];case"DataView":return[1,t]}return t.includes("Array")?[1,t]:t.includes("Error")?[7,t]:[2,t]},o=([e,r])=>0===e&&("function"===r||"symbol"===r),u=(e,{json:r,lossy:t}={})=>{const n=[];return((e,r,t,n)=>{const s=(e,r)=>{const s=n.push(e)-1;return t.set(r,s),s},u=n=>{if(t.has(n))return t.get(n);let[f,i]=a(n);switch(f){case 0:{let r=n;switch(i){case"bigint":f=8,r=n.toString();break;case"function":case"symbol":if(e)throw new TypeError("unable to serialize "+i);r=null;break;case"undefined":return s([-1],n)}return s([f,r],n)}case 1:{if(i){let e=n;return"DataView"===i?e=new Uint8Array(n.buffer):"ArrayBuffer"===i&&(e=new Uint8Array(n)),s([i,[...e]],n)}const e=[],r=s([f,e],n);for(const r of n)e.push(u(r));return r}case 2:{if(i)switch(i){case"BigInt":return s([i,n.toString()],n);case"Boolean":case"Number":case"String":return s([i,n.valueOf()],n)}if(r&&"toJSON"in n)return u(n.toJSON());const t=[],l=s([f,t],n);for(const r of c(n))!e&&o(a(n[r]))||t.push([u(r),u(n[r])]);return l}case 3:return s([f,n.toISOString()],n);case 4:{const{source:e,flags:r}=n;return s([f,{source:e,flags:r}],n)}case 5:{const r=[],t=s([f,r],n);for(const[t,s]of n)(e||!o(a(t))&&!o(a(s)))&&r.push([u(t),u(s)]);return t}case 6:{const r=[],t=s([f,r],n);for(const t of n)!e&&o(a(t))||r.push(u(t));return t}}const{message:l}=n;return s([f,{name:i,message:l}],n)};return u})(!(r||t),!!r,new Map,n)(e),n},{parse:f,stringify:i}=JSON,l={json:!0,lossy:!0};return e.parse=e=>t(f(e)),e.stringify=e=>i(u(e,l)),e}({}); | |||
| @ -1,55 +1,27 @@ | |||
| { | |||
| "_from": "acorn-jsx@^5.3.2", | |||
| "_id": "acorn-jsx@5.3.2", | |||
| "_inBundle": false, | |||
| "_integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", | |||
| "_location": "/acorn-jsx", | |||
| "_phantomChildren": {}, | |||
| "_requested": { | |||
| "type": "range", | |||
| "registry": true, | |||
| "raw": "acorn-jsx@^5.3.2", | |||
| "name": "acorn-jsx", | |||
| "escapedName": "acorn-jsx", | |||
| "rawSpec": "^5.3.2", | |||
| "saveSpec": null, | |||
| "fetchSpec": "^5.3.2" | |||
| }, | |||
| "_requiredBy": [ | |||
| "/espree" | |||
| ], | |||
| "_resolved": "https://registry.npmmirror.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz", | |||
| "_shasum": "7ed5bb55908b3b2f1bc55c6af1653bada7f07937", | |||
| "_spec": "acorn-jsx@^5.3.2", | |||
| "_where": "E:\\webView\\tenancy-wechat-uniapp\\node_modules\\espree", | |||
| "bugs": { | |||
| "url": "https://github.com/acornjs/acorn-jsx/issues" | |||
| }, | |||
| "bundleDependencies": false, | |||
| "deprecated": false, | |||
| "name": "acorn-jsx", | |||
| "description": "Modern, fast React.js JSX parser", | |||
| "devDependencies": { | |||
| "acorn": "^8.0.1" | |||
| }, | |||
| "homepage": "https://github.com/acornjs/acorn-jsx", | |||
| "license": "MIT", | |||
| "version": "5.3.2", | |||
| "maintainers": [ | |||
| { | |||
| "name": "Ingvar Stepanyan", | |||
| "email": "me@rreverser.com", | |||
| "url": "http://rreverser.com/" | |||
| "web": "http://rreverser.com/" | |||
| } | |||
| ], | |||
| "name": "acorn-jsx", | |||
| "peerDependencies": { | |||
| "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" | |||
| }, | |||
| "repository": { | |||
| "type": "git", | |||
| "url": "git+https://github.com/acornjs/acorn-jsx.git" | |||
| "url": "https://github.com/acornjs/acorn-jsx" | |||
| }, | |||
| "license": "MIT", | |||
| "scripts": { | |||
| "test": "node test/run.js" | |||
| }, | |||
| "version": "5.3.2" | |||
| "peerDependencies": { | |||
| "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" | |||
| }, | |||
| "devDependencies": { | |||
| "acorn": "^8.0.1" | |||
| } | |||
| } | |||
| @ -1 +1 @@ | |||
| exports.version = '6.21.0'; | |||
| exports.version = '6.22.0'; | |||
| @ -1,87 +1,55 @@ | |||
| { | |||
| "_from": "ansi-regex@^5.0.1", | |||
| "_id": "ansi-regex@5.0.1", | |||
| "_inBundle": false, | |||
| "_integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", | |||
| "_location": "/ansi-regex", | |||
| "_phantomChildren": {}, | |||
| "_requested": { | |||
| "type": "range", | |||
| "registry": true, | |||
| "raw": "ansi-regex@^5.0.1", | |||
| "name": "ansi-regex", | |||
| "escapedName": "ansi-regex", | |||
| "rawSpec": "^5.0.1", | |||
| "saveSpec": null, | |||
| "fetchSpec": "^5.0.1" | |||
| }, | |||
| "_requiredBy": [ | |||
| "/strip-ansi" | |||
| ], | |||
| "_resolved": "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-5.0.1.tgz", | |||
| "_shasum": "082cb2c89c9fe8659a311a53bd6a4dc5301db304", | |||
| "_spec": "ansi-regex@^5.0.1", | |||
| "_where": "E:\\webView\\tenancy-wechat-uniapp\\node_modules\\strip-ansi", | |||
| "author": { | |||
| "name": "Sindre Sorhus", | |||
| "email": "sindresorhus@gmail.com", | |||
| "url": "sindresorhus.com" | |||
| }, | |||
| "bugs": { | |||
| "url": "https://github.com/chalk/ansi-regex/issues" | |||
| }, | |||
| "bundleDependencies": false, | |||
| "deprecated": false, | |||
| "description": "Regular expression for matching ANSI escape codes", | |||
| "devDependencies": { | |||
| "ava": "^2.4.0", | |||
| "tsd": "^0.9.0", | |||
| "xo": "^0.25.3" | |||
| }, | |||
| "engines": { | |||
| "node": ">=8" | |||
| }, | |||
| "files": [ | |||
| "index.js", | |||
| "index.d.ts" | |||
| ], | |||
| "homepage": "https://github.com/chalk/ansi-regex#readme", | |||
| "keywords": [ | |||
| "ansi", | |||
| "styles", | |||
| "color", | |||
| "colour", | |||
| "colors", | |||
| "terminal", | |||
| "console", | |||
| "cli", | |||
| "string", | |||
| "tty", | |||
| "escape", | |||
| "formatting", | |||
| "rgb", | |||
| "256", | |||
| "shell", | |||
| "xterm", | |||
| "command-line", | |||
| "text", | |||
| "regex", | |||
| "regexp", | |||
| "re", | |||
| "match", | |||
| "test", | |||
| "find", | |||
| "pattern" | |||
| ], | |||
| "license": "MIT", | |||
| "name": "ansi-regex", | |||
| "repository": { | |||
| "type": "git", | |||
| "url": "git+https://github.com/chalk/ansi-regex.git" | |||
| }, | |||
| "scripts": { | |||
| "test": "xo && ava && tsd", | |||
| "view-supported": "node fixtures/view-codes.js" | |||
| }, | |||
| "version": "5.0.1" | |||
| "name": "ansi-regex", | |||
| "version": "5.0.1", | |||
| "description": "Regular expression for matching ANSI escape codes", | |||
| "license": "MIT", | |||
| "repository": "chalk/ansi-regex", | |||
| "author": { | |||
| "name": "Sindre Sorhus", | |||
| "email": "sindresorhus@gmail.com", | |||
| "url": "sindresorhus.com" | |||
| }, | |||
| "engines": { | |||
| "node": ">=8" | |||
| }, | |||
| "scripts": { | |||
| "test": "xo && ava && tsd", | |||
| "view-supported": "node fixtures/view-codes.js" | |||
| }, | |||
| "files": [ | |||
| "index.js", | |||
| "index.d.ts" | |||
| ], | |||
| "keywords": [ | |||
| "ansi", | |||
| "styles", | |||
| "color", | |||
| "colour", | |||
| "colors", | |||
| "terminal", | |||
| "console", | |||
| "cli", | |||
| "string", | |||
| "tty", | |||
| "escape", | |||
| "formatting", | |||
| "rgb", | |||
| "256", | |||
| "shell", | |||
| "xterm", | |||
| "command-line", | |||
| "text", | |||
| "regex", | |||
| "regexp", | |||
| "re", | |||
| "match", | |||
| "test", | |||
| "find", | |||
| "pattern" | |||
| ], | |||
| "devDependencies": { | |||
| "ava": "^2.4.0", | |||
| "tsd": "^0.9.0", | |||
| "xo": "^0.25.3" | |||
| } | |||
| } | |||
| @ -1,88 +1,56 @@ | |||
| { | |||
| "_from": "ansi-styles@^4.1.0", | |||
| "_id": "ansi-styles@4.3.0", | |||
| "_inBundle": false, | |||
| "_integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", | |||
| "_location": "/ansi-styles", | |||
| "_phantomChildren": {}, | |||
| "_requested": { | |||
| "type": "range", | |||
| "registry": true, | |||
| "raw": "ansi-styles@^4.1.0", | |||
| "name": "ansi-styles", | |||
| "escapedName": "ansi-styles", | |||
| "rawSpec": "^4.1.0", | |||
| "saveSpec": null, | |||
| "fetchSpec": "^4.1.0" | |||
| }, | |||
| "_requiredBy": [ | |||
| "/chalk" | |||
| ], | |||
| "_resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-4.3.0.tgz", | |||
| "_shasum": "edd803628ae71c04c85ae7a0906edad34b648937", | |||
| "_spec": "ansi-styles@^4.1.0", | |||
| "_where": "E:\\webView\\tenancy-wechat-uniapp\\node_modules\\chalk", | |||
| "author": { | |||
| "name": "Sindre Sorhus", | |||
| "email": "sindresorhus@gmail.com", | |||
| "url": "sindresorhus.com" | |||
| }, | |||
| "bugs": { | |||
| "url": "https://github.com/chalk/ansi-styles/issues" | |||
| }, | |||
| "bundleDependencies": false, | |||
| "dependencies": { | |||
| "color-convert": "^2.0.1" | |||
| }, | |||
| "deprecated": false, | |||
| "description": "ANSI escape codes for styling strings in the terminal", | |||
| "devDependencies": { | |||
| "@types/color-convert": "^1.9.0", | |||
| "ava": "^2.3.0", | |||
| "svg-term-cli": "^2.1.1", | |||
| "tsd": "^0.11.0", | |||
| "xo": "^0.25.3" | |||
| }, | |||
| "engines": { | |||
| "node": ">=8" | |||
| }, | |||
| "files": [ | |||
| "index.js", | |||
| "index.d.ts" | |||
| ], | |||
| "funding": "https://github.com/chalk/ansi-styles?sponsor=1", | |||
| "homepage": "https://github.com/chalk/ansi-styles#readme", | |||
| "keywords": [ | |||
| "ansi", | |||
| "styles", | |||
| "color", | |||
| "colour", | |||
| "colors", | |||
| "terminal", | |||
| "console", | |||
| "cli", | |||
| "string", | |||
| "tty", | |||
| "escape", | |||
| "formatting", | |||
| "rgb", | |||
| "256", | |||
| "shell", | |||
| "xterm", | |||
| "log", | |||
| "logging", | |||
| "command-line", | |||
| "text" | |||
| ], | |||
| "license": "MIT", | |||
| "name": "ansi-styles", | |||
| "repository": { | |||
| "type": "git", | |||
| "url": "git+https://github.com/chalk/ansi-styles.git" | |||
| }, | |||
| "scripts": { | |||
| "screenshot": "svg-term --command='node screenshot' --out=screenshot.svg --padding=3 --width=55 --height=3 --at=1000 --no-cursor", | |||
| "test": "xo && ava && tsd" | |||
| }, | |||
| "version": "4.3.0" | |||
| "name": "ansi-styles", | |||
| "version": "4.3.0", | |||
| "description": "ANSI escape codes for styling strings in the terminal", | |||
| "license": "MIT", | |||
| "repository": "chalk/ansi-styles", | |||
| "funding": "https://github.com/chalk/ansi-styles?sponsor=1", | |||
| "author": { | |||
| "name": "Sindre Sorhus", | |||
| "email": "sindresorhus@gmail.com", | |||
| "url": "sindresorhus.com" | |||
| }, | |||
| "engines": { | |||
| "node": ">=8" | |||
| }, | |||
| "scripts": { | |||
| "test": "xo && ava && tsd", | |||
| "screenshot": "svg-term --command='node screenshot' --out=screenshot.svg --padding=3 --width=55 --height=3 --at=1000 --no-cursor" | |||
| }, | |||
| "files": [ | |||
| "index.js", | |||
| "index.d.ts" | |||
| ], | |||
| "keywords": [ | |||
| "ansi", | |||
| "styles", | |||
| "color", | |||
| "colour", | |||
| "colors", | |||
| "terminal", | |||
| "console", | |||
| "cli", | |||
| "string", | |||
| "tty", | |||
| "escape", | |||
| "formatting", | |||
| "rgb", | |||
| "256", | |||
| "shell", | |||
| "xterm", | |||
| "log", | |||
| "logging", | |||
| "command-line", | |||
| "text" | |||
| ], | |||
| "dependencies": { | |||
| "color-convert": "^2.0.1" | |||
| }, | |||
| "devDependencies": { | |||
| "@types/color-convert": "^1.9.0", | |||
| "ava": "^2.3.0", | |||
| "svg-term-cli": "^2.1.1", | |||
| "tsd": "^0.11.0", | |||
| "xo": "^0.25.3" | |||
| } | |||
| } | |||
| @ -1,126 +1,93 @@ | |||
| { | |||
| "_from": "call-bind@^1.0.7", | |||
| "_id": "call-bind@1.0.7", | |||
| "_inBundle": false, | |||
| "_integrity": "sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==", | |||
| "_location": "/call-bind", | |||
| "_phantomChildren": {}, | |||
| "_requested": { | |||
| "type": "range", | |||
| "registry": true, | |||
| "raw": "call-bind@^1.0.7", | |||
| "name": "call-bind", | |||
| "escapedName": "call-bind", | |||
| "rawSpec": "^1.0.7", | |||
| "saveSpec": null, | |||
| "fetchSpec": "^1.0.7" | |||
| }, | |||
| "_requiredBy": [ | |||
| "/has-proto", | |||
| "/object.assign", | |||
| "/object.entries", | |||
| "/side-channel" | |||
| ], | |||
| "_resolved": "https://registry.npmmirror.com/call-bind/-/call-bind-1.0.7.tgz", | |||
| "_shasum": "06016599c40c56498c18769d2730be242b6fa3b9", | |||
| "_spec": "call-bind@^1.0.7", | |||
| "_where": "E:\\webView\\tenancy-wechat-uniapp\\node_modules\\side-channel", | |||
| "author": { | |||
| "name": "Jordan Harband", | |||
| "email": "ljharb@gmail.com" | |||
| }, | |||
| "auto-changelog": { | |||
| "output": "CHANGELOG.md", | |||
| "template": "keepachangelog", | |||
| "unreleased": false, | |||
| "commitLimit": false, | |||
| "backfillLimit": false, | |||
| "hideCredit": true | |||
| }, | |||
| "bugs": { | |||
| "url": "https://github.com/ljharb/call-bind/issues" | |||
| }, | |||
| "bundleDependencies": false, | |||
| "dependencies": { | |||
| "es-define-property": "^1.0.0", | |||
| "es-errors": "^1.3.0", | |||
| "function-bind": "^1.1.2", | |||
| "get-intrinsic": "^1.2.4", | |||
| "set-function-length": "^1.2.1" | |||
| }, | |||
| "deprecated": false, | |||
| "description": "Robustly `.call.bind()` a function", | |||
| "devDependencies": { | |||
| "@ljharb/eslint-config": "^21.1.0", | |||
| "aud": "^2.0.4", | |||
| "auto-changelog": "^2.4.0", | |||
| "es-value-fixtures": "^1.4.2", | |||
| "eslint": "=8.8.0", | |||
| "evalmd": "^0.0.19", | |||
| "for-each": "^0.3.3", | |||
| "gopd": "^1.0.1", | |||
| "has-strict-mode": "^1.0.1", | |||
| "in-publish": "^2.0.1", | |||
| "npmignore": "^0.3.1", | |||
| "nyc": "^10.3.2", | |||
| "object-inspect": "^1.13.1", | |||
| "safe-publish-latest": "^2.0.0", | |||
| "tape": "^5.7.4" | |||
| }, | |||
| "engines": { | |||
| "node": ">= 0.4" | |||
| }, | |||
| "exports": { | |||
| ".": "./index.js", | |||
| "./callBound": "./callBound.js", | |||
| "./package.json": "./package.json" | |||
| }, | |||
| "funding": { | |||
| "url": "https://github.com/sponsors/ljharb" | |||
| }, | |||
| "homepage": "https://github.com/ljharb/call-bind#readme", | |||
| "keywords": [ | |||
| "javascript", | |||
| "ecmascript", | |||
| "es", | |||
| "js", | |||
| "callbind", | |||
| "callbound", | |||
| "call", | |||
| "bind", | |||
| "bound", | |||
| "call-bind", | |||
| "call-bound", | |||
| "function", | |||
| "es-abstract" | |||
| ], | |||
| "license": "MIT", | |||
| "main": "index.js", | |||
| "name": "call-bind", | |||
| "publishConfig": { | |||
| "ignore": [ | |||
| ".github/workflows" | |||
| ] | |||
| }, | |||
| "repository": { | |||
| "type": "git", | |||
| "url": "git+https://github.com/ljharb/call-bind.git" | |||
| }, | |||
| "scripts": { | |||
| "lint": "eslint --ext=.js,.mjs .", | |||
| "postlint": "evalmd README.md", | |||
| "posttest": "aud --production", | |||
| "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", | |||
| "prepack": "npmignore --auto --commentLines=auto", | |||
| "prepublish": "not-in-publish || npm run prepublishOnly", | |||
| "prepublishOnly": "safe-publish-latest", | |||
| "pretest": "npm run lint", | |||
| "test": "npm run tests-only", | |||
| "tests-only": "nyc tape 'test/**/*.js'", | |||
| "version": "auto-changelog && git add CHANGELOG.md" | |||
| }, | |||
| "testling": { | |||
| "files": "test/index.js" | |||
| }, | |||
| "version": "1.0.7" | |||
| "name": "call-bind", | |||
| "version": "1.0.8", | |||
| "description": "Robustly `.call.bind()` a function", | |||
| "main": "index.js", | |||
| "exports": { | |||
| ".": "./index.js", | |||
| "./callBound": "./callBound.js", | |||
| "./package.json": "./package.json" | |||
| }, | |||
| "scripts": { | |||
| "prepack": "npmignore --auto --commentLines=auto", | |||
| "prepublish": "not-in-publish || npm run prepublishOnly", | |||
| "prepublishOnly": "safe-publish-latest", | |||
| "lint": "eslint --ext=.js,.mjs .", | |||
| "postlint": "evalmd README.md", | |||
| "pretest": "npm run lint", | |||
| "tests-only": "nyc tape 'test/**/*.js'", | |||
| "test": "npm run tests-only", | |||
| "posttest": "npx npm@'>=10.2' audit --production", | |||
| "version": "auto-changelog && git add CHANGELOG.md", | |||
| "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"" | |||
| }, | |||
| "repository": { | |||
| "type": "git", | |||
| "url": "git+https://github.com/ljharb/call-bind.git" | |||
| }, | |||
| "keywords": [ | |||
| "javascript", | |||
| "ecmascript", | |||
| "es", | |||
| "js", | |||
| "callbind", | |||
| "callbound", | |||
| "call", | |||
| "bind", | |||
| "bound", | |||
| "call-bind", | |||
| "call-bound", | |||
| "function", | |||
| "es-abstract" | |||
| ], | |||
| "author": "Jordan Harband <ljharb@gmail.com>", | |||
| "funding": { | |||
| "url": "https://github.com/sponsors/ljharb" | |||
| }, | |||
| "license": "MIT", | |||
| "bugs": { | |||
| "url": "https://github.com/ljharb/call-bind/issues" | |||
| }, | |||
| "homepage": "https://github.com/ljharb/call-bind#readme", | |||
| "dependencies": { | |||
| "call-bind-apply-helpers": "^1.0.0", | |||
| "es-define-property": "^1.0.0", | |||
| "get-intrinsic": "^1.2.4", | |||
| "set-function-length": "^1.2.2" | |||
| }, | |||
| "devDependencies": { | |||
| "@ljharb/eslint-config": "^21.1.1", | |||
| "auto-changelog": "^2.5.0", | |||
| "encoding": "^0.1.13", | |||
| "es-value-fixtures": "^1.5.0", | |||
| "eslint": "=8.8.0", | |||
| "evalmd": "^0.0.19", | |||
| "for-each": "^0.3.3", | |||
| "has-strict-mode": "^1.0.1", | |||
| "in-publish": "^2.0.1", | |||
| "npmignore": "^0.3.1", | |||
| "nyc": "^10.3.2", | |||
| "object-inspect": "^1.13.3", | |||
| "safe-publish-latest": "^2.0.0", | |||
| "tape": "^5.9.0" | |||
| }, | |||
| "testling": { | |||
| "files": "test/index.js" | |||
| }, | |||
| "auto-changelog": { | |||
| "output": "CHANGELOG.md", | |||
| "template": "keepachangelog", | |||
| "unreleased": false, | |||
| "commitLimit": false, | |||
| "backfillLimit": false, | |||
| "hideCredit": true | |||
| }, | |||
| "publishConfig": { | |||
| "ignore": [ | |||
| ".github/workflows" | |||
| ] | |||
| }, | |||
| "engines": { | |||
| "node": ">= 0.4" | |||
| } | |||
| } | |||
| @ -1,71 +1,39 @@ | |||
| { | |||
| "_from": "callsites@^3.0.0", | |||
| "_id": "callsites@3.1.0", | |||
| "_inBundle": false, | |||
| "_integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", | |||
| "_location": "/callsites", | |||
| "_phantomChildren": {}, | |||
| "_requested": { | |||
| "type": "range", | |||
| "registry": true, | |||
| "raw": "callsites@^3.0.0", | |||
| "name": "callsites", | |||
| "escapedName": "callsites", | |||
| "rawSpec": "^3.0.0", | |||
| "saveSpec": null, | |||
| "fetchSpec": "^3.0.0" | |||
| }, | |||
| "_requiredBy": [ | |||
| "/parent-module" | |||
| ], | |||
| "_resolved": "https://registry.npmmirror.com/callsites/-/callsites-3.1.0.tgz", | |||
| "_shasum": "b3630abd8943432f54b3f0519238e33cd7df2f73", | |||
| "_spec": "callsites@^3.0.0", | |||
| "_where": "E:\\webView\\tenancy-wechat-uniapp\\node_modules\\parent-module", | |||
| "author": { | |||
| "name": "Sindre Sorhus", | |||
| "email": "sindresorhus@gmail.com", | |||
| "url": "sindresorhus.com" | |||
| }, | |||
| "bugs": { | |||
| "url": "https://github.com/sindresorhus/callsites/issues" | |||
| }, | |||
| "bundleDependencies": false, | |||
| "deprecated": false, | |||
| "description": "Get callsites from the V8 stack trace API", | |||
| "devDependencies": { | |||
| "ava": "^1.4.1", | |||
| "tsd": "^0.7.2", | |||
| "xo": "^0.24.0" | |||
| }, | |||
| "engines": { | |||
| "node": ">=6" | |||
| }, | |||
| "files": [ | |||
| "index.js", | |||
| "index.d.ts" | |||
| ], | |||
| "homepage": "https://github.com/sindresorhus/callsites#readme", | |||
| "keywords": [ | |||
| "stacktrace", | |||
| "v8", | |||
| "callsite", | |||
| "callsites", | |||
| "stack", | |||
| "trace", | |||
| "function", | |||
| "file", | |||
| "line", | |||
| "debug" | |||
| ], | |||
| "license": "MIT", | |||
| "name": "callsites", | |||
| "repository": { | |||
| "type": "git", | |||
| "url": "git+https://github.com/sindresorhus/callsites.git" | |||
| }, | |||
| "scripts": { | |||
| "test": "xo && ava && tsd" | |||
| }, | |||
| "version": "3.1.0" | |||
| "name": "callsites", | |||
| "version": "3.1.0", | |||
| "description": "Get callsites from the V8 stack trace API", | |||
| "license": "MIT", | |||
| "repository": "sindresorhus/callsites", | |||
| "author": { | |||
| "name": "Sindre Sorhus", | |||
| "email": "sindresorhus@gmail.com", | |||
| "url": "sindresorhus.com" | |||
| }, | |||
| "engines": { | |||
| "node": ">=6" | |||
| }, | |||
| "scripts": { | |||
| "test": "xo && ava && tsd" | |||
| }, | |||
| "files": [ | |||
| "index.js", | |||
| "index.d.ts" | |||
| ], | |||
| "keywords": [ | |||
| "stacktrace", | |||
| "v8", | |||
| "callsite", | |||
| "callsites", | |||
| "stack", | |||
| "trace", | |||
| "function", | |||
| "file", | |||
| "line", | |||
| "debug" | |||
| ], | |||
| "devDependencies": { | |||
| "ava": "^1.4.1", | |||
| "tsd": "^0.7.2", | |||
| "xo": "^0.24.0" | |||
| } | |||
| } | |||
| @ -1,100 +1,68 @@ | |||
| { | |||
| "_from": "chalk@^4.0.0", | |||
| "_id": "chalk@4.1.2", | |||
| "_inBundle": false, | |||
| "_integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", | |||
| "_location": "/chalk", | |||
| "_phantomChildren": {}, | |||
| "_requested": { | |||
| "type": "range", | |||
| "registry": true, | |||
| "raw": "chalk@^4.0.0", | |||
| "name": "chalk", | |||
| "escapedName": "chalk", | |||
| "rawSpec": "^4.0.0", | |||
| "saveSpec": null, | |||
| "fetchSpec": "^4.0.0" | |||
| }, | |||
| "_requiredBy": [ | |||
| "/eslint" | |||
| ], | |||
| "_resolved": "https://registry.npmmirror.com/chalk/-/chalk-4.1.2.tgz", | |||
| "_shasum": "aac4e2b7734a740867aeb16bf02aad556a1e7a01", | |||
| "_spec": "chalk@^4.0.0", | |||
| "_where": "E:\\webView\\tenancy-wechat-uniapp\\node_modules\\eslint", | |||
| "bugs": { | |||
| "url": "https://github.com/chalk/chalk/issues" | |||
| }, | |||
| "bundleDependencies": false, | |||
| "dependencies": { | |||
| "ansi-styles": "^4.1.0", | |||
| "supports-color": "^7.1.0" | |||
| }, | |||
| "deprecated": false, | |||
| "description": "Terminal string styling done right", | |||
| "devDependencies": { | |||
| "ava": "^2.4.0", | |||
| "coveralls": "^3.0.7", | |||
| "execa": "^4.0.0", | |||
| "import-fresh": "^3.1.0", | |||
| "matcha": "^0.7.0", | |||
| "nyc": "^15.0.0", | |||
| "resolve-from": "^5.0.0", | |||
| "tsd": "^0.7.4", | |||
| "xo": "^0.28.2" | |||
| }, | |||
| "engines": { | |||
| "node": ">=10" | |||
| }, | |||
| "files": [ | |||
| "source", | |||
| "index.d.ts" | |||
| ], | |||
| "funding": "https://github.com/chalk/chalk?sponsor=1", | |||
| "homepage": "https://github.com/chalk/chalk#readme", | |||
| "keywords": [ | |||
| "color", | |||
| "colour", | |||
| "colors", | |||
| "terminal", | |||
| "console", | |||
| "cli", | |||
| "string", | |||
| "str", | |||
| "ansi", | |||
| "style", | |||
| "styles", | |||
| "tty", | |||
| "formatting", | |||
| "rgb", | |||
| "256", | |||
| "shell", | |||
| "xterm", | |||
| "log", | |||
| "logging", | |||
| "command-line", | |||
| "text" | |||
| ], | |||
| "license": "MIT", | |||
| "main": "source", | |||
| "name": "chalk", | |||
| "repository": { | |||
| "type": "git", | |||
| "url": "git+https://github.com/chalk/chalk.git" | |||
| }, | |||
| "scripts": { | |||
| "bench": "matcha benchmark.js", | |||
| "test": "xo && nyc ava && tsd" | |||
| }, | |||
| "version": "4.1.2", | |||
| "xo": { | |||
| "rules": { | |||
| "unicorn/prefer-string-slice": "off", | |||
| "unicorn/prefer-includes": "off", | |||
| "@typescript-eslint/member-ordering": "off", | |||
| "no-redeclare": "off", | |||
| "unicorn/string-content": "off", | |||
| "unicorn/better-regex": "off" | |||
| } | |||
| } | |||
| "name": "chalk", | |||
| "version": "4.1.2", | |||
| "description": "Terminal string styling done right", | |||
| "license": "MIT", | |||
| "repository": "chalk/chalk", | |||
| "funding": "https://github.com/chalk/chalk?sponsor=1", | |||
| "main": "source", | |||
| "engines": { | |||
| "node": ">=10" | |||
| }, | |||
| "scripts": { | |||
| "test": "xo && nyc ava && tsd", | |||
| "bench": "matcha benchmark.js" | |||
| }, | |||
| "files": [ | |||
| "source", | |||
| "index.d.ts" | |||
| ], | |||
| "keywords": [ | |||
| "color", | |||
| "colour", | |||
| "colors", | |||
| "terminal", | |||
| "console", | |||
| "cli", | |||
| "string", | |||
| "str", | |||
| "ansi", | |||
| "style", | |||
| "styles", | |||
| "tty", | |||
| "formatting", | |||
| "rgb", | |||
| "256", | |||
| "shell", | |||
| "xterm", | |||
| "log", | |||
| "logging", | |||
| "command-line", | |||
| "text" | |||
| ], | |||
| "dependencies": { | |||
| "ansi-styles": "^4.1.0", | |||
| "supports-color": "^7.1.0" | |||
| }, | |||
| "devDependencies": { | |||
| "ava": "^2.4.0", | |||
| "coveralls": "^3.0.7", | |||
| "execa": "^4.0.0", | |||
| "import-fresh": "^3.1.0", | |||
| "matcha": "^0.7.0", | |||
| "nyc": "^15.0.0", | |||
| "resolve-from": "^5.0.0", | |||
| "tsd": "^0.7.4", | |||
| "xo": "^0.28.2" | |||
| }, | |||
| "xo": { | |||
| "rules": { | |||
| "unicorn/prefer-string-slice": "off", | |||
| "unicorn/prefer-includes": "off", | |||
| "@typescript-eslint/member-ordering": "off", | |||
| "no-redeclare": "off", | |||
| "unicorn/string-content": "off", | |||
| "unicorn/better-regex": "off" | |||
| } | |||
| } | |||
| } | |||
| @ -1,56 +1,28 @@ | |||
| { | |||
| "_from": "color-name@~1.1.4", | |||
| "_id": "color-name@1.1.4", | |||
| "_inBundle": false, | |||
| "_integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", | |||
| "_location": "/color-name", | |||
| "_phantomChildren": {}, | |||
| "_requested": { | |||
| "type": "range", | |||
| "registry": true, | |||
| "raw": "color-name@~1.1.4", | |||
| "name": "color-name", | |||
| "escapedName": "color-name", | |||
| "rawSpec": "~1.1.4", | |||
| "saveSpec": null, | |||
| "fetchSpec": "~1.1.4" | |||
| }, | |||
| "_requiredBy": [ | |||
| "/color-convert" | |||
| ], | |||
| "_resolved": "https://registry.npmmirror.com/color-name/-/color-name-1.1.4.tgz", | |||
| "_shasum": "c2a09a87acbde69543de6f63fa3995c826c536a2", | |||
| "_spec": "color-name@~1.1.4", | |||
| "_where": "E:\\webView\\tenancy-wechat-uniapp\\node_modules\\color-convert", | |||
| "author": { | |||
| "name": "DY", | |||
| "email": "dfcreative@gmail.com" | |||
| }, | |||
| "bugs": { | |||
| "url": "https://github.com/colorjs/color-name/issues" | |||
| }, | |||
| "bundleDependencies": false, | |||
| "deprecated": false, | |||
| "name": "color-name", | |||
| "version": "1.1.4", | |||
| "description": "A list of color names and its values", | |||
| "main": "index.js", | |||
| "files": [ | |||
| "index.js" | |||
| ], | |||
| "homepage": "https://github.com/colorjs/color-name", | |||
| "scripts": { | |||
| "test": "node test.js" | |||
| }, | |||
| "repository": { | |||
| "type": "git", | |||
| "url": "git@github.com:colorjs/color-name.git" | |||
| }, | |||
| "keywords": [ | |||
| "color-name", | |||
| "color", | |||
| "color-keyword", | |||
| "keyword" | |||
| ], | |||
| "author": "DY <dfcreative@gmail.com>", | |||
| "license": "MIT", | |||
| "main": "index.js", | |||
| "name": "color-name", | |||
| "repository": { | |||
| "type": "git", | |||
| "url": "git+ssh://git@github.com/colorjs/color-name.git" | |||
| }, | |||
| "scripts": { | |||
| "test": "node test.js" | |||
| "bugs": { | |||
| "url": "https://github.com/colorjs/color-name/issues" | |||
| }, | |||
| "version": "1.1.4" | |||
| "homepage": "https://github.com/colorjs/color-name" | |||
| } | |||
| @ -1,88 +1,43 @@ | |||
| { | |||
| "_from": "concat-map@0.0.1", | |||
| "_id": "concat-map@0.0.1", | |||
| "_inBundle": false, | |||
| "_integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", | |||
| "_location": "/concat-map", | |||
| "_phantomChildren": {}, | |||
| "_requested": { | |||
| "type": "version", | |||
| "registry": true, | |||
| "raw": "concat-map@0.0.1", | |||
| "name": "concat-map", | |||
| "escapedName": "concat-map", | |||
| "rawSpec": "0.0.1", | |||
| "saveSpec": null, | |||
| "fetchSpec": "0.0.1" | |||
| }, | |||
| "_requiredBy": [ | |||
| "/brace-expansion" | |||
| ], | |||
| "_resolved": "https://registry.npmmirror.com/concat-map/-/concat-map-0.0.1.tgz", | |||
| "_shasum": "d8a96bd77fd68df7793a73036a3ba0d5405d477b", | |||
| "_spec": "concat-map@0.0.1", | |||
| "_where": "E:\\webView\\tenancy-wechat-uniapp\\node_modules\\brace-expansion", | |||
| "author": { | |||
| "name": "James Halliday", | |||
| "email": "mail@substack.net", | |||
| "url": "http://substack.net" | |||
| }, | |||
| "bugs": { | |||
| "url": "https://github.com/substack/node-concat-map/issues" | |||
| }, | |||
| "bundleDependencies": false, | |||
| "deprecated": false, | |||
| "description": "concatenative mapdashery", | |||
| "devDependencies": { | |||
| "tape": "~2.4.0" | |||
| }, | |||
| "directories": { | |||
| "example": "example", | |||
| "test": "test" | |||
| }, | |||
| "homepage": "https://github.com/substack/node-concat-map#readme", | |||
| "keywords": [ | |||
| "concat", | |||
| "concatMap", | |||
| "map", | |||
| "functional", | |||
| "higher-order" | |||
| ], | |||
| "license": "MIT", | |||
| "main": "index.js", | |||
| "name": "concat-map", | |||
| "repository": { | |||
| "type": "git", | |||
| "url": "git://github.com/substack/node-concat-map.git" | |||
| }, | |||
| "scripts": { | |||
| "test": "tape test/*.js" | |||
| }, | |||
| "testling": { | |||
| "files": "test/*.js", | |||
| "browsers": { | |||
| "ie": [ | |||
| 6, | |||
| 7, | |||
| 8, | |||
| 9 | |||
| ], | |||
| "ff": [ | |||
| 3.5, | |||
| 10, | |||
| 15 | |||
| ], | |||
| "chrome": [ | |||
| 10, | |||
| 22 | |||
| ], | |||
| "safari": [ | |||
| 5.1 | |||
| ], | |||
| "opera": [ | |||
| 12 | |||
| ] | |||
| "name" : "concat-map", | |||
| "description" : "concatenative mapdashery", | |||
| "version" : "0.0.1", | |||
| "repository" : { | |||
| "type" : "git", | |||
| "url" : "git://github.com/substack/node-concat-map.git" | |||
| }, | |||
| "main" : "index.js", | |||
| "keywords" : [ | |||
| "concat", | |||
| "concatMap", | |||
| "map", | |||
| "functional", | |||
| "higher-order" | |||
| ], | |||
| "directories" : { | |||
| "example" : "example", | |||
| "test" : "test" | |||
| }, | |||
| "scripts" : { | |||
| "test" : "tape test/*.js" | |||
| }, | |||
| "devDependencies" : { | |||
| "tape" : "~2.4.0" | |||
| }, | |||
| "license" : "MIT", | |||
| "author" : { | |||
| "name" : "James Halliday", | |||
| "email" : "mail@substack.net", | |||
| "url" : "http://substack.net" | |||
| }, | |||
| "testling" : { | |||
| "files" : "test/*.js", | |||
| "browsers" : { | |||
| "ie" : [ 6, 7, 8, 9 ], | |||
| "ff" : [ 3.5, 10, 15.0 ], | |||
| "chrome" : [ 10, 22 ], | |||
| "safari" : [ 5.1 ], | |||
| "opera" : [ 12 ] | |||
| } | |||
| } | |||
| }, | |||
| "version": "0.0.1" | |||
| } | |||
| @ -1,55 +1,26 @@ | |||
| { | |||
| "_from": "confusing-browser-globals@^1.0.10", | |||
| "_id": "confusing-browser-globals@1.0.11", | |||
| "_inBundle": false, | |||
| "_integrity": "sha512-JsPKdmh8ZkmnHxDk55FZ1TqVLvEQTvoByJZRN9jzI0UjxK/QgAmsphz7PGtqgPieQZ/CQcHWXCR7ATDNhGe+YA==", | |||
| "_location": "/confusing-browser-globals", | |||
| "_phantomChildren": {}, | |||
| "_requested": { | |||
| "type": "range", | |||
| "registry": true, | |||
| "raw": "confusing-browser-globals@^1.0.10", | |||
| "name": "confusing-browser-globals", | |||
| "escapedName": "confusing-browser-globals", | |||
| "rawSpec": "^1.0.10", | |||
| "saveSpec": null, | |||
| "fetchSpec": "^1.0.10" | |||
| }, | |||
| "_requiredBy": [ | |||
| "/eslint-config-airbnb-base" | |||
| ], | |||
| "_resolved": "https://registry.npmmirror.com/confusing-browser-globals/-/confusing-browser-globals-1.0.11.tgz", | |||
| "_shasum": "ae40e9b57cdd3915408a2805ebd3a5585608dc81", | |||
| "_spec": "confusing-browser-globals@^1.0.10", | |||
| "_where": "E:\\webView\\tenancy-wechat-uniapp\\node_modules\\eslint-config-airbnb-base", | |||
| "bugs": { | |||
| "url": "https://github.com/facebook/create-react-app/issues" | |||
| }, | |||
| "bundleDependencies": false, | |||
| "deprecated": false, | |||
| "name": "confusing-browser-globals", | |||
| "version": "1.0.11", | |||
| "description": "A list of browser globals that are often used by mistake instead of local variables", | |||
| "devDependencies": { | |||
| "jest": "^27.4.3" | |||
| }, | |||
| "files": [ | |||
| "index.js" | |||
| ], | |||
| "gitHead": "221e511730ca51c036c6954a9d2ee7659ff860f9", | |||
| "homepage": "https://github.com/facebook/create-react-app#readme", | |||
| "keywords": [ | |||
| "eslint", | |||
| "globals" | |||
| ], | |||
| "license": "MIT", | |||
| "main": "index.js", | |||
| "name": "confusing-browser-globals", | |||
| "scripts": { | |||
| "test": "jest" | |||
| }, | |||
| "repository": { | |||
| "type": "git", | |||
| "url": "git+https://github.com/facebook/create-react-app.git", | |||
| "url": "https://github.com/facebook/create-react-app.git", | |||
| "directory": "packages/confusing-browser-globals" | |||
| }, | |||
| "scripts": { | |||
| "test": "jest" | |||
| "keywords": [ | |||
| "eslint", | |||
| "globals" | |||
| ], | |||
| "files": [ | |||
| "index.js" | |||
| ], | |||
| "devDependencies": { | |||
| "jest": "^27.4.3" | |||
| }, | |||
| "version": "1.0.11" | |||
| "gitHead": "221e511730ca51c036c6954a9d2ee7659ff860f9" | |||
| } | |||
| @ -1,71 +1,30 @@ | |||
| { | |||
| "_from": "dateformat@^2.0.0", | |||
| "_id": "dateformat@2.2.0", | |||
| "_inBundle": false, | |||
| "_integrity": "sha512-GODcnWq3YGoTnygPfi02ygEiRxqUxpJwuRHjdhJYuxpcZmDq4rjBiXYmbCCzStxo176ixfLT6i4NPwQooRySnw==", | |||
| "_location": "/dateformat", | |||
| "_phantomChildren": {}, | |||
| "_requested": { | |||
| "type": "range", | |||
| "registry": true, | |||
| "raw": "dateformat@^2.0.0", | |||
| "name": "dateformat", | |||
| "escapedName": "dateformat", | |||
| "rawSpec": "^2.0.0", | |||
| "saveSpec": null, | |||
| "fetchSpec": "^2.0.0" | |||
| }, | |||
| "_requiredBy": [ | |||
| "/ali-oss" | |||
| ], | |||
| "_resolved": "https://registry.npmmirror.com/dateformat/-/dateformat-2.2.0.tgz", | |||
| "_shasum": "4065e2013cf9fb916ddfd82efb506ad4c6769062", | |||
| "_spec": "dateformat@^2.0.0", | |||
| "_where": "E:\\webView\\tenancy-wechat-uniapp\\node_modules\\ali-oss", | |||
| "author": { | |||
| "name": "Steven Levithan" | |||
| }, | |||
| "bugs": { | |||
| "url": "https://github.com/felixge/node-dateformat/issues" | |||
| }, | |||
| "bundleDependencies": false, | |||
| "name": "dateformat", | |||
| "description": "A node.js package for Steven Levithan's excellent dateFormat() function.", | |||
| "maintainers": "Felix Geisendörfer <felix@debuggable.com>", | |||
| "homepage": "https://github.com/felixge/node-dateformat", | |||
| "author": "Steven Levithan", | |||
| "contributors": [ | |||
| { | |||
| "name": "Steven Levithan" | |||
| }, | |||
| { | |||
| "name": "Felix Geisendörfer", | |||
| "email": "felix@debuggable.com" | |||
| }, | |||
| { | |||
| "name": "Christoph Tavan", | |||
| "email": "dev@tavan.de" | |||
| }, | |||
| { | |||
| "name": "Jon Schlinkert", | |||
| "url": "https://github.com/jonschlinkert" | |||
| } | |||
| "Steven Levithan", | |||
| "Felix Geisendörfer <felix@debuggable.com>", | |||
| "Christoph Tavan <dev@tavan.de>", | |||
| "Jon Schlinkert (https://github.com/jonschlinkert)" | |||
| ], | |||
| "deprecated": false, | |||
| "description": "A node.js package for Steven Levithan's excellent dateFormat() function.", | |||
| "version": "2.2.0", | |||
| "license": "MIT", | |||
| "main": "lib/dateformat", | |||
| "devDependencies": { | |||
| "mocha": "2.0.1", | |||
| "underscore": "1.7.0" | |||
| "underscore": "1.7.0", | |||
| "mocha": "2.0.1" | |||
| }, | |||
| "engines": { | |||
| "node": "*" | |||
| }, | |||
| "homepage": "https://github.com/felixge/node-dateformat", | |||
| "license": "MIT", | |||
| "main": "lib/dateformat", | |||
| "maintainers": "Felix Geisendörfer <felix@debuggable.com>", | |||
| "name": "dateformat", | |||
| "repository": { | |||
| "type": "git", | |||
| "url": "git+https://github.com/felixge/node-dateformat.git" | |||
| }, | |||
| "scripts": { | |||
| "test": "mocha" | |||
| }, | |||
| "version": "2.2.0" | |||
| "repository": { | |||
| "type": "git", | |||
| "url": "https://github.com/felixge/node-dateformat.git" | |||
| } | |||
| } | |||