3.4.3 Dependencies

This commit is contained in:
JamesIves 2020-03-31 08:54:32 -04:00
parent 38d5950b38
commit 511f2f6d97
493 changed files with 5457 additions and 4809 deletions

1
node_modules/.bin/atob generated vendored
View File

@ -1 +0,0 @@
../atob/bin/atob.js

1
node_modules/.bin/escodegen generated vendored
View File

@ -1 +0,0 @@
../escodegen/bin/escodegen.js

1
node_modules/.bin/esgenerate generated vendored
View File

@ -1 +0,0 @@
../escodegen/bin/esgenerate.js

View File

@ -1 +0,0 @@
../eslint-plugin-github/bin/eslint-github-init.js

View File

@ -1 +0,0 @@
../eslint-plugin-github/bin/eslint-ignore-errors.js

View File

@ -1 +0,0 @@
../eslint-plugin-github/bin/eslint-unused-modules.js

1
node_modules/.bin/flow-coverage generated vendored
View File

@ -1 +0,0 @@
../eslint-plugin-github/bin/flow-coverage.js

1
node_modules/.bin/github-lint generated vendored
View File

@ -1 +0,0 @@
../eslint-plugin-github/bin/github-lint.js

View File

@ -1 +0,0 @@
../import-local/fixtures/cli.js

1
node_modules/.bin/is-ci generated vendored
View File

@ -1 +0,0 @@
../is-ci/bin.js

1
node_modules/.bin/jest generated vendored
View File

@ -1 +0,0 @@
../jest/bin/jest.js

1
node_modules/.bin/jest-runtime generated vendored
View File

@ -1 +0,0 @@
../jest-runtime/bin/jest-runtime.js

1
node_modules/.bin/json5 generated vendored
View File

@ -1 +0,0 @@
../json5/lib/cli.js

View File

@ -1 +0,0 @@
../eslint-plugin-github/bin/npm-check-github-package-requirements.js

1
node_modules/.bin/parser generated vendored
View File

@ -1 +0,0 @@
../@babel/parser/bin/babel-parser.js

1
node_modules/.bin/sane generated vendored
View File

@ -1 +0,0 @@
../sane/src/cli.js

1
node_modules/.bin/sshpk-conv generated vendored
View File

@ -1 +0,0 @@
../sshpk/bin/sshpk-conv

1
node_modules/.bin/sshpk-sign generated vendored
View File

@ -1 +0,0 @@
../sshpk/bin/sshpk-sign

1
node_modules/.bin/sshpk-verify generated vendored
View File

@ -1 +0,0 @@
../sshpk/bin/sshpk-verify

1
node_modules/.bin/ts-jest generated vendored
View File

@ -1 +0,0 @@
../ts-jest/cli.js

1
node_modules/.bin/tsc generated vendored
View File

@ -1 +0,0 @@
../typescript/bin/tsc

1
node_modules/.bin/tsserver generated vendored
View File

@ -1 +0,0 @@
../typescript/bin/tsserver

1
node_modules/.bin/uuid generated vendored
View File

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

1
node_modules/.bin/watch generated vendored
View File

@ -1 +0,0 @@
../@cnakazawa/watch/cli.js

View File

@ -24,10 +24,12 @@
"fetchSpec": "7.8.3"
},
"_requiredBy": [
"/@babel/core",
"/@babel/template",
"/@babel/traverse",
"/babel-eslint",
"/eslint",
"/jest-message-util",
"/read-pkg-up/parse-json"
],
"_resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.8.3.tgz",

View File

@ -1,20 +1,27 @@
{
"_from": "@babel/core@^7.1.0",
"_args": [
[
"@babel/core@7.9.0",
"."
]
],
"_development": true,
"_from": "@babel/core@7.9.0",
"_id": "@babel/core@7.9.0",
"_inBundle": false,
"_integrity": "sha512-kWc7L0fw1xwvI0zi8OKVBuxRVefwGOrKSQMvrQ3dW+bIIavBY3/NpXmpjMy7bQnLgwgzWQZ8TlM57YHpHNHz4w==",
"_location": "/@babel/core",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "@babel/core@^7.1.0",
"raw": "@babel/core@7.9.0",
"name": "@babel/core",
"escapedName": "@babel%2fcore",
"scope": "@babel",
"rawSpec": "^7.1.0",
"rawSpec": "7.9.0",
"saveSpec": null,
"fetchSpec": "^7.1.0"
"fetchSpec": "7.9.0"
},
"_requiredBy": [
"/@jest/transform",
@ -22,9 +29,8 @@
"/jest-config"
],
"_resolved": "https://registry.npmjs.org/@babel/core/-/core-7.9.0.tgz",
"_shasum": "ac977b538b77e132ff706f3b8a4dbad09c03c56e",
"_spec": "@babel/core@^7.1.0",
"_where": "/Users/ives/Documents/Dev/Personal/gh-pages-github-action/node_modules/@jest/transform",
"_spec": "7.9.0",
"_where": ".",
"author": {
"name": "Sebastian McKenzie",
"email": "sebmck@gmail.com"
@ -35,7 +41,6 @@
"./src/config/files/index.js": "./src/config/files/index-browser.js",
"./src/transform-file.js": "./src/transform-file-browser.js"
},
"bundleDependencies": false,
"dependencies": {
"@babel/code-frame": "^7.8.3",
"@babel/generator": "^7.9.0",
@ -54,7 +59,6 @@
"semver": "^5.4.1",
"source-map": "^0.5.0"
},
"deprecated": false,
"description": "Babel compiler core.",
"devDependencies": {
"@babel/helper-transform-fixture-test-runner": "^7.8.3"

View File

@ -24,6 +24,7 @@
"fetchSpec": "7.9.4"
},
"_requiredBy": [
"/@babel/core",
"/@babel/traverse"
],
"_resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.9.4.tgz",

View File

