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,34 +1,34 @@
{
"_args": [
[
"babel-plugin-dynamic-import-node@2.3.0",
"babel-plugin-dynamic-import-node@2.3.3",
"/home/henry/Documents/git/Speedtest-tracker-docker/conf/site"
]
],
"_development": true,
"_from": "babel-plugin-dynamic-import-node@2.3.0",
"_id": "babel-plugin-dynamic-import-node@2.3.0",
"_from": "babel-plugin-dynamic-import-node@2.3.3",
"_id": "babel-plugin-dynamic-import-node@2.3.3",
"_inBundle": false,
"_integrity": "sha512-o6qFkpeQEBxcqt0XYlWzAVxNCSCZdUgcR8IRlhD/8DylxjjO4foPcvTW0GGKa/cVt3rvxZ7o5ippJ+/0nvLhlQ==",
"_integrity": "sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ==",
"_location": "/babel-plugin-dynamic-import-node",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "babel-plugin-dynamic-import-node@2.3.0",
"raw": "babel-plugin-dynamic-import-node@2.3.3",
"name": "babel-plugin-dynamic-import-node",
"escapedName": "babel-plugin-dynamic-import-node",
"rawSpec": "2.3.0",
"rawSpec": "2.3.3",
"saveSpec": null,
"fetchSpec": "2.3.0"
"fetchSpec": "2.3.3"
},
"_requiredBy": [
"/@babel/plugin-transform-modules-amd",
"/@babel/plugin-transform-modules-commonjs",
"/@babel/plugin-transform-modules-systemjs"
],
"_resolved": "https://registry.npmjs.org/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.0.tgz",
"_spec": "2.3.0",
"_resolved": "https://registry.npmjs.org/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz",
"_spec": "2.3.3",
"_where": "/home/henry/Documents/git/Speedtest-tracker-docker/conf/site",
"author": {
"name": "Jordan Gensler",
@@ -42,23 +42,28 @@
},
"description": "Babel plugin to transpile import() to a deferred require(), for node",
"devDependencies": {
"airbnb-js-shims": "^2.2.0",
"@babel/core": "^7.9.0",
"@babel/plugin-external-helpers": "^7.8.3",
"@babel/plugin-transform-template-literals": "^7.8.3",
"@babel/preset-env": "^7.9.5",
"airbnb-js-shims": "^2.2.1",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-eslint": "^9.0.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-transform-es2015-template-literals": "^6.22.0",
"babel-plugin-transform-replace-object-assign": "^1.0.0",
"babel-preset-airbnb": "^2.6.0",
"babel-preset-es2015": "^6.24.1",
"babel-register": "^6.26.0",
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.17.3",
"in-publish": "^2.0.0",
"rimraf": "^2.6.3",
"safe-publish-latest": "^1.1.2",
"tape": "^4.10.2"
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-plugin-import": "^2.20.2",
"in-publish": "^2.0.1",
"rimraf": "^2.7.1",
"safe-publish-latest": "^1.1.4",
"tape": "^5.0.0-next.5"
},
"directories": {
"test": "test"
@@ -96,5 +101,5 @@
"version:minor": "npm --no-git-tag-version version minor",
"version:patch": "npm --no-git-tag-version version patch"
},
"version": "2.3.0"
"version": "2.3.3"
}