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,43 +1,47 @@
{
"_args": [
[
"@babel/plugin-transform-computed-properties@7.8.3",
"@babel/plugin-transform-computed-properties@7.10.4",
"/home/henry/Documents/git/Speedtest-tracker-docker/conf/site"
]
],
"_development": true,
"_from": "@babel/plugin-transform-computed-properties@7.8.3",
"_id": "@babel/plugin-transform-computed-properties@7.8.3",
"_from": "@babel/plugin-transform-computed-properties@7.10.4",
"_id": "@babel/plugin-transform-computed-properties@7.10.4",
"_inBundle": false,
"_integrity": "sha512-O5hiIpSyOGdrQZRQ2ccwtTVkgUDBBiCuK//4RJ6UfePllUTCENOzKxfh6ulckXKc0DixTFLCfb2HVkNA7aDpzA==",
"_integrity": "sha512-JFwVDXcP/hM/TbyzGq3l/XWGut7p46Z3QvqFMXTfk6/09m7xZHJUN9xHfsv7vqqD4YnfI5ueYdSJtXqqBLyjBw==",
"_location": "/@babel/plugin-transform-computed-properties",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@babel/plugin-transform-computed-properties@7.8.3",
"raw": "@babel/plugin-transform-computed-properties@7.10.4",
"name": "@babel/plugin-transform-computed-properties",
"escapedName": "@babel%2fplugin-transform-computed-properties",
"scope": "@babel",
"rawSpec": "7.8.3",
"rawSpec": "7.10.4",
"saveSpec": null,
"fetchSpec": "7.8.3"
"fetchSpec": "7.10.4"
},
"_requiredBy": [
"/@babel/preset-env"
],
"_resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.8.3.tgz",
"_spec": "7.8.3",
"_resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.10.4.tgz",
"_spec": "7.10.4",
"_where": "/home/henry/Documents/git/Speedtest-tracker-docker/conf/site",
"bugs": {
"url": "https://github.com/babel/babel/issues"
},
"dependencies": {
"@babel/helper-plugin-utils": "^7.8.3"
"@babel/helper-plugin-utils": "^7.10.4"
},
"description": "Compile ES2015 computed properties to ES5",
"devDependencies": {
"@babel/core": "^7.8.3",
"@babel/helper-plugin-test-runner": "^7.8.3"
"@babel/core": "^7.10.4",
"@babel/helper-plugin-test-runner": "^7.10.4"
},
"gitHead": "a7620bd266ae1345975767bbc7abf09034437017",
"gitHead": "7fd40d86a0d03ff0e9c3ea16b29689945433d4df",
"homepage": "https://github.com/babel/babel#readme",
"keywords": [
"babel-plugin"
],
@@ -52,7 +56,8 @@
},
"repository": {
"type": "git",
"url": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-computed-properties"
"url": "git+https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-transform-computed-properties"
},
"version": "7.8.3"
"version": "7.10.4"
}