@ -2,7 +2,7 @@
"_args": [
[
"@babel/helper-function-name@7.8.3",
"/Users/ives/Documents/Dev/Personal/gh-pages-github-action"
"."
]
],
"_development": true,
@ -28,7 +28,7 @@
],
"_resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.8.3.tgz",
"_spec": "7.8.3",
"_where": "/Users/ives/Documents/Dev/Personal/gh-pages-github-action",
"_where": ".",
"dependencies": {
"@babel/helper-get-function-arity": "^7.8.3",
"@babel/template": "^7.8.3",

View File

@ -1,37 +1,41 @@
{
"_from": "@babel/helper-member-expression-to-functions@^7.8.3",
"_args": [
[
"@babel/helper-member-expression-to-functions@7.8.3",
"."
]
],
"_development": true,
"_from": "@babel/helper-member-expression-to-functions@7.8.3",
"_id": "@babel/helper-member-expression-to-functions@7.8.3",
"_inBundle": false,
"_integrity": "sha512-fO4Egq88utkQFjbPrSHGmGLFqmrshs11d46WI+WZDESt7Wu7wN2G2Iu+NMMZJFDOVRHAMIkB5SNh30NtwCA7RA==",
"_location": "/@babel/helper-member-expression-to-functions",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "@babel/helper-member-expression-to-functions@^7.8.3",
"raw": "@babel/helper-member-expression-to-functions@7.8.3",
"name": "@babel/helper-member-expression-to-functions",
"escapedName": "@babel%2fhelper-member-expression-to-functions",
"scope": "@babel",
"rawSpec": "^7.8.3",
"rawSpec": "7.8.3",
"saveSpec": null,
"fetchSpec": "^7.8.3"
"fetchSpec": "7.8.3"
},
"_requiredBy": [
"/@babel/helper-replace-supers"
],
"_resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.8.3.tgz",
"_shasum": "659b710498ea6c1d9907e0c73f206eee7dadc24c",
"_spec": "@babel/helper-member-expression-to-functions@^7.8.3",
"_where": "/Users/ives/Documents/Dev/Personal/gh-pages-github-action/node_modules/@babel/helper-replace-supers",
"_spec": "7.8.3",
"_where": ".",
"author": {
"name": "Justin Ridgewell",
"email": "justin@ridgewell.name"
},
"bundleDependencies": false,
"dependencies": {
"@babel/types": "^7.8.3"
},
"deprecated": false,
"description": "Helper function to replace certain member expressions with function calls",
"gitHead": "a7620bd266ae1345975767bbc7abf09034437017",
"license": "MIT",

View File

@ -1,37 +1,41 @@
{
"_from": "@babel/helper-module-imports@^7.8.3",
"_args": [
[
"@babel/helper-module-imports@7.8.3",
"."
]
],
"_development": true,
"_from": "@babel/helper-module-imports@7.8.3",
"_id": "@babel/helper-module-imports@7.8.3",
"_inBundle": false,
"_integrity": "sha512-R0Bx3jippsbAEtzkpZ/6FIiuzOURPcMjHp+Z6xPe6DtApDJx+w7UYyOLanZqO8+wKR9G10s/FmHXvxaMd9s6Kg==",
"_location": "/@babel/helper-module-imports",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "@babel/helper-module-imports@^7.8.3",
"raw": "@babel/helper-module-imports@7.8.3",
"name": "@babel/helper-module-imports",
"escapedName": "@babel%2fhelper-module-imports",
"scope": "@babel",
"rawSpec": "^7.8.3",
"rawSpec": "7.8.3",
"saveSpec": null,
"fetchSpec": "^7.8.3"
"fetchSpec": "7.8.3"
},
"_requiredBy": [
"/@babel/helper-module-transforms"
],
"_resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.8.3.tgz",
"_shasum": "7fe39589b39c016331b6b8c3f441e8f0b1419498",
"_spec": "@babel/helper-module-imports@^7.8.3",
"_where": "/Users/ives/Documents/Dev/Personal/gh-pages-github-action/node_modules/@babel/helper-module-transforms",
"_spec": "7.8.3",
"_where": ".",
"author": {
"name": "Logan Smyth",
"email": "loganfsmyth@gmail.com"
},
"bundleDependencies": false,
"dependencies": {
"@babel/types": "^7.8.3"
},
"deprecated": false,
"description": "Babel helper functions for inserting module loads",
"devDependencies": {
"@babel/core": "^7.8.3"

View File

@ -1,33 +1,38 @@
{
"_from": "@babel/helper-module-transforms@^7.9.0",
"_args": [
[
"@babel/helper-module-transforms@7.9.0",
"."
]
],
"_development": true,
"_from": "@babel/helper-module-transforms@7.9.0",
"_id": "@babel/helper-module-transforms@7.9.0",
"_inBundle": false,
"_integrity": "sha512-0FvKyu0gpPfIQ8EkxlrAydOWROdHpBmiCiRwLkUiBGhCUPRRbVD2/tm3sFr/c/GWFrQ/ffutGUAnx7V0FzT2wA==",
"_location": "/@babel/helper-module-transforms",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "@babel/helper-module-transforms@^7.9.0",
"raw": "@babel/helper-module-transforms@7.9.0",
"name": "@babel/helper-module-transforms",
"escapedName": "@babel%2fhelper-module-transforms",
"scope": "@babel",
"rawSpec": "^7.9.0",
"rawSpec": "7.9.0",
"saveSpec": null,
"fetchSpec": "^7.9.0"
"fetchSpec": "7.9.0"
},
"_requiredBy": [
"/@babel/core"
],
"_resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.9.0.tgz",
"_shasum": "43b34dfe15961918707d247327431388e9fe96e5",
"_spec": "@babel/helper-module-transforms@^7.9.0",
"_where": "/Users/ives/Documents/Dev/Personal/gh-pages-github-action/node_modules/@babel/core",
"_spec": "7.9.0",
"_where": ".",
"author": {
"name": "Logan Smyth",
"email": "loganfsmyth@gmail.com"
},
"bundleDependencies": false,
"dependencies": {
"@babel/helper-module-imports": "^7.8.3",
"@babel/helper-replace-supers": "^7.8.6",
@ -37,7 +42,6 @@
"@babel/types": "^7.9.0",
"lodash": "^4.17.13"
},
"deprecated": false,
"description": "Babel helper functions for implementing ES6 module transformations",
"gitHead": "8d5e422be27251cfaadf8dd2536b31b4a5024b02",
"homepage": "https://babeljs.io/",

View File

@ -1,33 +1,37 @@
{
"_from": "@babel/helper-optimise-call-expression@^7.8.3",
"_args": [
[
"@babel/helper-optimise-call-expression@7.8.3",
"."
]
],
"_development": true,
"_from": "@babel/helper-optimise-call-expression@7.8.3",
"_id": "@babel/helper-optimise-call-expression@7.8.3",
"_inBundle": false,
"_integrity": "sha512-Kag20n86cbO2AvHca6EJsvqAd82gc6VMGule4HwebwMlwkpXuVqrNRj6CkCV2sKxgi9MyAUnZVnZ6lJ1/vKhHQ==",
"_location": "/@babel/helper-optimise-call-expression",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "@babel/helper-optimise-call-expression@^7.8.3",
"raw": "@babel/helper-optimise-call-expression@7.8.3",
"name": "@babel/helper-optimise-call-expression",
"escapedName": "@babel%2fhelper-optimise-call-expression",
"scope": "@babel",
"rawSpec": "^7.8.3",
"rawSpec": "7.8.3",
"saveSpec": null,
"fetchSpec": "^7.8.3"
"fetchSpec": "7.8.3"
},
"_requiredBy": [
"/@babel/helper-replace-supers"
],
"_resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.8.3.tgz",
"_shasum": "7ed071813d09c75298ef4f208956006b6111ecb9",
"_spec": "@babel/helper-optimise-call-expression@^7.8.3",
"_where": "/Users/ives/Documents/Dev/Personal/gh-pages-github-action/node_modules/@babel/helper-replace-supers",
"bundleDependencies": false,
"_spec": "7.8.3",
"_where": ".",
"dependencies": {
"@babel/types": "^7.8.3"
},
"deprecated": false,
"description": "Helper function to optimise call expression",
"gitHead": "a7620bd266ae1345975767bbc7abf09034437017",
"license": "MIT",

View File

@ -1,20 +1,27 @@
{
"_from": "@babel/helper-plugin-utils@^7.0.0",
"_args": [
[
"@babel/helper-plugin-utils@7.8.3",
"."
]
],
"_development": true,
"_from": "@babel/helper-plugin-utils@7.8.3",
"_id": "@babel/helper-plugin-utils@7.8.3",
"_inBundle": false,
"_integrity": "sha512-j+fq49Xds2smCUNYmEHF9kGNkhbet6yVIBp4e6oeQpH1RUs/Ir06xUKzDjDkGcaaokPiTNs2JBWHjaE4csUkZQ==",
"_location": "/@babel/helper-plugin-utils",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "@babel/helper-plugin-utils@^7.0.0",
"raw": "@babel/helper-plugin-utils@7.8.3",
"name": "@babel/helper-plugin-utils",
"escapedName": "@babel%2fhelper-plugin-utils",
"scope": "@babel",
"rawSpec": "^7.0.0",
"rawSpec": "7.8.3",
"saveSpec": null,
"fetchSpec": "^7.0.0"
"fetchSpec": "7.8.3"
},
"_requiredBy": [
"/@babel/plugin-syntax-bigint",
@ -22,15 +29,12 @@
"/babel-plugin-istanbul"
],
"_resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.8.3.tgz",
"_shasum": "9ea293be19babc0f52ff8ca88b34c3611b208670",
"_spec": "@babel/helper-plugin-utils@^7.0.0",
"_where": "/Users/ives/Documents/Dev/Personal/gh-pages-github-action/node_modules/babel-plugin-istanbul",
"_spec": "7.8.3",
"_where": ".",
"author": {
"name": "Logan Smyth",
"email": "loganfsmyth@gmail.com"
},
"bundleDependencies": false,
"deprecated": false,
"description": "General utilities for plugins to use",
"gitHead": "a7620bd266ae1345975767bbc7abf09034437017",
"homepage": "https://babeljs.io/",

View File

@ -1,36 +1,40 @@
{
"_from": "@babel/helper-replace-supers@^7.8.6",
"_args": [
[
"@babel/helper-replace-supers@7.8.6",
"."
]
],
"_development": true,
"_from": "@babel/helper-replace-supers@7.8.6",
"_id": "@babel/helper-replace-supers@7.8.6",
"_inBundle": false,
"_integrity": "sha512-PeMArdA4Sv/Wf4zXwBKPqVj7n9UF/xg6slNRtZW84FM7JpE1CbG8B612FyM4cxrf4fMAMGO0kR7voy1ForHHFA==",
"_location": "/@babel/helper-replace-supers",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "@babel/helper-replace-supers@^7.8.6",
"raw": "@babel/helper-replace-supers@7.8.6",
"name": "@babel/helper-replace-supers",
"escapedName": "@babel%2fhelper-replace-supers",
"scope": "@babel",
"rawSpec": "^7.8.6",
"rawSpec": "7.8.6",
"saveSpec": null,
"fetchSpec": "^7.8.6"
"fetchSpec": "7.8.6"
},
"_requiredBy": [
"/@babel/helper-module-transforms"
],
"_resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.8.6.tgz",
"_shasum": "5ada744fd5ad73203bf1d67459a27dcba67effc8",
"_spec": "@babel/helper-replace-supers@^7.8.6",
"_where": "/Users/ives/Documents/Dev/Personal/gh-pages-github-action/node_modules/@babel/helper-module-transforms",
"bundleDependencies": false,
"_spec": "7.8.6",
"_where": ".",
"dependencies": {
"@babel/helper-member-expression-to-functions": "^7.8.3",
"@babel/helper-optimise-call-expression": "^7.8.3",
"@babel/traverse": "^7.8.6",
"@babel/types": "^7.8.6"
},
"deprecated": false,
"description": "Helper function to replace supers",
"gitHead": "750d3dde3bd2d390819820fd22c05441da78751b",
"license": "MIT",

View File

@ -1,38 +1,42 @@
{
"_from": "@babel/helper-simple-access@^7.8.3",
"_args": [
[
"@babel/helper-simple-access@7.8.3",
"."
]
],
"_development": true,
"_from": "@babel/helper-simple-access@7.8.3",
"_id": "@babel/helper-simple-access@7.8.3",
"_inBundle": false,
"_integrity": "sha512-VNGUDjx5cCWg4vvCTR8qQ7YJYZ+HBjxOgXEl7ounz+4Sn7+LMD3CFrCTEU6/qXKbA2nKg21CwhhBzO0RpRbdCw==",
"_location": "/@babel/helper-simple-access",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "@babel/helper-simple-access@^7.8.3",
"raw": "@babel/helper-simple-access@7.8.3",
"name": "@babel/helper-simple-access",
"escapedName": "@babel%2fhelper-simple-access",
"scope": "@babel",
"rawSpec": "^7.8.3",
"rawSpec": "7.8.3",
"saveSpec": null,
"fetchSpec": "^7.8.3"
"fetchSpec": "7.8.3"
},
"_requiredBy": [
"/@babel/helper-module-transforms"
],
"_resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.8.3.tgz",
"_shasum": "7f8109928b4dab4654076986af575231deb639ae",
"_spec": "@babel/helper-simple-access@^7.8.3",
"_where": "/Users/ives/Documents/Dev/Personal/gh-pages-github-action/node_modules/@babel/helper-module-transforms",
"_spec": "7.8.3",
"_where": ".",
"author": {
"name": "Logan Smyth",
"email": "loganfsmyth@gmail.com"
},
"bundleDependencies": false,
"dependencies": {
"@babel/template": "^7.8.3",
"@babel/types": "^7.8.3"
},
"deprecated": false,
"description": "Babel helper for ensuring that access to a given value is performed through simple accesses",
"gitHead": "a7620bd266ae1345975767bbc7abf09034437017",
"homepage": "https://babeljs.io/",

View File

@ -24,6 +24,7 @@
"fetchSpec": "7.8.3"
},
"_requiredBy": [
"/@babel/helper-module-transforms",
"/@babel/traverse"
],
"_resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.8.3.tgz",

View File

@ -1,39 +1,43 @@
{
"_from": "@babel/helpers@^7.9.0",
"_args": [
[
"@babel/helpers@7.9.2",
"."
]
],
"_development": true,
"_from": "@babel/helpers@7.9.2",
"_id": "@babel/helpers@7.9.2",
"_inBundle": false,
"_integrity": "sha512-JwLvzlXVPjO8eU9c/wF9/zOIN7X6h8DYf7mG4CiFRZRvZNKEF5dQ3H3V+ASkHoIB3mWhatgl5ONhyqHRI6MppA==",
"_location": "/@babel/helpers",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "@babel/helpers@^7.9.0",
"raw": "@babel/helpers@7.9.2",
"name": "@babel/helpers",
"escapedName": "@babel%2fhelpers",
"scope": "@babel",
"rawSpec": "^7.9.0",
"rawSpec": "7.9.2",
"saveSpec": null,
"fetchSpec": "^7.9.0"
"fetchSpec": "7.9.2"
},
"_requiredBy": [
"/@babel/core"
],
"_resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.9.2.tgz",
"_shasum": "b42a81a811f1e7313b88cba8adc66b3d9ae6c09f",
"_spec": "@babel/helpers@^7.9.0",
"_where": "/Users/ives/Documents/Dev/Personal/gh-pages-github-action/node_modules/@babel/core",
"_spec": "7.9.2",
"_where": ".",
"author": {
"name": "Sebastian McKenzie",
"email": "sebmck@gmail.com"
},
"bundleDependencies": false,
"dependencies": {
"@babel/template": "^7.8.3",
"@babel/traverse": "^7.9.0",
"@babel/types": "^7.9.0"
},
"deprecated": false,
"description": "Collection of helper functions used by Babel transforms.",
"devDependencies": {
"@babel/helper-plugin-test-runner": "^7.8.3"

View File

@ -1,82 +0,0 @@
{
"_args": [
[
"@babel/parser@7.9.4",
"/Users/ives/Documents/Dev/Personal/gh-pages-github-action"
]
],
"_development": true,
"_from": "@babel/parser@7.9.4",
"_id": "@babel/parser@7.9.4",
"_inBundle": false,
"_integrity": "sha512-bC49otXX6N0/VYhgOMh4gnP26E9xnDZK3TmbNpxYzzz9BQLBosQwfyOe9/cXUU3txYhTzLCbcqd5c8y/OmCjHA==",
"_location": "/@babel/parser",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@babel/parser@7.9.4",
"name": "@babel/parser",
"escapedName": "@babel%2fparser",
"scope": "@babel",
"rawSpec": "7.9.4",
"saveSpec": null,
"fetchSpec": "7.9.4"
},
"_requiredBy": [
"/@babel/core",
"/@babel/template",
"/@babel/traverse",
"/@types/babel__core",
"/@types/babel__template",
"/babel-eslint",
"/istanbul-lib-instrument"
],
"_resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.9.4.tgz",
"_spec": "7.9.4",
"_where": "/Users/ives/Documents/Dev/Personal/gh-pages-github-action",
"author": {
"name": "Sebastian McKenzie",
"email": "sebmck@gmail.com"
},
"bin": {
"parser": "bin/babel-parser.js"
},
"description": "A JavaScript parser",
"devDependencies": {
"@babel/code-frame": "^7.8.3",
"@babel/helper-fixtures": "^7.8.6",
"@babel/helper-validator-identifier": "^7.9.0",
"charcodes": "^0.2.0"
},
"engines": {
"node": ">=6.0.0"
},
"files": [
"bin",
"lib",
"typings"
],
"gitHead": "d3cf5fb5f4b46a1f7e9e33f2d24a466e3ea1e50f",
"homepage": "https://babeljs.io/",
"keywords": [
"babel",
"javascript",
"parser",
"tc39",
"ecmascript",
"@babel/parser"
],
"license": "MIT",
"main": "lib/index.js",
"name": "@babel/parser",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/babel/babel/tree/master/packages/babel-parser"
},
"types": "typings/babel-parser.d.ts",
"version": "7.9.4"
}

View File

