composer and npm

This commit is contained in:
Henry Whitaker
2020-08-25 00:59:44 +01:00
parent 6726d93cc6
commit c8f853dc84
2504 changed files with 88530 additions and 41367 deletions

View File

@@ -1,45 +1,49 @@
{
"_args": [
[
"@babel/plugin-transform-modules-amd@7.9.0",
"@babel/plugin-transform-modules-amd@7.10.5",
"/home/henry/Documents/git/Speedtest-tracker-docker/conf/site"
]
],
"_development": true,
"_from": "@babel/plugin-transform-modules-amd@7.9.0",
"_id": "@babel/plugin-transform-modules-amd@7.9.0",
"_from": "@babel/plugin-transform-modules-amd@7.10.5",
"_id": "@babel/plugin-transform-modules-amd@7.10.5",
"_inBundle": false,
"_integrity": "sha512-vZgDDF003B14O8zJy0XXLnPH4sg+9X5hFBBGN1V+B2rgrB+J2xIypSN6Rk9imB2hSTHQi5OHLrFWsZab1GMk+Q==",
"_integrity": "sha512-elm5uruNio7CTLFItVC/rIzKLfQ17+fX7EVz5W0TMgIHFo1zY0Ozzx+lgwhL4plzl8OzVn6Qasx5DeEFyoNiRw==",
"_location": "/@babel/plugin-transform-modules-amd",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@babel/plugin-transform-modules-amd@7.9.0",
"raw": "@babel/plugin-transform-modules-amd@7.10.5",
"name": "@babel/plugin-transform-modules-amd",
"escapedName": "@babel%2fplugin-transform-modules-amd",
"scope": "@babel",
"rawSpec": "7.9.0",
"rawSpec": "7.10.5",
"saveSpec": null,
"fetchSpec": "7.9.0"
"fetchSpec": "7.10.5"
},
"_requiredBy": [
"/@babel/preset-env"
],
"_resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.9.0.tgz",
"_spec": "7.9.0",
"_resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.10.5.tgz",
"_spec": "7.10.5",
"_where": "/home/henry/Documents/git/Speedtest-tracker-docker/conf/site",
"bugs": {
"url": "https://github.com/babel/babel/issues"
},
"dependencies": {
"@babel/helper-module-transforms": "^7.9.0",
"@babel/helper-plugin-utils": "^7.8.3",
"babel-plugin-dynamic-import-node": "^2.3.0"
"@babel/helper-module-transforms": "^7.10.5",
"@babel/helper-plugin-utils": "^7.10.4",
"babel-plugin-dynamic-import-node": "^2.3.3"
},
"description": "This plugin transforms ES2015 modules to AMD",
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/helper-plugin-test-runner": "^7.8.3"
"@babel/core": "^7.10.5",
"@babel/helper-plugin-test-runner": "^7.10.4"
},
"gitHead": "8d5e422be27251cfaadf8dd2536b31b4a5024b02",
"gitHead": "f7964a9ac51356f7df6404a25b27ba1cffba1ba7",
"homepage": "https://github.com/babel/babel#readme",
"keywords": [
"babel-plugin"
],
@@ -54,7 +58,8 @@
},
"repository": {
"type": "git",
"url": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-modules-amd"
"url": "git+https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-transform-modules-amd"
},
"version": "7.9.0"
"version": "7.10.5"
}