mirror of
https://github.com/henrywhitaker3/Speedtest-Tracker.git
synced 2026-01-04 20:14:52 +01:00
Moved over to lsio base image
This commit is contained in:
56
conf/site/node_modules/@babel/helper-create-class-features-plugin/package.json
generated
vendored
56
conf/site/node_modules/@babel/helper-create-class-features-plugin/package.json
generated
vendored
@@ -1,56 +1,63 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"@babel/helper-create-class-features-plugin@7.9.5",
|
||||
"/home/henry/Documents/git/Speedtest-checker"
|
||||
"@babel/helper-create-class-features-plugin@7.10.1",
|
||||
"/home/henry/Documents/git/Speedtest-tracker-docker/conf/site"
|
||||
]
|
||||
],
|
||||
"_from": "@babel/helper-create-class-features-plugin@7.9.5",
|
||||
"_id": "@babel/helper-create-class-features-plugin@7.9.5",
|
||||
"_from": "@babel/helper-create-class-features-plugin@7.10.1",
|
||||
"_id": "@babel/helper-create-class-features-plugin@7.10.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-IipaxGaQmW4TfWoXdqjY0TzoXQ1HRS0kPpEgvjosb3u7Uedcq297xFqDQiCcQtRRwzIMif+N1MLVI8C5a4/PAA==",
|
||||
"_integrity": "sha512-bwhdehBJZt84HuPUcP1HaTLuc/EywVS8rc3FgsEPDcivg+DCW+SHuLHVkYOmcBA1ZfI+Z/oZjQc/+bPmIO7uAA==",
|
||||
"_location": "/@babel/helper-create-class-features-plugin",
|
||||
"_phantomChildren": {
|
||||
"@babel/helper-get-function-arity": "7.8.3",
|
||||
"@babel/template": "7.8.6",
|
||||
"chalk": "2.4.2",
|
||||
"globals": "11.12.0",
|
||||
"js-tokens": "4.0.0",
|
||||
"jsesc": "2.5.2",
|
||||
"lodash": "4.17.15",
|
||||
"source-map": "0.5.7",
|
||||
"to-fast-properties": "2.0.0"
|
||||
},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "@babel/helper-create-class-features-plugin@7.9.5",
|
||||
"raw": "@babel/helper-create-class-features-plugin@7.10.1",
|
||||
"name": "@babel/helper-create-class-features-plugin",
|
||||
"escapedName": "@babel%2fhelper-create-class-features-plugin",
|
||||
"scope": "@babel",
|
||||
"rawSpec": "7.9.5",
|
||||
"rawSpec": "7.10.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "7.9.5"
|
||||
"fetchSpec": "7.10.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/@babel/plugin-proposal-class-properties"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.9.5.tgz",
|
||||
"_spec": "7.9.5",
|
||||
"_where": "/home/henry/Documents/git/Speedtest-checker",
|
||||
"_resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.10.1.tgz",
|
||||
"_spec": "7.10.1",
|
||||
"_where": "/home/henry/Documents/git/Speedtest-tracker-docker/conf/site",
|
||||
"author": {
|
||||
"name": "The Babel Team",
|
||||
"url": "https://babeljs.io/team"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/babel/babel/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/helper-function-name": "^7.9.5",
|
||||
"@babel/helper-member-expression-to-functions": "^7.8.3",
|
||||
"@babel/helper-optimise-call-expression": "^7.8.3",
|
||||
"@babel/helper-plugin-utils": "^7.8.3",
|
||||
"@babel/helper-replace-supers": "^7.8.6",
|
||||
"@babel/helper-split-export-declaration": "^7.8.3"
|
||||
"@babel/helper-function-name": "^7.10.1",
|
||||
"@babel/helper-member-expression-to-functions": "^7.10.1",
|
||||
"@babel/helper-optimise-call-expression": "^7.10.1",
|
||||
"@babel/helper-plugin-utils": "^7.10.1",
|
||||
"@babel/helper-replace-supers": "^7.10.1",
|
||||
"@babel/helper-split-export-declaration": "^7.10.1"
|
||||
},
|
||||
"description": "Compile class public and private fields, private methods and decorators to ES6",
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.8.6",
|
||||
"@babel/helper-plugin-test-runner": "^7.8.3"
|
||||
"@babel/core": "^7.10.1",
|
||||
"@babel/helper-plugin-test-runner": "^7.10.1"
|
||||
},
|
||||
"gitHead": "5b97e77e030cf3853a147fdff81844ea4026219d",
|
||||
"gitHead": "88f57a7ea659d25232bf62de1efceb5d6299b8cf",
|
||||
"homepage": "https://github.com/babel/babel#readme",
|
||||
"keywords": [
|
||||
"babel",
|
||||
"babel-plugin"
|
||||
@@ -66,7 +73,8 @@
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/babel/babel/tree/master/packages/babel-helper-create-class-features-plugin"
|
||||
"url": "git+https://github.com/babel/babel.git",
|
||||
"directory": "packages/babel-helper-create-class-features-plugin"
|
||||
},
|
||||
"version": "7.9.5"
|
||||
"version": "7.10.1"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user