@ -1,33 +1,37 @@
{
"_from": "@babel/plugin-syntax-bigint@^7.0.0",
"_args": [
[
"@babel/plugin-syntax-bigint@7.8.3",
"."
]
],
"_development": true,
"_from": "@babel/plugin-syntax-bigint@7.8.3",
"_id": "@babel/plugin-syntax-bigint@7.8.3",
"_inBundle": false,
"_integrity": "sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==",
"_location": "/@babel/plugin-syntax-bigint",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "@babel/plugin-syntax-bigint@^7.0.0",
"raw": "@babel/plugin-syntax-bigint@7.8.3",
"name": "@babel/plugin-syntax-bigint",
"escapedName": "@babel%2fplugin-syntax-bigint",
"scope": "@babel",
"rawSpec": "^7.0.0",
"rawSpec": "7.8.3",
"saveSpec": null,
"fetchSpec": "^7.0.0"
"fetchSpec": "7.8.3"
},
"_requiredBy": [
"/babel-preset-jest"
],
"_resolved": "https://registry.npmjs.org/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz",
"_shasum": "4c9a6f669f5d0cdf1b90a1671e9a146be5300cea",
"_spec": "@babel/plugin-syntax-bigint@^7.0.0",
"_where": "/Users/ives/Documents/Dev/Personal/gh-pages-github-action/node_modules/babel-preset-jest",
"bundleDependencies": false,
"_spec": "7.8.3",
"_where": ".",
"dependencies": {
"@babel/helper-plugin-utils": "^7.8.0"
},
"deprecated": false,
"description": "Allow parsing of BigInt literals",
"devDependencies": {
"@babel/core": "^7.8.0"

View File

@ -1,33 +1,37 @@
{
"_from": "@babel/plugin-syntax-object-rest-spread@^7.0.0",
"_args": [
[
"@babel/plugin-syntax-object-rest-spread@7.8.3",
"."
]
],
"_development": true,
"_from": "@babel/plugin-syntax-object-rest-spread@7.8.3",
"_id": "@babel/plugin-syntax-object-rest-spread@7.8.3",
"_inBundle": false,
"_integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==",
"_location": "/@babel/plugin-syntax-object-rest-spread",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "@babel/plugin-syntax-object-rest-spread@^7.0.0",
"raw": "@babel/plugin-syntax-object-rest-spread@7.8.3",
"name": "@babel/plugin-syntax-object-rest-spread",
"escapedName": "@babel%2fplugin-syntax-object-rest-spread",
"scope": "@babel",
"rawSpec": "^7.0.0",
"rawSpec": "7.8.3",
"saveSpec": null,
"fetchSpec": "^7.0.0"
"fetchSpec": "7.8.3"
},
"_requiredBy": [
"/babel-preset-jest"
],
"_resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz",
"_shasum": "60e225edcbd98a640332a2e72dd3e66f1af55871",
"_spec": "@babel/plugin-syntax-object-rest-spread@^7.0.0",
"_where": "/Users/ives/Documents/Dev/Personal/gh-pages-github-action/node_modules/babel-preset-jest",
"bundleDependencies": false,
"_spec": "7.8.3",
"_where": ".",
"dependencies": {
"@babel/helper-plugin-utils": "^7.8.0"
},
"deprecated": false,
"description": "Allow parsing of object rest/spread",
"devDependencies": {
"@babel/core": "^7.8.0"

1
node_modules/@babel/template/node_modules/.bin/parser generated vendored Symbolic link
View File

@ -0,0 +1 @@
../../../../istanbul-lib-instrument/node_modules/@babel/parser/bin/babel-parser.js

View File

@ -2,7 +2,7 @@
"_args": [
[
"@babel/template@7.8.6",
"/Users/ives/Documents/Dev/Personal/gh-pages-github-action"
"."
]
],
"_development": true,
@ -33,7 +33,7 @@
],
"_resolved": "https://registry.npmjs.org/@babel/template/-/template-7.8.6.tgz",
"_spec": "7.8.6",
"_where": "/Users/ives/Documents/Dev/Personal/gh-pages-github-action",
"_where": ".",
"author": {
"name": "Sebastian McKenzie",
"email": "sebmck@gmail.com"

1
node_modules/@babel/traverse/node_modules/.bin/parser generated vendored Symbolic link
View File

@ -0,0 +1 @@
../../../../istanbul-lib-instrument/node_modules/@babel/parser/bin/babel-parser.js

View File

@ -2,7 +2,7 @@
"_args": [
[
"globals@11.12.0",
"/Users/ives/Documents/Dev/Personal/gh-pages-github-action"
"."
]
],
"_development": true,
@ -27,7 +27,7 @@
],
"_resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz",
"_spec": "11.12.0",
"_where": "/Users/ives/Documents/Dev/Personal/gh-pages-github-action",
"_where": ".",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",

View File

@ -2,7 +2,7 @@
"_args": [
[
"@babel/traverse@7.9.0",
"/Users/ives/Documents/Dev/Personal/gh-pages-github-action"
"."
]
],
"_development": true,
@ -34,7 +34,7 @@
],
"_resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.9.0.tgz",
"_spec": "7.9.0",
"_where": "/Users/ives/Documents/Dev/Personal/gh-pages-github-action",
"_where": ".",
"author": {
"name": "Sebastian McKenzie",
"email": "sebmck@gmail.com"

View File

@ -24,13 +24,26 @@
"fetchSpec": "7.9.0"
},
"_requiredBy": [
"/@babel/core",
"/@babel/generator",
"/@babel/helper-function-name",
"/@babel/helper-get-function-arity",
"/@babel/helper-member-expression-to-functions",
"/@babel/helper-module-imports",
"/@babel/helper-module-transforms",
"/@babel/helper-optimise-call-expression",
"/@babel/helper-replace-supers",
"/@babel/helper-simple-access",
"/@babel/helper-split-export-declaration",
"/@babel/helpers",
"/@babel/template",
"/@babel/traverse",
"/babel-eslint"
"/@types/babel__core",
"/@types/babel__generator",
"/@types/babel__template",
"/@types/babel__traverse",
"/babel-eslint",
"/jest-snapshot"
],
"_resolved": "https://registry.npmjs.org/@babel/types/-/types-7.9.0.tgz",
"_spec": "7.9.0",

View File

@ -1,28 +1,34 @@
{
"_from": "@bcoe/v8-coverage@^0.2.3",
"_args": [
[
"@bcoe/v8-coverage@0.2.3",
"."
]
],
"_development": true,
"_from": "@bcoe/v8-coverage@0.2.3",
"_id": "@bcoe/v8-coverage@0.2.3",
"_inBundle": false,
"_integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==",
"_location": "/@bcoe/v8-coverage",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "@bcoe/v8-coverage@^0.2.3",
"raw": "@bcoe/v8-coverage@0.2.3",
"name": "@bcoe/v8-coverage",
"escapedName": "@bcoe%2fv8-coverage",
"scope": "@bcoe",
"rawSpec": "^0.2.3",
"rawSpec": "0.2.3",
"saveSpec": null,
"fetchSpec": "^0.2.3"
"fetchSpec": "0.2.3"
},
"_requiredBy": [
"/@jest/reporters"
],
"_resolved": "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz",
"_shasum": "75a2e8b51cb758a7553d6804a5932d7aace75c39",
"_spec": "@bcoe/v8-coverage@^0.2.3",
"_where": "/Users/ives/Documents/Dev/Personal/gh-pages-github-action/node_modules/@jest/reporters",
"_spec": "0.2.3",
"_where": ".",
"author": {
"name": "Charles Samborski",
"email": "demurgos@demurgos.net",
@ -31,8 +37,6 @@
"bugs": {
"url": "https://github.com/demurgos/v8-coverage/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Helper functions for V8 coverage files.",
"devDependencies": {
"@types/chai": "^4.1.4",

View File

@ -1,28 +1,34 @@
{
"_from": "@cnakazawa/watch@^1.0.3",
"_args": [
[
"@cnakazawa/watch@1.0.4",
"."
]
],
"_development": true,
"_from": "@cnakazawa/watch@1.0.4",
"_id": "@cnakazawa/watch@1.0.4",
"_inBundle": false,
"_integrity": "sha512-v9kIhKwjeZThiWrLmj0y17CWoyddASLj9O2yvbZkbvw/N3rWOYy9zkV66ursAoVr0mV15bL8g0c4QZUE6cdDoQ==",
"_location": "/@cnakazawa/watch",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "@cnakazawa/watch@^1.0.3",
"raw": "@cnakazawa/watch@1.0.4",
"name": "@cnakazawa/watch",
"escapedName": "@cnakazawa%2fwatch",
"scope": "@cnakazawa",
"rawSpec": "^1.0.3",
"rawSpec": "1.0.4",
"saveSpec": null,
"fetchSpec": "^1.0.3"
"fetchSpec": "1.0.4"
},
"_requiredBy": [
"/sane"
],
"_resolved": "https://registry.npmjs.org/@cnakazawa/watch/-/watch-1.0.4.tgz",
"_shasum": "f864ae85004d0fcab6f50be9141c4da368d1656a",
"_spec": "@cnakazawa/watch@^1.0.3",
"_where": "/Users/ives/Documents/Dev/Personal/gh-pages-github-action/node_modules/sane",
"_spec": "1.0.4",
"_where": ".",
"author": {
"name": "Mikeal Rogers",
"email": "mikeal.rogers@gmail.com"
@ -33,12 +39,10 @@
"bugs": {
"url": "https://github.com/mikeal/watch/issues"
},
"bundleDependencies": false,
"dependencies": {
"exec-sh": "^0.3.2",
"minimist": "^1.2.0"
},
"deprecated": false,
"description": "Utilities for watching file trees.",
"directories": {
"lib": "lib"

View File

@ -1,27 +1,33 @@
{
"_from": "find-up@^4.1.0",
"_args": [
[
"find-up@4.1.0",
"."
]
],
"_development": true,
"_from": "find-up@4.1.0",
"_id": "find-up@4.1.0",
"_inBundle": false,
"_integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
"_location": "/@istanbuljs/load-nyc-config/find-up",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "find-up@^4.1.0",
"raw": "find-up@4.1.0",
"name": "find-up",
"escapedName": "find-up",
"rawSpec": "^4.1.0",
"rawSpec": "4.1.0",
"saveSpec": null,
"fetchSpec": "^4.1.0"
"fetchSpec": "4.1.0"
},
"_requiredBy": [
"/@istanbuljs/load-nyc-config"
],
"_resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
"_shasum": "97afe7d6cdc0bc5928584b7c8d7b16e8a9aa5d19",
"_spec": "find-up@^4.1.0",
"_where": "/Users/ives/Documents/Dev/Personal/gh-pages-github-action/node_modules/@istanbuljs/load-nyc-config",
"_spec": "4.1.0",
"_where": ".",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
@ -30,12 +36,10 @@
"bugs": {
"url": "https://github.com/sindresorhus/find-up/issues"
},
"bundleDependencies": false,
"dependencies": {
"locate-path": "^5.0.0",
"path-exists": "^4.0.0"
},
"deprecated": false,
"description": "Find a file or directory by walking up parent directories",
"devDependencies": {
"ava": "^2.1.0",

View File

@ -1,27 +1,33 @@
{
"_from": "locate-path@^5.0.0",
"_args": [
[
"locate-path@5.0.0",
"."
]
],
"_development": true,
"_from": "locate-path@5.0.0",
"_id": "locate-path@5.0.0",
"_inBundle": false,
"_integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
"_location": "/@istanbuljs/load-nyc-config/locate-path",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "locate-path@^5.0.0",
"raw": "locate-path@5.0.0",
"name": "locate-path",
"escapedName": "locate-path",
"rawSpec": "^5.0.0",
"rawSpec": "5.0.0",
"saveSpec": null,
"fetchSpec": "^5.0.0"
"fetchSpec": "5.0.0"
},
"_requiredBy": [
"/@istanbuljs/load-nyc-config/find-up"
],
"_resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
"_shasum": "1afba396afd676a6d42504d0a67a3a7eb9f62aa0",
"_spec": "locate-path@^5.0.0",
"_where": "/Users/ives/Documents/Dev/Personal/gh-pages-github-action/node_modules/@istanbuljs/load-nyc-config/node_modules/find-up",
"_spec": "5.0.0",
"_where": ".",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
@ -30,11 +36,9 @@
"bugs": {
"url": "https://github.com/sindresorhus/locate-path/issues"
},
"bundleDependencies": false,
"dependencies": {
"p-locate": "^4.1.0"
},
"deprecated": false,
"description": "Get the first path that exists on disk of multiple paths",
"devDependencies": {
"ava": "^1.4.1",

View File

@ -1,27 +1,33 @@
{
"_from": "p-limit@^2.2.0",
"_args": [
[
"p-limit@2.2.2",
"."
]
],
"_development": true,
"_from": "p-limit@2.2.2",
"_id": "p-limit@2.2.2",
"_inBundle": false,
"_integrity": "sha512-WGR+xHecKTr7EbUEhyLSh5Dube9JtdiG78ufaeLxTgpudf/20KqyMioIUZJAezlTIi6evxuoUs9YXc11cU+yzQ==",
"_location": "/@istanbuljs/load-nyc-config/p-limit",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "p-limit@^2.2.0",
"raw": "p-limit@2.2.2",
"name": "p-limit",
"escapedName": "p-limit",
"rawSpec": "^2.2.0",
"rawSpec": "2.2.2",
"saveSpec": null,
"fetchSpec": "^2.2.0"
"fetchSpec": "2.2.2"
},
"_requiredBy": [
"/@istanbuljs/load-nyc-config/p-locate"
],
"_resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.2.2.tgz",
"_shasum": "61279b67721f5287aa1c13a9a7fbbc48c9291b1e",
"_spec": "p-limit@^2.2.0",
"_where": "/Users/ives/Documents/Dev/Personal/gh-pages-github-action/node_modules/@istanbuljs/load-nyc-config/node_modules/p-locate",
"_spec": "2.2.2",
"_where": ".",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
@ -30,11 +36,9 @@
"bugs": {
"url": "https://github.com/sindresorhus/p-limit/issues"
},
"bundleDependencies": false,
"dependencies": {
"p-try": "^2.0.0"
},
"deprecated": false,
"description": "Run multiple promise-returning & async functions with limited concurrency",
"devDependencies": {
"ava": "^1.2.1",

View File

@ -1,27 +1,33 @@
{
"_from": "p-locate@^4.1.0",
"_args": [
[
"p-locate@4.1.0",
"."
]
],
"_development": true,
"_from": "p-locate@4.1.0",
"_id": "p-locate@4.1.0",
"_inBundle": false,
"_integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
"_location": "/@istanbuljs/load-nyc-config/p-locate",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "p-locate@^4.1.0",
"raw": "p-locate@4.1.0",
"name": "p-locate",
"escapedName": "p-locate",
"rawSpec": "^4.1.0",
"rawSpec": "4.1.0",
"saveSpec": null,
"fetchSpec": "^4.1.0"
"fetchSpec": "4.1.0"
},
"_requiredBy": [
"/@istanbuljs/load-nyc-config/locate-path"
],
"_resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
"_shasum": "a3428bb7088b3a60292f66919278b7c297ad4f07",
"_spec": "p-locate@^4.1.0",
"_where": "/Users/ives/Documents/Dev/Personal/gh-pages-github-action/node_modules/@istanbuljs/load-nyc-config/node_modules/locate-path",
"_spec": "4.1.0",
"_where": ".",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
@ -30,11 +36,9 @@
"bugs": {
"url": "https://github.com/sindresorhus/p-locate/issues"
},
"bundleDependencies": false,
"dependencies": {
"p-limit": "^2.2.0"
},
"deprecated": false,
"description": "Get the first fulfilled promise that satisfies the provided testing function",
"devDependencies": {
"ava": "^1.4.1",

View File

@ -1,27 +1,33 @@
{
"_from": "p-try@^2.0.0",
"_args": [
[
"p-try@2.2.0",
"."
]
],
"_development": true,
"_from": "p-try@2.2.0",
"_id": "p-try@2.2.0",
"_inBundle": false,
"_integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==",
"_location": "/@istanbuljs/load-nyc-config/p-try",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "p-try@^2.0.0",
"raw": "p-try@2.2.0",
"name": "p-try",
"escapedName": "p-try",
"rawSpec": "^2.0.0",
"rawSpec": "2.2.0",
"saveSpec": null,
"fetchSpec": "^2.0.0"
"fetchSpec": "2.2.0"
},
"_requiredBy": [
"/@istanbuljs/load-nyc-config/p-limit"
],
"_resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz",
"_shasum": "cb2868540e313d61de58fafbe35ce9004d5540e6",
"_spec": "p-try@^2.0.0",
"_where": "/Users/ives/Documents/Dev/Personal/gh-pages-github-action/node_modules/@istanbuljs/load-nyc-config/node_modules/p-limit",
"_spec": "2.2.0",
"_where": ".",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
@ -30,8 +36,6 @@
"bugs": {
"url": "https://github.com/sindresorhus/p-try/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "`Start a promise chain",
"devDependencies": {
"ava": "^1.4.1",

View File

@ -1,27 +1,33 @@
{
"_from": "path-exists@^4.0.0",
"_args": [
[
"path-exists@4.0.0",
"."
]
],
"_development": true,
"_from": "path-exists@4.0.0",
"_id": "path-exists@4.0.0",
"_inBundle": false,
"_integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
"_location": "/@istanbuljs/load-nyc-config/path-exists",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "path-exists@^4.0.0",
"raw": "path-exists@4.0.0",
"name": "path-exists",
"escapedName": "path-exists",
"rawSpec": "^4.0.0",
"rawSpec": "4.0.0",
"saveSpec": null,
"fetchSpec": "^4.0.0"
"fetchSpec": "4.0.0"
},
"_requiredBy": [
"/@istanbuljs/load-nyc-config/find-up"
],
"_resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
"_shasum": "513bdbe2d3b95d7762e8c1137efa195c6c61b5b3",
"_spec": "path-exists@^4.0.0",
"_where": "/Users/ives/Documents/Dev/Personal/gh-pages-github-action/node_modules/@istanbuljs/load-nyc-config/node_modules/find-up",
"_spec": "4.0.0",
"_where": ".",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
@ -30,8 +36,6 @@
"bugs": {
"url": "https://github.com/sindresorhus/path-exists/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Check if a path exists",
"devDependencies": {
"ava": "^1.4.1",

View File

@ -1,27 +1,33 @@
{
"_from": "resolve-from@^5.0.0",
"_args": [
[
"resolve-from@5.0.0",
"."
]
],
"_development": true,
"_from": "resolve-from@5.0.0",
"_id": "resolve-from@5.0.0",
"_inBundle": false,
"_integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==",
"_location": "/@istanbuljs/load-nyc-config/resolve-from",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "resolve-from@^5.0.0",
"raw": "resolve-from@5.0.0",
"name": "resolve-from",
"escapedName": "resolve-from",
"rawSpec": "^5.0.0",
"rawSpec": "5.0.0",
"saveSpec": null,
"fetchSpec": "^5.0.0"
"fetchSpec": "5.0.0"
},
"_requiredBy": [
"/@istanbuljs/load-nyc-config"
],
"_resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz",
"_shasum": "c35225843df8f776df21c57557bc087e9dfdfc69",
"_spec": "resolve-from@^5.0.0",
"_where": "/Users/ives/Documents/Dev/Personal/gh-pages-github-action/node_modules/@istanbuljs/load-nyc-config",
"_spec": "5.0.0",
"_where": ".",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
@ -30,8 +36,6 @@
"bugs": {
"url": "https://github.com/sindresorhus/resolve-from/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Resolve the path of a module like `require.resolve()` but from a given path",
"devDependencies": {
"ava": "^1.4.1",

View File

@ -1,39 +1,43 @@
{
"_from": "@istanbuljs/load-nyc-config@^1.0.0",
"_args": [
[
"@istanbuljs/load-nyc-config@1.0.0",
"."
]
],
"_development": true,
"_from": "@istanbuljs/load-nyc-config@1.0.0",
"_id": "@istanbuljs/load-nyc-config@1.0.0",
"_inBundle": false,
"_integrity": "sha512-ZR0rq/f/E4f4XcgnDvtMWXCUJpi8eO0rssVhmztsZqLIEFA9UUP9zmpE0VxlM+kv/E1ul2I876Fwil2ayptDVg==",
"_location": "/@istanbuljs/load-nyc-config",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "@istanbuljs/load-nyc-config@^1.0.0",
"raw": "@istanbuljs/load-nyc-config@1.0.0",
"name": "@istanbuljs/load-nyc-config",
"escapedName": "@istanbuljs%2fload-nyc-config",
"scope": "@istanbuljs",
"rawSpec": "^1.0.0",
"rawSpec": "1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
"fetchSpec": "1.0.0"
},
"_requiredBy": [
"/babel-plugin-istanbul"
],
"_resolved": "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.0.0.tgz",
"_shasum": "10602de5570baea82f8afbfa2630b24e7a8cfe5b",
"_spec": "@istanbuljs/load-nyc-config@^1.0.0",
"_where": "/Users/ives/Documents/Dev/Personal/gh-pages-github-action/node_modules/babel-plugin-istanbul",
"_spec": "1.0.0",
"_where": ".",
"bugs": {
"url": "https://github.com/istanbuljs/load-nyc-config/issues"
},
"bundleDependencies": false,
"dependencies": {
"camelcase": "^5.3.1",
"find-up": "^4.1.0",
"js-yaml": "^3.13.1",
"resolve-from": "^5.0.0"
},
"deprecated": false,
"description": "Utility function to load nyc configuration",
"devDependencies": {
"semver": "^6.3.0",

View File

@ -1,20 +1,27 @@
{
"_from": "@istanbuljs/schema@^0.1.2",
"_args": [
[
"@istanbuljs/schema@0.1.2",
"."
]
],
"_development": true,
"_from": "@istanbuljs/schema@0.1.2",
"_id": "@istanbuljs/schema@0.1.2",
"_inBundle": false,
"_integrity": "sha512-tsAQNx32a8CoFhjhijUIhI4kccIAgmGhy8LZMZgGfmXcpMbPRUqn5LWmgRttILi6yeGmBJd2xsPkFMs0PzgPCw==",
"_location": "/@istanbuljs/schema",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "@istanbuljs/schema@^0.1.2",
"raw": "@istanbuljs/schema@0.1.2",
"name": "@istanbuljs/schema",
"escapedName": "@istanbuljs%2fschema",
"scope": "@istanbuljs",
"rawSpec": "^0.1.2",
"rawSpec": "0.1.2",
"saveSpec": null,
"fetchSpec": "^0.1.2"
"fetchSpec": "0.1.2"
},
"_requiredBy": [
"/babel-plugin-istanbul",
@ -22,17 +29,14 @@
"/test-exclude"
],
"_resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.2.tgz",
"_shasum": "26520bf09abe4a5644cd5414e37125a8954241dd",
"_spec": "@istanbuljs/schema@^0.1.2",
"_where": "/Users/ives/Documents/Dev/Personal/gh-pages-github-action/node_modules/babel-plugin-istanbul",
"_spec": "0.1.2",
"_where": ".",
"author": {
"name": "Corey Farrell"
},
"bugs": {
"url": "https://github.com/istanbuljs/schema/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Schemas describing various structures used by nyc and istanbuljs",
"devDependencies": {
"standard-version": "^7.0.0",

View File

@ -1,20 +1,27 @@
{
"_from": "@jest/console@^25.2.3",
"_args": [
[
"@jest/console@25.2.3",
"."
]
],
"_development": true,
"_from": "@jest/console@25.2.3",
"_id": "@jest/console@25.2.3",
"_inBundle": false,
"_integrity": "sha512-k+37B1aSvOt9tKHWbZZSOy1jdgzesB0bj96igCVUG1nAH1W5EoUfgc5EXbBVU08KSLvkVdWopLXaO3xfVGlxtQ==",
"_location": "/@jest/console",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "@jest/console@^25.2.3",
"raw": "@jest/console@25.2.3",
"name": "@jest/console",
"escapedName": "@jest%2fconsole",
"scope": "@jest",
"rawSpec": "^25.2.3",
"rawSpec": "25.2.3",
"saveSpec": null,
"fetchSpec": "^25.2.3"
"fetchSpec": "25.2.3"
},
"_requiredBy": [
"/@jest/core",
@ -24,20 +31,17 @@
"/jest-runtime"
],
"_resolved": "https://registry.npmjs.org/@jest/console/-/console-25.2.3.tgz",
"_shasum": "38ac19b916ff61457173799239472659e1a67c39",
"_spec": "@jest/console@^25.2.3",
"_where": "/Users/ives/Documents/Dev/Personal/gh-pages-github-action/node_modules/@jest/core",
"_spec": "25.2.3",
"_where": ".",
"bugs": {
"url": "https://github.com/facebook/jest/issues"
},
"bundleDependencies": false,
"dependencies": {
"@jest/source-map": "^25.2.1",
"chalk": "^3.0.0",
"jest-util": "^25.2.3",
"slash": "^3.0.0"
},
"deprecated": false,
"devDependencies": {
"@types/node": "*"
},

View File

@ -1 +1 @@
../rimraf/bin.js
../../../../rimraf/bin.js

View File

@ -1,27 +1,33 @@
{
"_from": "rimraf@^3.0.0",
"_args": [
[
"rimraf@3.0.2",
"."
]
],
"_development": true,
"_from": "rimraf@3.0.2",
"_id": "rimraf@3.0.2",
"_inBundle": false,
"_integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
"_location": "/@jest/core/rimraf",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "rimraf@^3.0.0",
"raw": "rimraf@3.0.2",
"name": "rimraf",
"escapedName": "rimraf",
"rawSpec": "^3.0.0",
"rawSpec": "3.0.2",
"saveSpec": null,
"fetchSpec": "^3.0.0"
"fetchSpec": "3.0.2"
},
"_requiredBy": [
"/@jest/core"
],
"_resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
"_shasum": "f1a5402ba6220ad52cc1282bac1ae3aa49fd061a",
"_spec": "rimraf@^3.0.0",
"_where": "/Users/ives/Documents/Dev/Personal/gh-pages-github-action/node_modules/@jest/core",
"_spec": "3.0.2",
"_where": ".",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
@ -33,11 +39,9 @@
"bugs": {
"url": "https://github.com/isaacs/rimraf/issues"
},
"bundleDependencies": false,
"dependencies": {
"glob": "^7.1.3"
},
"deprecated": false,
"description": "A deep deletion module for node (like `rm -rf`)",
"devDependencies": {
"mkdirp": "^0.5.1",

View File

@ -1,27 +1,33 @@
{
"_from": "strip-ansi@^6.0.0",
"_args": [
[
"strip-ansi@6.0.0",
"."
]
],
"_development": true,
"_from": "strip-ansi@6.0.0",
"_id": "strip-ansi@6.0.0",
"_inBundle": false,
"_integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==",
"_location": "/@jest/core/strip-ansi",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "strip-ansi@^6.0.0",
"raw": "strip-ansi@6.0.0",
"name": "strip-ansi",
"escapedName": "strip-ansi",
"rawSpec": "^6.0.0",
"rawSpec": "6.0.0",
"saveSpec": null,
"fetchSpec": "^6.0.0"
"fetchSpec": "6.0.0"
},
"_requiredBy": [
"/@jest/core"
],
"_resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz",
"_shasum": "0b1571dd7669ccd4f3e06e14ef1eed26225ae532",
"_spec": "strip-ansi@^6.0.0",
"_where": "/Users/ives/Documents/Dev/Personal/gh-pages-github-action/node_modules/@jest/core",
"_spec": "6.0.0",
"_where": ".",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
@ -30,11 +36,9 @@
"bugs": {
"url": "https://github.com/chalk/strip-ansi/issues"
},
"bundleDependencies": false,
"dependencies": {
"ansi-regex": "^5.0.0"
},
"deprecated": false,
"description": "Strip ANSI escape codes from a string",
"devDependencies": {
"ava": "^2.4.0",

24
node_modules/@jest/core/package.json generated vendored
View File

@ -1,5 +1,12 @@
{
"_from": "@jest/core@^25.2.4",
"_args": [
[
"@jest/core@25.2.4",
"."
]
],
"_development": true,
"_from": "@jest/core@25.2.4",
"_id": "@jest/core@25.2.4",
"_inBundle": false,
"_integrity": "sha512-WcWYShl0Bqfcb32oXtjwbiR78D/djhMdJW+ulp4/bmHgeODcsieqUJfUH+kEv8M7VNV77E6jds5aA+WuGh1nmg==",
@ -9,28 +16,26 @@
"glob": "7.1.6"
},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "@jest/core@^25.2.4",
"raw": "@jest/core@25.2.4",
"name": "@jest/core",
"escapedName": "@jest%2fcore",
"scope": "@jest",
"rawSpec": "^25.2.4",
"rawSpec": "25.2.4",
"saveSpec": null,
"fetchSpec": "^25.2.4"
"fetchSpec": "25.2.4"
},
"_requiredBy": [
"/jest",
"/jest/jest-cli"
],
"_resolved": "https://registry.npmjs.org/@jest/core/-/core-25.2.4.tgz",
"_shasum": "382ef80369d3311f1df79db1ee19e958ae95cdad",
"_spec": "@jest/core@^25.2.4",
"_where": "/Users/ives/Documents/Dev/Personal/gh-pages-github-action/node_modules/jest",
"_spec": "25.2.4",
"_where": ".",
"bugs": {
"url": "https://github.com/facebook/jest/issues"
},
"bundleDependencies": false,
"dependencies": {
"@jest/console": "^25.2.3",
"@jest/reporters": "^25.2.4",
@ -61,7 +66,6 @@
"slash": "^3.0.0",
"strip-ansi": "^6.0.0"
},
"deprecated": false,
"description": "Delightful JavaScript Testing.",
"devDependencies": {
"@jest/test-sequencer": "^25.2.4",

View File

@ -1,20 +1,27 @@
{
"_from": "@jest/environment@^25.2.4",
"_args": [
[
"@jest/environment@25.2.4",
"."
]
],
"_development": true,
"_from": "@jest/environment@25.2.4",
"_id": "@jest/environment@25.2.4",
"_inBundle": false,
"_integrity": "sha512-wA4xlhD19/gukkDpJ5HQsTle0pgnzI5qMFEjw267lpTDC8d9N7Ihqr5pI+l0p8Qn1SQhai+glSqxrGdzKy4jxw==",
"_location": "/@jest/environment",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "@jest/environment@^25.2.4",
"raw": "@jest/environment@25.2.4",
"name": "@jest/environment",
"escapedName": "@jest%2fenvironment",
"scope": "@jest",
"rawSpec": "^25.2.4",
"rawSpec": "25.2.4",
"saveSpec": null,
"fetchSpec": "^25.2.4"
"fetchSpec": "25.2.4"
},
"_requiredBy": [
"/jest-circus",
@ -25,19 +32,16 @@
"/jest-runtime"
],
"_resolved": "https://registry.npmjs.org/@jest/environment/-/environment-25.2.4.tgz",
"_shasum": "74f4d8dd87b427434d0b822cde37bc0e78f3e28b",
"_spec": "@jest/environment@^25.2.4",
"_where": "/Users/ives/Documents/Dev/Personal/gh-pages-github-action/node_modules/jest-runner",
"_spec": "25.2.4",
"_where": ".",
"bugs": {
"url": "https://github.com/facebook/jest/issues"
},
"bundleDependencies": false,
"dependencies": {
"@jest/fake-timers": "^25.2.4",
"@jest/types": "^25.2.3",
"jest-mock": "^25.2.3"
},
"deprecated": false,
"devDependencies": {
"@types/node": "*"
},

View File

@ -1,20 +1,27 @@
{
"_from": "@jest/fake-timers@^25.2.4",
"_args": [
[
"@jest/fake-timers@25.2.4",
"."
]
],
"_development": true,
"_from": "@jest/fake-timers@25.2.4",
"_id": "@jest/fake-timers@25.2.4",
"_inBundle": false,
"_integrity": "sha512-oC1TJiwfMcBttVN7Wz+VZnqEAgYTiEMu0QLOXpypR89nab0uCB31zm/QeBZddhSstn20qe3yqOXygp6OwvKT/Q==",
"_location": "/@jest/fake-timers",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "@jest/fake-timers@^25.2.4",
"raw": "@jest/fake-timers@25.2.4",
"name": "@jest/fake-timers",
"escapedName": "@jest%2ffake-timers",
"scope": "@jest",
"rawSpec": "^25.2.4",
"rawSpec": "25.2.4",
"saveSpec": null,
"fetchSpec": "^25.2.4"
"fetchSpec": "25.2.4"
},
"_requiredBy": [
"/@jest/environment",
@ -22,13 +29,11 @@
"/jest-environment-node"
],
"_resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-25.2.4.tgz",
"_shasum": "6821b6edde74fda2a42467ae92cc93095d4c9527",
"_spec": "@jest/fake-timers@^25.2.4",
"_where": "/Users/ives/Documents/Dev/Personal/gh-pages-github-action/node_modules/@jest/environment",
"_spec": "25.2.4",
"_where": ".",
"bugs": {
"url": "https://github.com/facebook/jest/issues"
},
"bundleDependencies": false,
"dependencies": {
"@jest/types": "^25.2.3",
"jest-message-util": "^25.2.4",
@ -36,7 +41,6 @@
"jest-util": "^25.2.3",
"lolex": "^5.0.0"
},
"deprecated": false,
"devDependencies": {
"@types/lolex": "^5.1.0",
"@types/node": "*"

View File

@ -1,27 +1,33 @@
{
"_from": "source-map@^0.6.0",
"_args": [
[
"source-map@0.6.1",
"."
]
],
"_development": true,
"_from": "source-map@0.6.1",
"_id": "source-map@0.6.1",
"_inBundle": false,
"_integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
"_location": "/@jest/reporters/source-map",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "source-map@^0.6.0",
"raw": "source-map@0.6.1",
"name": "source-map",
"escapedName": "source-map",
"rawSpec": "^0.6.0",
"rawSpec": "0.6.1",
"saveSpec": null,
"fetchSpec": "^0.6.0"
"fetchSpec": "0.6.1"
},
"_requiredBy": [
"/@jest/reporters"
],
"_resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
"_shasum": "74722af32e9614e9c287a8d0bbde48b5e2f1a263",
"_spec": "source-map@^0.6.0",
"_where": "/Users/ives/Documents/Dev/Personal/gh-pages-github-action/node_modules/@jest/reporters",
"_spec": "0.6.1",
"_where": ".",
"author": {
"name": "Nick Fitzgerald",
"email": "nfitzgerald@mozilla.com"
@ -29,7 +35,6 @@
"bugs": {
"url": "https://github.com/mozilla/source-map/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Tobias Koppers",
@ -176,7 +181,6 @@
"email": "nicolas.lalevee@hibnet.org"
}
],
"deprecated": false,
"description": "Generates and consumes source maps",
"devDependencies": {
"doctoc": "^0.15.0",

View File

@ -1,32 +1,37 @@
{
"_from": "@jest/reporters@^25.2.4",
"_args": [
[
"@jest/reporters@25.2.4",
"."
]
],
"_development": true,
"_from": "@jest/reporters@25.2.4",
"_id": "@jest/reporters@25.2.4",
"_inBundle": false,
"_integrity": "sha512-VHbLxM03jCc+bTLOluW/IqHR2G0Cl0iATwIQbuZtIUast8IXO4fD0oy4jpVGpG5b20S6REA8U3BaQoCW/CeVNQ==",
"_location": "/@jest/reporters",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "@jest/reporters@^25.2.4",
"raw": "@jest/reporters@25.2.4",
"name": "@jest/reporters",
"escapedName": "@jest%2freporters",
"scope": "@jest",
"rawSpec": "^25.2.4",
"rawSpec": "25.2.4",
"saveSpec": null,
"fetchSpec": "^25.2.4"
"fetchSpec": "25.2.4"
},
"_requiredBy": [
"/@jest/core"
],
"_resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-25.2.4.tgz",
"_shasum": "aa01c20aab217150d3a6080d5c98ce0bf34b17ed",
"_spec": "@jest/reporters@^25.2.4",
"_where": "/Users/ives/Documents/Dev/Personal/gh-pages-github-action/node_modules/@jest/core",
"_spec": "25.2.4",
"_where": ".",
"bugs": {
"url": "https://github.com/facebook/jest/issues"
},
"bundleDependencies": false,
"dependencies": {
"@bcoe/v8-coverage": "^0.2.3",
"@jest/console": "^25.2.3",
@ -53,7 +58,6 @@
"terminal-link": "^2.0.0",
"v8-to-istanbul": "^4.0.1"
},
"deprecated": false,
"description": "Jest's reporters",
"devDependencies": {
"@types/exit": "^0.1.30",

View File

@ -1,27 +1,33 @@
{
"_from": "source-map@^0.6.0",
"_args": [
[
"source-map@0.6.1",
"."
]
],
"_development": true,
"_from": "source-map@0.6.1",
"_id": "source-map@0.6.1",
"_inBundle": false,
"_integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
"_location": "/@jest/source-map/source-map",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "source-map@^0.6.0",
"raw": "source-map@0.6.1",
"name": "source-map",
"escapedName": "source-map",
"rawSpec": "^0.6.0",
"rawSpec": "0.6.1",
"saveSpec": null,
"fetchSpec": "^0.6.0"
"fetchSpec": "0.6.1"
},
"_requiredBy": [
"/@jest/source-map"
],
"_resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
"_shasum": "74722af32e9614e9c287a8d0bbde48b5e2f1a263",
"_spec": "source-map@^0.6.0",
"_where": "/Users/ives/Documents/Dev/Personal/gh-pages-github-action/node_modules/@jest/source-map",
"_spec": "0.6.1",
"_where": ".",
"author": {
"name": "Nick Fitzgerald",
"email": "nfitzgerald@mozilla.com"
@ -29,7 +35,6 @@
"bugs": {
"url": "https://github.com/mozilla/source-map/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Tobias Koppers",
@ -176,7 +181,6 @@
"email": "nicolas.lalevee@hibnet.org"
}
],
"deprecated": false,
"description": "Generates and consumes source maps",
"devDependencies": {
"doctoc": "^0.15.0",

View File

@ -1,20 +1,27 @@
{
"_from": "@jest/source-map@^25.2.1",
"_args": [
[
"@jest/source-map@25.2.1",
"."
]
],
"_development": true,
"_from": "@jest/source-map@25.2.1",
"_id": "@jest/source-map@25.2.1",
"_inBundle": false,
"_integrity": "sha512-PgScGJm1U27+9Te/cxP4oUFqJ2PX6NhBL2a6unQ7yafCgs8k02c0LSyjSIx/ao0AwcAdCczfAPDf5lJ7zoB/7A==",
"_location": "/@jest/source-map",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "@jest/source-map@^25.2.1",
"raw": "@jest/source-map@25.2.1",
"name": "@jest/source-map",
"escapedName": "@jest%2fsource-map",
"scope": "@jest",
"rawSpec": "^25.2.1",
"rawSpec": "25.2.1",
"saveSpec": null,
"fetchSpec": "^25.2.1"
"fetchSpec": "25.2.1"
},
"_requiredBy": [
"/@jest/console",
@ -22,19 +29,16 @@
"/jest-runtime"
],
"_resolved": "https://registry.npmjs.org/@jest/source-map/-/source-map-25.2.1.tgz",
"_shasum": "b62ecf8ae76170b08eff8859b56eb7576df34ab8",
"_spec": "@jest/source-map@^25.2.1",
"_where": "/Users/ives/Documents/Dev/Personal/gh-pages-github-action/node_modules/@jest/console",
"_spec": "25.2.1",
"_where": ".",
"bugs": {
"url": "https://github.com/facebook/jest/issues"
},
"bundleDependencies": false,
"dependencies": {
"callsites": "^3.0.0",
"graceful-fs": "^4.2.3",
"source-map": "^0.6.0"
},
"deprecated": false,
"devDependencies": {
"@types/graceful-fs": "^4.1.2"
},

View File

@ -1,20 +1,27 @@
{
"_from": "@jest/test-result@^25.2.4",
"_args": [
[
"@jest/test-result@25.2.4",
"."
]
],
"_development": true,
"_from": "@jest/test-result@25.2.4",
"_id": "@jest/test-result@25.2.4",
"_inBundle": false,
"_integrity": "sha512-AI7eUy+q2lVhFnaibDFg68NGkrxVWZdD6KBr9Hm6EvN0oAe7GxpEwEavgPfNHQjU2mi6g+NsFn/6QPgTUwM1qg==",
"_location": "/@jest/test-result",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "@jest/test-result@^25.2.4",
"raw": "@jest/test-result@25.2.4",
"name": "@jest/test-result",
"escapedName": "@jest%2ftest-result",
"scope": "@jest",
"rawSpec": "^25.2.4",
"rawSpec": "25.2.4",
"saveSpec": null,
"fetchSpec": "^25.2.4"
"fetchSpec": "25.2.4"
},
"_requiredBy": [
"/@jest/core",
@ -29,13 +36,11 @@
"/jest/jest-cli"
],
"_resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-25.2.4.tgz",
"_shasum": "8fc9eac58e82eb2a82e4058e68c3814f98f59cf5",
"_spec": "@jest/test-result@^25.2.4",
"_where": "/Users/ives/Documents/Dev/Personal/gh-pages-github-action/node_modules/@jest/core",
"_spec": "25.2.4",
"_where": ".",
"bugs": {
"url": "https://github.com/facebook/jest/issues"
},
"bundleDependencies": false,
"dependencies": {
"@jest/console": "^25.2.3",
"@jest/transform": "^25.2.4",
@ -43,7 +48,6 @@
"@types/istanbul-lib-coverage": "^2.0.0",
"collect-v8-coverage": "^1.0.0"
},
"deprecated": false,
"engines": {
"node": ">= 8.3"
},

View File

@ -1,62 +0,0 @@
{
"_from": "@jest/test-sequencer@^25.2.4",
"_id": "@jest/test-sequencer@25.2.4",
"_inBundle": false,
"_integrity": "sha512-TEZm/Rkd6YgskdpTJdYLBtu6Gc11tfWPuSpatq0duH77ekjU8dpqX2zkPdY/ayuHxztV5LTJoV5BLtI9mZfXew==",
"_location": "/@jest/test-sequencer",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@jest/test-sequencer@^25.2.4",
"name": "@jest/test-sequencer",
"escapedName": "@jest%2ftest-sequencer",
"scope": "@jest",
"rawSpec": "^25.2.4",
"saveSpec": null,
"fetchSpec": "^25.2.4"
},
"_requiredBy": [
"/jest-config"
],
"_resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-25.2.4.tgz",
"_shasum": "28364aeddec140c696324114f63570f3de536c87",
"_spec": "@jest/test-sequencer@^25.2.4",
"_where": "/Users/ives/Documents/Dev/Personal/gh-pages-github-action/node_modules/jest-config",
"bugs": {
"url": "https://github.com/facebook/jest/issues"
},
"bundleDependencies": false,
"dependencies": {
"@jest/test-result": "^25.2.4",
"jest-haste-map": "^25.2.3",
"jest-runner": "^25.2.4",
"jest-runtime": "^25.2.4"
},
"deprecated": false,
"engines": {
"node": ">= 8.3"
},
"gitHead": "324938561c608e0e9dddc008e5dde1589d7abc68",
"homepage": "https://github.com/facebook/jest#readme",
"license": "MIT",
"main": "build/index.js",
"name": "@jest/test-sequencer",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/facebook/jest.git",
"directory": "packages/jest-test-sequencer"
},
"types": "build/index.d.ts",
"typesVersions": {
"<3.8": {
"build/*": [
"build/ts3.4/*"
]
}
},
"version": "25.2.4"
}

View File

@ -1,27 +1,33 @@
{
"_from": "source-map@^0.6.1",
"_args": [
[
"source-map@0.6.1",
"."
]
],
"_development": true,
"_from": "source-map@0.6.1",
"_id": "source-map@0.6.1",
"_inBundle": false,
"_integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
"_location": "/@jest/transform/source-map",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "source-map@^0.6.1",
"raw": "source-map@0.6.1",
"name": "source-map",
"escapedName": "source-map",
"rawSpec": "^0.6.1",
"rawSpec": "0.6.1",
"saveSpec": null,
"fetchSpec": "^0.6.1"
"fetchSpec": "0.6.1"
},
"_requiredBy": [
"/@jest/transform"
],
"_resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
"_shasum": "74722af32e9614e9c287a8d0bbde48b5e2f1a263",
"_spec": "source-map@^0.6.1",
"_where": "/Users/ives/Documents/Dev/Personal/gh-pages-github-action/node_modules/@jest/transform",
"_spec": "0.6.1",
"_where": ".",
"author": {
"name": "Nick Fitzgerald",
"email": "nfitzgerald@mozilla.com"
@ -29,7 +35,6 @@
"bugs": {
"url": "https://github.com/mozilla/source-map/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Tobias Koppers",
@ -176,7 +181,6 @@
"email": "nicolas.lalevee@hibnet.org"
}
],
"deprecated": false,
"description": "Generates and consumes source maps",
"devDependencies": {
"doctoc": "^0.15.0",

View File

@ -1,20 +1,27 @@
{
"_from": "@jest/transform@^25.2.4",
"_args": [
[
"@jest/transform@25.2.4",
"."
]
],
"_development": true,
"_from": "@jest/transform@25.2.4",
"_id": "@jest/transform@25.2.4",
"_inBundle": false,
"_integrity": "sha512-6eRigvb+G6bs4kW5j1/y8wu4nCrmVuIe0epPBbiWaYlwawJ8yi1EIyK3d/btDqmBpN5GpN4YhR6iPPnDmkYdTA==",
"_location": "/@jest/transform",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "@jest/transform@^25.2.4",
"raw": "@jest/transform@25.2.4",
"name": "@jest/transform",
"escapedName": "@jest%2ftransform",
"scope": "@jest",
"rawSpec": "^25.2.4",
"rawSpec": "25.2.4",
"saveSpec": null,
"fetchSpec": "^25.2.4"
"fetchSpec": "25.2.4"
},
"_requiredBy": [
"/@jest/core",
@ -24,13 +31,11 @@
"/jest-runtime"
],
"_resolved": "https://registry.npmjs.org/@jest/transform/-/transform-25.2.4.tgz",
"_shasum": "34336f37f13f62f7d1f5b93d5d150ba9eb3e11b9",
"_spec": "@jest/transform@^25.2.4",
"_where": "/Users/ives/Documents/Dev/Personal/gh-pages-github-action/node_modules/@jest/core",
"_spec": "25.2.4",
"_where": ".",
"bugs": {
"url": "https://github.com/facebook/jest/issues"
},
"bundleDependencies": false,
"dependencies": {
"@babel/core": "^7.1.0",
"@jest/types": "^25.2.3",
@ -49,7 +54,6 @@
"source-map": "^0.6.1",
"write-file-atomic": "^3.0.0"
},
"deprecated": false,
"devDependencies": {
"@types/babel__core": "^7.1.0",
"@types/convert-source-map": "^1.5.1",

View File

@ -24,6 +24,33 @@
"fetchSpec": "25.2.3"
},
"_requiredBy": [
"/@jest/core",
"/@jest/environment",
"/@jest/fake-timers",
"/@jest/reporters",
"/@jest/test-result",
"/@jest/transform",
"/babel-jest",
"/expect",
"/jest-changed-files",
"/jest-circus",
"/jest-config",
"/jest-each",
"/jest-environment-jsdom",
"/jest-environment-node",
"/jest-haste-map",
"/jest-jasmine2",
"/jest-message-util",
"/jest-mock",
"/jest-resolve",
"/jest-resolve-dependencies",
"/jest-runner",
"/jest-runtime",
"/jest-snapshot",
"/jest-util",
"/jest-validate",
"/jest-watcher",
"/jest/jest-cli",
"/pretty-format"
],
"_resolved": "https://registry.npmjs.org/@jest/types/-/types-25.2.3.tgz",

View File

@ -1,37 +1,41 @@
{
"_from": "@sinonjs/commons@^1.7.0",
"_args": [
[
"@sinonjs/commons@1.7.1",
"."
]
],
"_development": true,
"_from": "@sinonjs/commons@1.7.1",
"_id": "@sinonjs/commons@1.7.1",
"_inBundle": false,
"_integrity": "sha512-Debi3Baff1Qu1Unc3mjJ96MgpbwTn43S1+9yJ0llWygPwDNu2aaWBD6yc9y/Z8XDRNhx7U+u2UDg2OGQXkclUQ==",
"_location": "/@sinonjs/commons",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "@sinonjs/commons@^1.7.0",
"raw": "@sinonjs/commons@1.7.1",
"name": "@sinonjs/commons",
"escapedName": "@sinonjs%2fcommons",
"scope": "@sinonjs",
"rawSpec": "^1.7.0",
"rawSpec": "1.7.1",
"saveSpec": null,
"fetchSpec": "^1.7.0"
"fetchSpec": "1.7.1"
},
"_requiredBy": [
"/lolex"
],
"_resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.7.1.tgz",
"_shasum": "da5fd19a5f71177a53778073978873964f49acf1",
"_spec": "@sinonjs/commons@^1.7.0",
"_where": "/Users/ives/Documents/Dev/Personal/gh-pages-github-action/node_modules/lolex",
"_spec": "1.7.1",
"_where": ".",
"author": "",
"bugs": {
"url": "https://github.com/sinonjs/commons/issues"
},
"bundleDependencies": false,
"dependencies": {
"type-detect": "4.0.8"
},
"deprecated": false,
"description": "Simple functions shared among the sinon end user libraries",
"devDependencies": {
"@sinonjs/referee-sinon": "6.0.1",

View File

@ -1,32 +1,37 @@
{
"_from": "@types/babel__core@^7.1.0",
"_args": [
[
"@types/babel__core@7.1.6",
"."
]
],
"_development": true,
"_from": "@types/babel__core@7.1.6",
"_id": "@types/babel__core@7.1.6",
"_inBundle": false,
"_integrity": "sha512-tTnhWszAqvXnhW7m5jQU9PomXSiKXk2sFxpahXvI20SZKu9ylPi8WtIxueZ6ehDWikPT0jeFujMj3X4ZHuf3Tg==",
"_location": "/@types/babel__core",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "@types/babel__core@^7.1.0",
"raw": "@types/babel__core@7.1.6",
"name": "@types/babel__core",
"escapedName": "@types%2fbabel__core",
"scope": "@types",
"rawSpec": "^7.1.0",
"rawSpec": "7.1.6",
"saveSpec": null,
"fetchSpec": "^7.1.0"
"fetchSpec": "7.1.6"
},
"_requiredBy": [
"/babel-jest"
],
"_resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.1.6.tgz",
"_shasum": "16ff42a5ae203c9af1c6e190ed1f30f83207b610",
"_spec": "@types/babel__core@^7.1.0",
"_where": "/Users/ives/Documents/Dev/Personal/gh-pages-github-action/node_modules/babel-jest",
"_spec": "7.1.6",
"_where": ".",
"bugs": {
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Troy Gerwien",
@ -52,7 +57,6 @@
"@types/babel__template": "*",
"@types/babel__traverse": "*"
},
"deprecated": false,
"description": "TypeScript definitions for @babel/core",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped#readme",
"license": "MIT",

View File

@ -1,32 +1,37 @@
{
"_from": "@types/babel__generator@*",
"_args": [
[
"@types/babel__generator@7.6.1",
"."
]
],
"_development": true,
"_from": "@types/babel__generator@7.6.1",
"_id": "@types/babel__generator@7.6.1",
"_inBundle": false,
"_integrity": "sha512-bBKm+2VPJcMRVwNhxKu8W+5/zT7pwNEqeokFOmbvVSqGzFneNxYcEBro9Ac7/N9tlsaPYnZLK8J1LWKkMsLAew==",
"_location": "/@types/babel__generator",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "@types/babel__generator@*",
"raw": "@types/babel__generator@7.6.1",
"name": "@types/babel__generator",
"escapedName": "@types%2fbabel__generator",
"scope": "@types",
"rawSpec": "*",
"rawSpec": "7.6.1",
"saveSpec": null,
"fetchSpec": "*"
"fetchSpec": "7.6.1"
},
"_requiredBy": [
"/@types/babel__core"
],
"_resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.1.tgz",
"_shasum": "4901767b397e8711aeb99df8d396d7ba7b7f0e04",
"_spec": "@types/babel__generator@*",
"_where": "/Users/ives/Documents/Dev/Personal/gh-pages-github-action/node_modules/@types/babel__core",
"_spec": "7.6.1",
"_where": ".",
"bugs": {
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Troy Gerwien",
@ -52,7 +57,6 @@
"dependencies": {
"@babel/types": "^7.0.0"
},
"deprecated": false,
"description": "TypeScript definitions for @babel/generator",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped#readme",
"license": "MIT",

View File

@ -1,32 +1,37 @@
{
"_from": "@types/babel__template@*",
"_args": [
[
"@types/babel__template@7.0.2",
"."
]
],
"_development": true,
"_from": "@types/babel__template@7.0.2",
"_id": "@types/babel__template@7.0.2",
"_inBundle": false,
"_integrity": "sha512-/K6zCpeW7Imzgab2bLkLEbz0+1JlFSrUMdw7KoIIu+IUdu51GWaBZpd3y1VXGVXzynvGa4DaIaxNZHiON3GXUg==",
"_location": "/@types/babel__template",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "@types/babel__template@*",
"raw": "@types/babel__template@7.0.2",
"name": "@types/babel__template",
"escapedName": "@types%2fbabel__template",
"scope": "@types",
"rawSpec": "*",
"rawSpec": "7.0.2",
"saveSpec": null,
"fetchSpec": "*"
"fetchSpec": "7.0.2"
},
"_requiredBy": [
"/@types/babel__core"
],
"_resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.0.2.tgz",
"_shasum": "4ff63d6b52eddac1de7b975a5223ed32ecea9307",
"_spec": "@types/babel__template@*",
"_where": "/Users/ives/Documents/Dev/Personal/gh-pages-github-action/node_modules/@types/babel__core",
"_spec": "7.0.2",
"_where": ".",
"bugs": {
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Troy Gerwien",
@ -45,7 +50,6 @@
"@babel/parser": "^7.1.0",
"@babel/types": "^7.0.0"
},
"deprecated": false,
"description": "TypeScript definitions for @babel/template",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped#readme",
"license": "MIT",

View File

@ -1,33 +1,38 @@
{
"_from": "@types/babel__traverse@*",
"_args": [
[
"@types/babel__traverse@7.0.9",
"."
]
],
"_development": true,
"_from": "@types/babel__traverse@7.0.9",
"_id": "@types/babel__traverse@7.0.9",
"_inBundle": false,
"_integrity": "sha512-jEFQ8L1tuvPjOI8lnpaf73oCJe+aoxL6ygqSy6c8LcW98zaC+4mzWuQIRCEvKeCOu+lbqdXcg4Uqmm1S8AP1tw==",
"_location": "/@types/babel__traverse",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "@types/babel__traverse@*",
"raw": "@types/babel__traverse@7.0.9",
"name": "@types/babel__traverse",
"escapedName": "@types%2fbabel__traverse",
"scope": "@types",
"rawSpec": "*",
"rawSpec": "7.0.9",
"saveSpec": null,
"fetchSpec": "*"
"fetchSpec": "7.0.9"
},
"_requiredBy": [
"/@types/babel__core",
"/babel-plugin-jest-hoist"
],
"_resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.0.9.tgz",
"_shasum": "be82fab304b141c3eee81a4ce3b034d0eba1590a",
"_spec": "@types/babel__traverse@*",
"_where": "/Users/ives/Documents/Dev/Personal/gh-pages-github-action/node_modules/@types/babel__core",
"_spec": "7.0.9",
"_where": ".",
"bugs": {
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Troy Gerwien",
@ -53,7 +58,6 @@
"dependencies": {
"@babel/types": "^7.3.0"
},
"deprecated": false,
"description": "TypeScript definitions for @babel/traverse",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped#readme",
"license": "MIT",

View File

@ -24,9 +24,11 @@
"fetchSpec": "2.0.1"
},
"_requiredBy": [
"/@jest/test-result",
"/@jest/types",
"/@types/istanbul-lib-report",
"/@types/istanbul-reports"
"/@types/istanbul-reports",
"/v8-to-istanbul"
],
"_resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.1.tgz",
"_spec": "2.0.1",

View File

@ -1,4 +1,10 @@
{
"_args": [
[
"@types/node@13.9.5",
"."
]
],
"_from": "@types/node@13.9.5",
"_id": "@types/node@13.9.5",
"_inBundle": false,
@ -21,13 +27,11 @@
"/@octokit/types"
],
"_resolved": "https://registry.npmjs.org/@types/node/-/node-13.9.5.tgz",
"_shasum": "59738bf30b31aea1faa2df7f4a5f55613750cf00",
"_spec": "@types/node@13.9.5",
"_where": "/Users/ives/Documents/Dev/Personal/gh-pages-github-action",
"_spec": "13.9.5",
"_where": ".",
"bugs": {
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Microsoft TypeScript",
@ -203,7 +207,6 @@
}
],
"dependencies": {},
"deprecated": false,
"description": "TypeScript definitions for Node.js",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped#readme",
"license": "MIT",

View File

@ -1,32 +1,37 @@
{
"_from": "@types/prettier@^1.19.0",
"_args": [
[
"@types/prettier@1.19.1",
"."
]
],
"_development": true,
"_from": "@types/prettier@1.19.1",
"_id": "@types/prettier@1.19.1",
"_inBundle": false,
"_integrity": "sha512-5qOlnZscTn4xxM5MeGXAMOsIOIKIbh9e85zJWfBRVPlRMEVawzoPhINYbRGkBZCI8LxvBe7tJCdWiarA99OZfQ==",
"_location": "/@types/prettier",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "@types/prettier@^1.19.0",
"raw": "@types/prettier@1.19.1",
"name": "@types/prettier",
"escapedName": "@types%2fprettier",
"scope": "@types",
"rawSpec": "^1.19.0",
"rawSpec": "1.19.1",
"saveSpec": null,
"fetchSpec": "^1.19.0"
"fetchSpec": "1.19.1"
},
"_requiredBy": [
"/jest-snapshot"
],
"_resolved": "https://registry.npmjs.org/@types/prettier/-/prettier-1.19.1.tgz",
"_shasum": "33509849f8e679e4add158959fdb086440e9553f",
"_spec": "@types/prettier@^1.19.0",
"_where": "/Users/ives/Documents/Dev/Personal/gh-pages-github-action/node_modules/jest-snapshot",
"_spec": "1.19.1",
"_where": ".",
"bugs": {
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Ika",
@ -46,7 +51,6 @@
}
],
"dependencies": {},
"deprecated": false,
"description": "TypeScript definitions for prettier",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped#readme",
"license": "MIT",

View File

@ -1,32 +1,37 @@
{
"_from": "@types/stack-utils@^1.0.1",
"_args": [
[
"@types/stack-utils@1.0.1",
"."
]
],
"_development": true,
"_from": "@types/stack-utils@1.0.1",
"_id": "@types/stack-utils@1.0.1",
"_inBundle": false,
"_integrity": "sha512-l42BggppR6zLmpfU6fq9HEa2oGPEI8yrSPL3GITjfRInppYFahObbIQOQK3UGxEnyQpltZLaPe75046NOZQikw==",
"_location": "/@types/stack-utils",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "@types/stack-utils@^1.0.1",
"raw": "@types/stack-utils@1.0.1",
"name": "@types/stack-utils",
"escapedName": "@types%2fstack-utils",
"scope": "@types",
"rawSpec": "^1.0.1",
"rawSpec": "1.0.1",
"saveSpec": null,
"fetchSpec": "^1.0.1"
"fetchSpec": "1.0.1"
},
"_requiredBy": [
"/jest-message-util"
],
"_resolved": "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-1.0.1.tgz",
"_shasum": "0a851d3bd96498fa25c33ab7278ed3bd65f06c3e",
"_spec": "@types/stack-utils@^1.0.1",
"_where": "/Users/ives/Documents/Dev/Personal/gh-pages-github-action/node_modules/jest-message-util",
"_spec": "1.0.1",
"_where": ".",
"bugs": {
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "BendingBender",
@ -34,7 +39,6 @@
}
],
"dependencies": {},
"deprecated": false,
"description": "TypeScript definitions for stack-utils",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped#readme",
"license": "MIT",

View File

@ -24,7 +24,8 @@
"fetchSpec": "15.0.4"
},
"_requiredBy": [
"/@jest/types"
"/@jest/types",
"/jest-runtime"
],
"_resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-15.0.4.tgz",
"_spec": "15.0.4",

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

@ -1,28 +1,34 @@
{
"_from": "abab@^2.0.0",
"_args": [
[
"abab@2.0.3",
"."
]
],
"_development": true,
"_from": "abab@2.0.3",
"_id": "abab@2.0.3",
"_inBundle": false,
"_integrity": "sha512-tsFzPpcttalNjFBCFMqsKYQcWxxen1pgJR56by//QwvJc4/OUS3kPOOttx2tSIfjsylB0pYu7f5D3K1RCxUnUg==",
"_location": "/abab",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "abab@^2.0.0",
"raw": "abab@2.0.3",
"name": "abab",
"escapedName": "abab",
"rawSpec": "^2.0.0",
"rawSpec": "2.0.3",
"saveSpec": null,
"fetchSpec": "^2.0.0"
"fetchSpec": "2.0.3"
},
"_requiredBy": [
"/data-urls",
"/jsdom"
],
"_resolved": "https://registry.npmjs.org/abab/-/abab-2.0.3.tgz",
"_shasum": "623e2075e02eb2d3f2475e49f99c91846467907a",
"_spec": "abab@^2.0.0",
"_where": "/Users/ives/Documents/Dev/Personal/gh-pages-github-action/node_modules/jsdom",
"_spec": "2.0.3",
"_where": ".",
"author": {
"name": "Jeff Carpenter",
"email": "gcarpenterv@gmail.com"
@ -30,8 +36,6 @@
"bugs": {
"url": "https://github.com/jsdom/abab/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "WHATWG spec-compliant implementations of window.atob and window.btoa.",
"devDependencies": {
"eslint": "^4.19.1",

View File

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

View File

@ -1,35 +1,39 @@
{
"_from": "acorn@^6.0.1",
"_args": [
[
"acorn@6.4.1",
"."
]
],
"_development": true,
"_from": "acorn@6.4.1",
"_id": "acorn@6.4.1",
"_inBundle": false,
"_integrity": "sha512-ZVA9k326Nwrj3Cj9jlh3wGFutC2ZornPNARZwsNYqQYgN0EsV2d53w5RN/co65Ohn4sUAUtb1rSUAOD6XN9idA==",
"_location": "/acorn-globals/acorn",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "acorn@^6.0.1",
"raw": "acorn@6.4.1",
"name": "acorn",
"escapedName": "acorn",
"rawSpec": "^6.0.1",
"rawSpec": "6.4.1",
"saveSpec": null,
"fetchSpec": "^6.0.1"
"fetchSpec": "6.4.1"
},
"_requiredBy": [
"/acorn-globals"
],
"_resolved": "https://registry.npmjs.org/acorn/-/acorn-6.4.1.tgz",
"_shasum": "531e58ba3f51b9dacb9a6646ca4debf5b14ca474",
"_spec": "acorn@^6.0.1",
"_where": "/Users/ives/Documents/Dev/Personal/gh-pages-github-action/node_modules/acorn-globals",
"_spec": "6.4.1",
"_where": ".",
"bin": {
"acorn": "bin/acorn"
},
"bugs": {
"url": "https://github.com/acornjs/acorn/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "ECMAScript parser",
"engines": {
"node": ">=0.4.0"

View File

@ -1,39 +1,43 @@
{
"_from": "acorn-globals@^4.3.2",
"_args": [
[
"acorn-globals@4.3.4",
"."
]
],
"_development": true,
"_from": "acorn-globals@4.3.4",
"_id": "acorn-globals@4.3.4",
"_inBundle": false,
"_integrity": "sha512-clfQEh21R+D0leSbUdWf3OcfqyaCSAQ8Ryq00bofSekfr9W8u1jyYZo6ir0xu9Gtcf7BjcHJpnbZH7JOCpP60A==",
"_location": "/acorn-globals",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "acorn-globals@^4.3.2",
"raw": "acorn-globals@4.3.4",
"name": "acorn-globals",
"escapedName": "acorn-globals",
"rawSpec": "^4.3.2",
"rawSpec": "4.3.4",
"saveSpec": null,
"fetchSpec": "^4.3.2"
"fetchSpec": "4.3.4"
},
"_requiredBy": [
"/jsdom"
],
"_resolved": "https://registry.npmjs.org/acorn-globals/-/acorn-globals-4.3.4.tgz",
"_shasum": "9fa1926addc11c97308c4e66d7add0d40c3272e7",
"_spec": "acorn-globals@^4.3.2",
"_where": "/Users/ives/Documents/Dev/Personal/gh-pages-github-action/node_modules/jsdom",
"_spec": "4.3.4",
"_where": ".",
"author": {
"name": "ForbesLindesay"
},
"bugs": {
"url": "https://github.com/ForbesLindesay/acorn-globals/issues"
},
"bundleDependencies": false,
"dependencies": {
"acorn": "^6.0.1",
"acorn-walk": "^6.0.1"
},
"deprecated": false,
"description": "Detect global variables in JavaScript using acorn",
"devDependencies": {
"testit": "^3.0.0"

24
node_modules/acorn-walk/package.json generated vendored
View File

@ -1,32 +1,36 @@
{
"_from": "acorn-walk@^6.0.1",
"_args": [
[
"acorn-walk@6.2.0",
"."
]
],
"_development": true,
"_from": "acorn-walk@6.2.0",
"_id": "acorn-walk@6.2.0",
"_inBundle": false,
"_integrity": "sha512-7evsyfH1cLOCdAzZAd43Cic04yKydNx0cF+7tiA19p1XnLLPU4dpCQOqpjqwokFe//vS0QqfqqjCS2JkiIs0cA==",
"_location": "/acorn-walk",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "acorn-walk@^6.0.1",
"raw": "acorn-walk@6.2.0",
"name": "acorn-walk",
"escapedName": "acorn-walk",
"rawSpec": "^6.0.1",
"rawSpec": "6.2.0",
"saveSpec": null,
"fetchSpec": "^6.0.1"
"fetchSpec": "6.2.0"
},
"_requiredBy": [
"/acorn-globals"
],
"_resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-6.2.0.tgz",
"_shasum": "123cb8f3b84c2171f1f7fb252615b1c78a6b1a8c",
"_spec": "acorn-walk@^6.0.1",
"_where": "/Users/ives/Documents/Dev/Personal/gh-pages-github-action/node_modules/acorn-globals",
"_spec": "6.2.0",
"_where": ".",
"bugs": {
"url": "https://github.com/acornjs/acorn/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "ECMAScript (ESTree) AST walker",
"engines": {
"node": ">=0.4.0"

3
node_modules/acorn/package.json generated vendored
View File

@ -23,7 +23,8 @@
"fetchSpec": "7.1.1"
},
"_requiredBy": [
"/espree"
"/espree",
"/jsdom"
],
"_resolved": "https://registry.npmjs.org/acorn/-/acorn-7.1.1.tgz",
"_spec": "7.1.1",

1
node_modules/ajv/package.json generated vendored
View File

@ -24,6 +24,7 @@
},
"_requiredBy": [
"/eslint",
"/har-validator",
"/table"
],
"_resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.0.tgz",

View File

@ -23,7 +23,10 @@
"fetchSpec": "4.3.1"
},
"_requiredBy": [
"/inquirer"
"/@jest/core",
"/inquirer",
"/jest-watcher",
"/terminal-link"
],
"_resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.1.tgz",
"_spec": "4.3.1",

View File

@ -23,9 +23,12 @@
"fetchSpec": "5.0.0"
},
"_requiredBy": [
"/@jest/core/strip-ansi",
"/cliui/strip-ansi",
"/inquirer/strip-ansi",
"/pretty-format",
"/string-width/strip-ansi"
"/string-width/strip-ansi",
"/wrap-ansi/strip-ansi"
],
"_resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz",
"_spec": "5.0.0",

View File

@ -24,7 +24,9 @@
},
"_requiredBy": [
"/chalk",
"/pretty-format"
"/expect",
"/pretty-format",
"/wrap-ansi"
],
"_resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.2.1.tgz",
"_spec": "4.2.1",

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

@ -1,27 +1,33 @@
{
"_from": "anymatch@^3.0.3",
"_args": [
[
"anymatch@3.1.1",
"."
]
],
"_development": true,
"_from": "anymatch@3.1.1",
"_id": "anymatch@3.1.1",
"_inBundle": false,
"_integrity": "sha512-mM8522psRCqzV+6LhomX5wgp25YVibjh8Wj23I5RPkPppSVSjyKD2A2mBJmWGa+KN7f2D6LNh9jkBCeyLktzjg==",
"_location": "/anymatch",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "anymatch@^3.0.3",
"raw": "anymatch@3.1.1",
"name": "anymatch",
"escapedName": "anymatch",
"rawSpec": "^3.0.3",
"rawSpec": "3.1.1",
"saveSpec": null,
"fetchSpec": "^3.0.3"
"fetchSpec": "3.1.1"
},
"_requiredBy": [
"/jest-haste-map"
],
"_resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.1.tgz",
"_shasum": "c55ecf02185e2469259399310c173ce31233b142",
"_spec": "anymatch@^3.0.3",
"_where": "/Users/ives/Documents/Dev/Personal/gh-pages-github-action/node_modules/jest-haste-map",
"_spec": "3.1.1",
"_where": ".",
"author": {
"name": "Elan Shanker",
"url": "https://github.com/es128"
@ -29,12 +35,10 @@
"bugs": {
"url": "https://github.com/micromatch/anymatch/issues"
},
"bundleDependencies": false,
"dependencies": {
"normalize-path": "^3.0.0",
"picomatch": "^2.0.4"
},
"deprecated": false,
"description": "Matches strings against configurable strings, globs, regular expressions, and/or functions",
"devDependencies": {
"mocha": "^6.1.3",

24
node_modules/arr-diff/package.json generated vendored
View File

@ -1,28 +1,34 @@
{
"_from": "arr-diff@^4.0.0",
"_args": [
[
"arr-diff@4.0.0",
"."
]
],
"_development": true,
"_from": "arr-diff@4.0.0",
"_id": "arr-diff@4.0.0",
"_inBundle": false,
"_integrity": "sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA=",
"_location": "/arr-diff",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "arr-diff@^4.0.0",
"raw": "arr-diff@4.0.0",
"name": "arr-diff",
"escapedName": "arr-diff",
"rawSpec": "^4.0.0",
"rawSpec": "4.0.0",
"saveSpec": null,
"fetchSpec": "^4.0.0"
"fetchSpec": "4.0.0"
},
"_requiredBy": [
"/nanomatch",
"/sane/micromatch"
],
"_resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-4.0.0.tgz",
"_shasum": "d6461074febfec71e7e15235761a329a5dc7c520",
"_spec": "arr-diff@^4.0.0",
"_where": "/Users/ives/Documents/Dev/Personal/gh-pages-github-action/node_modules/sane/node_modules/micromatch",
"_spec": "4.0.0",
"_where": ".",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
@ -30,7 +36,6 @@
"bugs": {
"url": "https://github.com/jonschlinkert/arr-diff/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Jon Schlinkert",
@ -44,7 +49,6 @@
}
],
"dependencies": {},
"deprecated": false,
"description": "Returns an array with only the unique values from the first array, by excluding all values from additional arrays using strict equality for comparisons.",
"devDependencies": {
"ansi-bold": "^0.1.1",

View File

@ -1,27 +1,33 @@
{
"_from": "arr-flatten@^1.1.0",
"_args": [
[
"arr-flatten@1.1.0",
"."
]
],
"_development": true,
"_from": "arr-flatten@1.1.0",
"_id": "arr-flatten@1.1.0",
"_inBundle": false,
"_integrity": "sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg==",
"_location": "/arr-flatten",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "arr-flatten@^1.1.0",
"raw": "arr-flatten@1.1.0",
"name": "arr-flatten",
"escapedName": "arr-flatten",
"rawSpec": "^1.1.0",
"rawSpec": "1.1.0",
"saveSpec": null,
"fetchSpec": "^1.1.0"
"fetchSpec": "1.1.0"
},
"_requiredBy": [
"/sane/braces"
],
"_resolved": "https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.1.0.tgz",
"_shasum": "36048bbff4e7b47e136644316c99669ea5ae91f1",
"_spec": "arr-flatten@^1.1.0",
"_where": "/Users/ives/Documents/Dev/Personal/gh-pages-github-action/node_modules/sane/node_modules/braces",
"_spec": "1.1.0",
"_where": ".",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
@ -29,7 +35,6 @@
"bugs": {
"url": "https://github.com/jonschlinkert/arr-flatten/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Jon Schlinkert",
@ -40,7 +45,6 @@
"url": "https://lukeed.com"
}
],
"deprecated": false,
"description": "Recursively flatten an array or arrays.",
"devDependencies": {
"ansi-bold": "^0.1.1",

24
node_modules/arr-union/package.json generated vendored
View File

@ -1,28 +1,34 @@
{
"_from": "arr-union@^3.1.0",
"_args": [
[
"arr-union@3.1.0",
"."
]
],
"_development": true,
"_from": "arr-union@3.1.0",
"_id": "arr-union@3.1.0",
"_inBundle": false,
"_integrity": "sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ=",
"_location": "/arr-union",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "arr-union@^3.1.0",
"raw": "arr-union@3.1.0",
"name": "arr-union",
"escapedName": "arr-union",
"rawSpec": "^3.1.0",
"rawSpec": "3.1.0",
"saveSpec": null,
"fetchSpec": "^3.1.0"
"fetchSpec": "3.1.0"
},
"_requiredBy": [
"/class-utils",
"/union-value"
],
"_resolved": "https://registry.npmjs.org/arr-union/-/arr-union-3.1.0.tgz",
"_shasum": "e39b09aea9def866a8f206e288af63919bae39c4",
"_spec": "arr-union@^3.1.0",
"_where": "/Users/ives/Documents/Dev/Personal/gh-pages-github-action/node_modules/union-value",
"_spec": "3.1.0",
"_where": ".",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
@ -30,8 +36,6 @@
"bugs": {
"url": "https://github.com/jonschlinkert/arr-union/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Combines a list of arrays, returning a single array with unique values, using strict equality for comparisons.",
"devDependencies": {
"ansi-bold": "^0.1.1",

View File

@ -1,27 +1,33 @@
{
"_from": "array-equal@^1.0.0",
"_args": [
[
"array-equal@1.0.0",
"."
]
],
"_development": true,
"_from": "array-equal@1.0.0",
"_id": "array-equal@1.0.0",
"_inBundle": false,
"_integrity": "sha1-jCpe8kcv2ep0KwTHenUJO6J1fJM=",
"_location": "/array-equal",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "array-equal@^1.0.0",
"raw": "array-equal@1.0.0",
"name": "array-equal",
"escapedName": "array-equal",
"rawSpec": "^1.0.0",
"rawSpec": "1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
"fetchSpec": "1.0.0"
},
"_requiredBy": [
"/jsdom"
],
"_resolved": "https://registry.npmjs.org/array-equal/-/array-equal-1.0.0.tgz",
"_shasum": "8c2a5ef2472fd9ea742b04c77a75093ba2757c93",
"_spec": "array-equal@^1.0.0",
"_where": "/Users/ives/Documents/Dev/Personal/gh-pages-github-action/node_modules/jsdom",
"_spec": "1.0.0",
"_where": ".",
"author": {
"name": "Jonathan Ong",
"email": "me@jongleberry.com",
@ -30,8 +36,6 @@
"bugs": {
"url": "https://github.com/component/array-equal/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "check if two arrays are equal",
"homepage": "https://github.com/component/array-equal#readme",
"license": "MIT",

View File

@ -1,19 +1,26 @@
{
"_from": "array-unique@^0.3.2",
"_args": [
[
"array-unique@0.3.2",
"."
]
],
"_development": true,
"_from": "array-unique@0.3.2",
"_id": "array-unique@0.3.2",
"_inBundle": false,
"_integrity": "sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=",
"_location": "/array-unique",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "array-unique@^0.3.2",
"raw": "array-unique@0.3.2",
"name": "array-unique",
"escapedName": "array-unique",
"rawSpec": "^0.3.2",
"rawSpec": "0.3.2",
"saveSpec": null,
"fetchSpec": "^0.3.2"
"fetchSpec": "0.3.2"
},
"_requiredBy": [
"/extglob",
@ -22,9 +29,8 @@
"/sane/micromatch"
],
"_resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.3.2.tgz",
"_shasum": "a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428",
"_spec": "array-unique@^0.3.2",
"_where": "/Users/ives/Documents/Dev/Personal/gh-pages-github-action/node_modules/sane/node_modules/micromatch",
"_spec": "0.3.2",
"_where": ".",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
@ -32,8 +38,6 @@
"bugs": {
"url": "https://github.com/jonschlinkert/array-unique/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Remove duplicate values from an array. Fastest ES5 implementation.",
"devDependencies": {
"array-uniq": "^1.0.2",

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

@ -1,27 +1,33 @@
{
"_from": "asn1@~0.2.3",
"_args": [
[
"asn1@0.2.4",
"."
]
],
"_development": true,
"_from": "asn1@0.2.4",
"_id": "asn1@0.2.4",
"_inBundle": false,
"_integrity": "sha512-jxwzQpLQjSmWXgwaCZE9Nz+glAG01yF1QnWgbhGwHI5A6FRIEY6IVqtHhIepHqI7/kyEyQEagBC5mBEFlIYvdg==",
"_location": "/asn1",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "asn1@~0.2.3",
"raw": "asn1@0.2.4",
"name": "asn1",
"escapedName": "asn1",
"rawSpec": "~0.2.3",
"rawSpec": "0.2.4",
"saveSpec": null,
"fetchSpec": "~0.2.3"
"fetchSpec": "0.2.4"
},
"_requiredBy": [
"/sshpk"
],
"_resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.4.tgz",
"_shasum": "8d2475dfab553bb33e77b54e59e880bb8ce23136",
"_spec": "asn1@~0.2.3",
"_where": "/Users/ives/Documents/Dev/Personal/gh-pages-github-action/node_modules/sshpk",
"_spec": "0.2.4",
"_where": ".",
"author": {
"name": "Joyent",
"url": "joyent.com"
@ -29,7 +35,6 @@
"bugs": {
"url": "https://github.com/joyent/node-asn1/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Mark Cavage",
@ -51,7 +56,6 @@
"dependencies": {
"safer-buffer": "~2.1.0"
},
"deprecated": false,
"description": "Contains parsers and serializers for ASN.1 (currently BER only)",
"devDependencies": {
"eslint": "2.13.1",

Some files were not shown because too many files have changed in this diff Show More