Commit a2e8cafb authored by patri's avatar patri
Browse files

Test New PC

parent e65a993d
{ {
"_from": "@babel/plugin-syntax-object-rest-spread@^7.2.0", "name": "@babel/plugin-syntax-object-rest-spread",
"_id": "@babel/plugin-syntax-object-rest-spread@7.2.0", "version": "7.2.0",
"_inBundle": false,
"_integrity": "sha512-t0JKGgqk2We+9may3t0xDdmneaXmyxq0xieYcKHxIsrJO64n1OiMWNUtc5gQK1PA0NpdCRrtZp4z+IUaKugrSA==",
"_location": "/@babel/plugin-syntax-object-rest-spread",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@babel/plugin-syntax-object-rest-spread@^7.2.0",
"name": "@babel/plugin-syntax-object-rest-spread",
"escapedName": "@babel%2fplugin-syntax-object-rest-spread",
"scope": "@babel",
"rawSpec": "^7.2.0",
"saveSpec": null,
"fetchSpec": "^7.2.0"
},
"_requiredBy": [
"/@babel/plugin-proposal-object-rest-spread",
"/@babel/preset-env"
],
"_resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.2.0.tgz",
"_shasum": "3b7a3e733510c57e820b9142a6579ac8b0dfad2e",
"_spec": "@babel/plugin-syntax-object-rest-spread@^7.2.0",
"_where": "C:\\Work\\OneDrive - bwstaff\\M4_Lab\\TV3\\NewVersion01\\LAFJLBmf939XYm5gj\\dev\\node_modules\\@babel\\preset-env",
"bundleDependencies": false,
"dependencies": {
"@babel/helper-plugin-utils": "^7.0.0"
},
"deprecated": false,
"description": "Allow parsing of object rest/spread", "description": "Allow parsing of object rest/spread",
"devDependencies": { "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-object-rest-spread",
"@babel/core": "^7.2.0" "license": "MIT",
"publishConfig": {
"access": "public"
}, },
"main": "lib/index.js",
"keywords": [ "keywords": [
"babel-plugin" "babel-plugin"
], ],
"license": "MIT", "dependencies": {
"main": "lib/index.js", "@babel/helper-plugin-utils": "^7.0.0"
"name": "@babel/plugin-syntax-object-rest-spread", },
"peerDependencies": { "peerDependencies": {
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"
}, },
"publishConfig": { "devDependencies": {
"access": "public" "@babel/core": "^7.2.0"
}, }
"repository": {
"type": "git",
"url": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-object-rest-spread"
},
"version": "7.2.0"
} }
{ {
"_from": "@babel/plugin-syntax-optional-catch-binding@^7.2.0", "name": "@babel/plugin-syntax-optional-catch-binding",
"_id": "@babel/plugin-syntax-optional-catch-binding@7.2.0", "version": "7.2.0",
"_inBundle": false,
"_integrity": "sha512-bDe4xKNhb0LI7IvZHiA13kff0KEfaGX/Hv4lMA9+7TEc63hMNvfKo6ZFpXhKuEp+II/q35Gc4NoMeDZyaUbj9w==",
"_location": "/@babel/plugin-syntax-optional-catch-binding",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@babel/plugin-syntax-optional-catch-binding@^7.2.0",
"name": "@babel/plugin-syntax-optional-catch-binding",
"escapedName": "@babel%2fplugin-syntax-optional-catch-binding",
"scope": "@babel",
"rawSpec": "^7.2.0",
"saveSpec": null,
"fetchSpec": "^7.2.0"
},
"_requiredBy": [
"/@babel/plugin-proposal-optional-catch-binding",
"/@babel/preset-env"
],
"_resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.2.0.tgz",
"_shasum": "a94013d6eda8908dfe6a477e7f9eda85656ecf5c",
"_spec": "@babel/plugin-syntax-optional-catch-binding@^7.2.0",
"_where": "C:\\Work\\OneDrive - bwstaff\\M4_Lab\\TV3\\NewVersion01\\LAFJLBmf939XYm5gj\\dev\\node_modules\\@babel\\preset-env",
"bundleDependencies": false,
"dependencies": {
"@babel/helper-plugin-utils": "^7.0.0"
},
"deprecated": false,
"description": "Allow parsing of optional catch bindings", "description": "Allow parsing of optional catch bindings",
"devDependencies": { "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-optional-catch-binding",
"@babel/core": "^7.2.0" "license": "MIT",
"publishConfig": {
"access": "public"
}, },
"main": "lib/index.js",
"keywords": [ "keywords": [
"babel-plugin" "babel-plugin"
], ],
"license": "MIT", "dependencies": {
"main": "lib/index.js", "@babel/helper-plugin-utils": "^7.0.0"
"name": "@babel/plugin-syntax-optional-catch-binding", },
"peerDependencies": { "peerDependencies": {
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"
}, },
"publishConfig": { "devDependencies": {
"access": "public" "@babel/core": "^7.2.0"
}, }
"repository": {
"type": "git",
"url": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-optional-catch-binding"
},
"version": "7.2.0"
} }
{ {
"_from": "@babel/plugin-transform-arrow-functions@^7.2.0", "name": "@babel/plugin-transform-arrow-functions",
"_id": "@babel/plugin-transform-arrow-functions@7.2.0", "version": "7.2.0",
"_inBundle": false, "description": "Compile ES2015 arrow functions to ES5",
"_integrity": "sha512-ER77Cax1+8/8jCB9fo4Ud161OZzWN5qawi4GusDuRLcDbDG+bIGYY20zb2dfAFdTRGzrfq2xZPvF0R64EHnimg==", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-arrow-functions",
"_location": "/@babel/plugin-transform-arrow-functions", "license": "MIT",
"_phantomChildren": {}, "publishConfig": {
"_requested": { "access": "public"
"type": "range",
"registry": true,
"raw": "@babel/plugin-transform-arrow-functions@^7.2.0",
"name": "@babel/plugin-transform-arrow-functions",
"escapedName": "@babel%2fplugin-transform-arrow-functions",
"scope": "@babel",
"rawSpec": "^7.2.0",
"saveSpec": null,
"fetchSpec": "^7.2.0"
}, },
"_requiredBy": [ "main": "lib/index.js",
"/@babel/preset-env" "keywords": [
"babel-plugin"
], ],
"_resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.2.0.tgz",
"_shasum": "9aeafbe4d6ffc6563bf8f8372091628f00779550",
"_spec": "@babel/plugin-transform-arrow-functions@^7.2.0",
"_where": "C:\\Work\\OneDrive - bwstaff\\M4_Lab\\TV3\\NewVersion01\\LAFJLBmf939XYm5gj\\dev\\node_modules\\@babel\\preset-env",
"bundleDependencies": false,
"dependencies": { "dependencies": {
"@babel/helper-plugin-utils": "^7.0.0" "@babel/helper-plugin-utils": "^7.0.0"
}, },
"deprecated": false, "peerDependencies": {
"description": "Compile ES2015 arrow functions to ES5", "@babel/core": "^7.0.0-0"
},
"devDependencies": { "devDependencies": {
"@babel/core": "^7.2.0", "@babel/core": "^7.2.0",
"@babel/helper-plugin-test-runner": "^7.0.0", "@babel/helper-plugin-test-runner": "^7.0.0",
"@babel/traverse": "^7.0.0" "@babel/traverse": "^7.0.0"
}, }
"keywords": [
"babel-plugin"
],
"license": "MIT",
"main": "lib/index.js",
"name": "@babel/plugin-transform-arrow-functions",
"peerDependencies": {
"@babel/core": "^7.0.0-0"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-arrow-functions"
},
"version": "7.2.0"
} }
{ {
"_from": "@babel/plugin-transform-async-to-generator@^7.3.4", "name": "@babel/plugin-transform-async-to-generator",
"_id": "@babel/plugin-transform-async-to-generator@7.7.0", "version": "7.7.0",
"_inBundle": false, "description": "Turn async functions into ES2015 generators",
"_integrity": "sha512-vLI2EFLVvRBL3d8roAMqtVY0Bm9C1QzLkdS57hiKrjUBSqsQYrBsMCeOg/0KK7B0eK9V71J5mWcha9yyoI2tZw==", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-async-to-generator",
"_location": "/@babel/plugin-transform-async-to-generator", "license": "MIT",
"_phantomChildren": {}, "publishConfig": {
"_requested": { "access": "public"
"type": "range",
"registry": true,
"raw": "@babel/plugin-transform-async-to-generator@^7.3.4",
"name": "@babel/plugin-transform-async-to-generator",
"escapedName": "@babel%2fplugin-transform-async-to-generator",
"scope": "@babel",
"rawSpec": "^7.3.4",
"saveSpec": null,
"fetchSpec": "^7.3.4"
}, },
"_requiredBy": [ "main": "lib/index.js",
"/@babel/preset-env" "keywords": [
"babel-plugin"
], ],
"_resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.7.0.tgz",
"_shasum": "e2b84f11952cf5913fe3438b7d2585042772f492",
"_spec": "@babel/plugin-transform-async-to-generator@^7.3.4",
"_where": "C:\\Work\\OneDrive - bwstaff\\M4_Lab\\TV3\\NewVersion01\\LAFJLBmf939XYm5gj\\dev\\node_modules\\@babel\\preset-env",
"bundleDependencies": false,
"dependencies": { "dependencies": {
"@babel/helper-module-imports": "^7.7.0", "@babel/helper-module-imports": "^7.7.0",
"@babel/helper-plugin-utils": "^7.0.0", "@babel/helper-plugin-utils": "^7.0.0",
"@babel/helper-remap-async-to-generator": "^7.7.0" "@babel/helper-remap-async-to-generator": "^7.7.0"
}, },
"deprecated": false,
"description": "Turn async functions into ES2015 generators",
"devDependencies": {
"@babel/core": "^7.7.0",
"@babel/helper-plugin-test-runner": "^7.0.0"
},
"gitHead": "97faa83953cb87e332554fa559a4956d202343ea",
"keywords": [
"babel-plugin"
],
"license": "MIT",
"main": "lib/index.js",
"name": "@babel/plugin-transform-async-to-generator",
"peerDependencies": { "peerDependencies": {
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"
}, },
"publishConfig": { "devDependencies": {
"access": "public" "@babel/core": "^7.7.0",
}, "@babel/helper-plugin-test-runner": "^7.0.0"
"repository": {
"type": "git",
"url": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-async-to-generator"
}, },
"version": "7.7.0" "gitHead": "97faa83953cb87e332554fa559a4956d202343ea"
} }
{ {
"_from": "@babel/plugin-transform-block-scoped-functions@^7.2.0", "name": "@babel/plugin-transform-block-scoped-functions",
"_id": "@babel/plugin-transform-block-scoped-functions@7.2.0", "version": "7.2.0",
"_inBundle": false,
"_integrity": "sha512-ntQPR6q1/NKuphly49+QiQiTN0O63uOwjdD6dhIjSWBI5xlrbUFh720TIpzBhpnrLfv2tNH/BXvLIab1+BAI0w==",
"_location": "/@babel/plugin-transform-block-scoped-functions",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@babel/plugin-transform-block-scoped-functions@^7.2.0",
"name": "@babel/plugin-transform-block-scoped-functions",
"escapedName": "@babel%2fplugin-transform-block-scoped-functions",
"scope": "@babel",
"rawSpec": "^7.2.0",
"saveSpec": null,
"fetchSpec": "^7.2.0"
},
"_requiredBy": [
"/@babel/preset-env"
],
"_resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.2.0.tgz",
"_shasum": "5d3cc11e8d5ddd752aa64c9148d0db6cb79fd190",
"_spec": "@babel/plugin-transform-block-scoped-functions@^7.2.0",
"_where": "C:\\Work\\OneDrive - bwstaff\\M4_Lab\\TV3\\NewVersion01\\LAFJLBmf939XYm5gj\\dev\\node_modules\\@babel\\preset-env",
"bundleDependencies": false,
"dependencies": {
"@babel/helper-plugin-utils": "^7.0.0"
},
"deprecated": false,
"description": "Babel plugin to ensure function declarations at the block level are block scoped", "description": "Babel plugin to ensure function declarations at the block level are block scoped",
"devDependencies": { "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-block-scoped-functions",
"@babel/core": "^7.2.0", "license": "MIT",
"@babel/helper-plugin-test-runner": "^7.0.0" "publishConfig": {
"access": "public"
}, },
"main": "lib/index.js",
"keywords": [ "keywords": [
"babel-plugin" "babel-plugin"
], ],
"license": "MIT", "dependencies": {
"main": "lib/index.js", "@babel/helper-plugin-utils": "^7.0.0"
"name": "@babel/plugin-transform-block-scoped-functions", },
"peerDependencies": { "peerDependencies": {
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"
}, },
"publishConfig": { "devDependencies": {
"access": "public" "@babel/core": "^7.2.0",
}, "@babel/helper-plugin-test-runner": "^7.0.0"
"repository": { }
"type": "git",
"url": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-block-scoped-functions"
},
"version": "7.2.0"
} }
{ {
"_from": "@babel/plugin-transform-block-scoping@^7.3.4", "name": "@babel/plugin-transform-block-scoping",
"_id": "@babel/plugin-transform-block-scoping@7.6.3", "version": "7.6.3",
"_inBundle": false, "description": "Compile ES2015 block scoping (const and let) to ES5",
"_integrity": "sha512-7hvrg75dubcO3ZI2rjYTzUrEuh1E9IyDEhhB6qfcooxhDA33xx2MasuLVgdxzcP6R/lipAC6n9ub9maNW6RKdw==", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-block-scoping",
"_location": "/@babel/plugin-transform-block-scoping", "license": "MIT",
"_phantomChildren": {}, "publishConfig": {
"_requested": { "access": "public"
"type": "range",
"registry": true,
"raw": "@babel/plugin-transform-block-scoping@^7.3.4",
"name": "@babel/plugin-transform-block-scoping",
"escapedName": "@babel%2fplugin-transform-block-scoping",
"scope": "@babel",
"rawSpec": "^7.3.4",
"saveSpec": null,
"fetchSpec": "^7.3.4"
}, },
"_requiredBy": [ "main": "lib/index.js",
"/@babel/preset-env"
],
"_resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.6.3.tgz",
"_shasum": "6e854e51fbbaa84351b15d4ddafe342f3a5d542a",
"_spec": "@babel/plugin-transform-block-scoping@^7.3.4",
"_where": "C:\\Work\\OneDrive - bwstaff\\M4_Lab\\TV3\\NewVersion01\\LAFJLBmf939XYm5gj\\dev\\node_modules\\@babel\\preset-env",
"bundleDependencies": false,
"dependencies": { "dependencies": {
"@babel/helper-plugin-utils": "^7.0.0", "@babel/helper-plugin-utils": "^7.0.0",
"lodash": "^4.17.13" "lodash": "^4.17.13"
}, },
"deprecated": false,
"description": "Compile ES2015 block scoping (const and let) to ES5",
"devDependencies": {
"@babel/core": "^7.6.3",
"@babel/helper-plugin-test-runner": "^7.0.0"
},
"gitHead": "d329156ebc17da01382acb83e212cb4328534ebc",
"keywords": [ "keywords": [
"babel-plugin" "babel-plugin"
], ],
"license": "MIT",
"main": "lib/index.js",
"name": "@babel/plugin-transform-block-scoping",
"peerDependencies": { "peerDependencies": {
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"
}, },
"publishConfig": { "devDependencies": {
"access": "public" "@babel/core": "^7.6.3",
}, "@babel/helper-plugin-test-runner": "^7.0.0"
"repository": {
"type": "git",
"url": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-block-scoping"
}, },
"version": "7.6.3" "gitHead": "d329156ebc17da01382acb83e212cb4328534ebc"
} }
{ {
"_from": "@babel/plugin-transform-classes@^7.3.4", "name": "@babel/plugin-transform-classes",
"_id": "@babel/plugin-transform-classes@7.7.0", "version": "7.7.0",
"_inBundle": false, "description": "Compile ES2015 classes to ES5",
"_integrity": "sha512-/b3cKIZwGeUesZheU9jNYcwrEA7f/Bo4IdPmvp7oHgvks2majB5BoT5byAql44fiNQYOPzhk2w8DbgfuafkMoA==", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-classes",
"_location": "/@babel/plugin-transform-classes", "license": "MIT",
"_phantomChildren": {}, "publishConfig": {
"_requested": { "access": "public"
"type": "range",
"registry": true,
"raw": "@babel/plugin-transform-classes@^7.3.4",
"name": "@babel/plugin-transform-classes",
"escapedName": "@babel%2fplugin-transform-classes",
"scope": "@babel",
"rawSpec": "^7.3.4",
"saveSpec": null,
"fetchSpec": "^7.3.4"
}, },
"_requiredBy": [ "main": "lib/index.js",
"/@babel/preset-env"
],
"_resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.7.0.tgz",
"_shasum": "b411ecc1b8822d24b81e5d184f24149136eddd4a",
"_spec": "@babel/plugin-transform-classes@^7.3.4",
"_where": "C:\\Work\\OneDrive - bwstaff\\M4_Lab\\TV3\\NewVersion01\\LAFJLBmf939XYm5gj\\dev\\node_modules\\@babel\\preset-env",
"bundleDependencies": false,
"dependencies": { "dependencies": {
"@babel/helper-annotate-as-pure": "^7.7.0", "@babel/helper-annotate-as-pure": "^7.7.0",
"@babel/helper-define-map": "^7.7.0", "@babel/helper-define-map": "^7.7.0",
...@@ -34,28 +18,15 @@ ...@@ -34,28 +18,15 @@
"@babel/helper-split-export-declaration": "^7.7.0", "@babel/helper-split-export-declaration": "^7.7.0",
"globals": "^11.1.0" "globals": "^11.1.0"
}, },
"deprecated": false,
"description": "Compile ES2015 classes to ES5",
"devDependencies": {
"@babel/core": "^7.7.0",
"@babel/helper-plugin-test-runner": "^7.0.0"
},
"gitHead": "97faa83953cb87e332554fa559a4956d202343ea",
"keywords": [ "keywords": [
"babel-plugin" "babel-plugin"
], ],
"license": "MIT",
"main": "lib/index.js",
"name": "@babel/plugin-transform-classes",
"peerDependencies": { "peerDependencies": {
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"
}, },
"publishConfig": { "devDependencies": {
"access": "public" "@babel/core": "^7.7.0",
}, "@babel/helper-plugin-test-runner": "^7.0.0"
"repository": {
"type": "git",
"url": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-classes"
}, },
"version": "7.7.0" "gitHead": "97faa83953cb87e332554fa559a4956d202343ea"
} }
{ {
"_from": "@babel/plugin-transform-computed-properties@^7.2.0", "name": "@babel/plugin-transform-computed-properties",
"_id": "@babel/plugin-transform-computed-properties@7.2.0", "version": "7.2.0",
"_inBundle": false,
"_integrity": "sha512-kP/drqTxY6Xt3NNpKiMomfgkNn4o7+vKxK2DDKcBG9sHj51vHqMBGy8wbDS/J4lMxnqs153/T3+DmCEAkC5cpA==",
"_location": "/@babel/plugin-transform-computed-properties",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@babel/plugin-transform-computed-properties@^7.2.0",
"name": "@babel/plugin-transform-computed-properties",
"escapedName": "@babel%2fplugin-transform-computed-properties",
"scope": "@babel",
"rawSpec": "^7.2.0",
"saveSpec": null,
"fetchSpec": "^7.2.0"
},
"_requiredBy": [
"/@babel/preset-env"
],
"_resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.2.0.tgz",
"_shasum": "83a7df6a658865b1c8f641d510c6f3af220216da",
"_spec": "@babel/plugin-transform-computed-properties@^7.2.0",
"_where": "C:\\Work\\OneDrive - bwstaff\\M4_Lab\\TV3\\NewVersion01\\LAFJLBmf939XYm5gj\\dev\\node_modules\\@babel\\preset-env",
"bundleDependencies": false,
"dependencies": {
"@babel/helper-plugin-utils": "^7.0.0"
},
"deprecated": false,
"description": "Compile ES2015 computed properties to ES5", "description": "Compile ES2015 computed properties to ES5",
"devDependencies": { "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-computed-properties",
"@babel/core": "^7.2.0", "license": "MIT",
"@babel/helper-plugin-test-runner": "^7.0.0" "publishConfig": {
"access": "public"
}, },
"main": "lib/index.js",
"keywords": [ "keywords": [
"babel-plugin" "babel-plugin"
], ],
"license": "MIT", "dependencies": {
"main": "lib/index.js", "@babel/helper-plugin-utils": "^7.0.0"
"name": "@babel/plugin-transform-computed-properties", },
"peerDependencies": { "peerDependencies": {
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"
}, },
"publishConfig": { "devDependencies": {
"access": "public" "@babel/core": "^7.2.0",
}, "@babel/helper-plugin-test-runner": "^7.0.0"
"repository": { }
"type": "git",
"url": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-computed-properties"
},
"version": "7.2.0"
} }
{ {
"_from": "@babel/plugin-transform-destructuring@^7.2.0", "name": "@babel/plugin-transform-destructuring",
"_id": "@babel/plugin-transform-destructuring@7.6.0", "version": "7.6.0",
"_inBundle": false,
"_integrity": "sha512-2bGIS5P1v4+sWTCnKNDZDxbGvEqi0ijeqM/YqHtVGrvG2y0ySgnEEhXErvE9dA0bnIzY9bIzdFK0jFA46ASIIQ==",
"_location": "/@babel/plugin-transform-destructuring",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@babel/plugin-transform-destructuring@^7.2.0",
"name": "@babel/plugin-transform-destructuring",
"escapedName": "@babel%2fplugin-transform-destructuring",
"scope": "@babel",
"rawSpec": "^7.2.0",
"saveSpec": null,
"fetchSpec": "^7.2.0"
},
"_requiredBy": [
"/@babel/preset-env"
],
"_resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.6.0.tgz",
"_shasum": "44bbe08b57f4480094d57d9ffbcd96d309075ba6",
"_spec": "@babel/plugin-transform-destructuring@^7.2.0",
"_where": "C:\\Work\\OneDrive - bwstaff\\M4_Lab\\TV3\\NewVersion01\\LAFJLBmf939XYm5gj\\dev\\node_modules\\@babel\\preset-env",
"bundleDependencies": false,
"dependencies": {
"@babel/helper-plugin-utils": "^7.0.0"
},
"deprecated": false,
"description": "Compile ES2015 destructuring to ES5", "description": "Compile ES2015 destructuring to ES5",
"devDependencies": { "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-destructuring",
"@babel/core": "^7.6.0", "license": "MIT",
"@babel/helper-plugin-test-runner": "^7.0.0" "publishConfig": {
"access": "public"
}, },
"gitHead": "cbd5a26e57758e3f748174ff84aa570e8780e85d", "main": "lib/index.js",
"keywords": [ "keywords": [
"babel-plugin" "babel-plugin"
], ],
"license": "MIT", "dependencies": {
"main": "lib/index.js", "@babel/helper-plugin-utils": "^7.0.0"
"name": "@babel/plugin-transform-destructuring", },
"peerDependencies": { "peerDependencies": {
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"
}, },
"publishConfig": { "devDependencies": {
"access": "public" "@babel/core": "^7.6.0",
}, "@babel/helper-plugin-test-runner": "^7.0.0"
"repository": {
"type": "git",
"url": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-destructuring"
}, },
"version": "7.6.0" "gitHead": "cbd5a26e57758e3f748174ff84aa570e8780e85d"
} }
{ {
"_from": "@babel/plugin-transform-dotall-regex@^7.2.0", "name": "@babel/plugin-transform-dotall-regex",
"_id": "@babel/plugin-transform-dotall-regex@7.7.0", "version": "7.7.0",
"_inBundle": false,
"_integrity": "sha512-3QQlF7hSBnSuM1hQ0pS3pmAbWLax/uGNCbPBND9y+oJ4Y776jsyujG2k0Sn2Aj2a0QwVOiOFL5QVPA7spjvzSA==",
"_location": "/@babel/plugin-transform-dotall-regex",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@babel/plugin-transform-dotall-regex@^7.2.0",
"name": "@babel/plugin-transform-dotall-regex",
"escapedName": "@babel%2fplugin-transform-dotall-regex",
"scope": "@babel",
"rawSpec": "^7.2.0",
"saveSpec": null,
"fetchSpec": "^7.2.0"
},
"_requiredBy": [
"/@babel/preset-env"
],
"_resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.7.0.tgz",
"_shasum": "c5c9ecacab3a5e0c11db6981610f0c32fd698b3b",
"_spec": "@babel/plugin-transform-dotall-regex@^7.2.0",
"_where": "C:\\Work\\OneDrive - bwstaff\\M4_Lab\\TV3\\NewVersion01\\LAFJLBmf939XYm5gj\\dev\\node_modules\\@babel\\preset-env",
"bugs": {
"url": "https://github.com/babel/babel/issues"
},
"bundleDependencies": false,
"dependencies": {
"@babel/helper-create-regexp-features-plugin": "^7.7.0",
"@babel/helper-plugin-utils": "^7.0.0"
},
"deprecated": false,
"description": "Compile regular expressions using the `s` (`dotAll`) flag to ES5.", "description": "Compile regular expressions using the `s` (`dotAll`) flag to ES5.",
"devDependencies": {
"@babel/core": "^7.7.0",
"@babel/helper-plugin-test-runner": "^7.0.0"
},
"gitHead": "97faa83953cb87e332554fa559a4956d202343ea",
"homepage": "https://babeljs.io/", "homepage": "https://babeljs.io/",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js",
"keywords": [ "keywords": [
"babel-plugin", "babel-plugin",
"regex", "regex",
...@@ -46,18 +15,18 @@ ...@@ -46,18 +15,18 @@
"regular expressions", "regular expressions",
"dotall" "dotall"
], ],
"license": "MIT", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-dotall-regex",
"main": "lib/index.js", "bugs": "https://github.com/babel/babel/issues",
"name": "@babel/plugin-transform-dotall-regex", "dependencies": {
"@babel/helper-create-regexp-features-plugin": "^7.7.0",
"@babel/helper-plugin-utils": "^7.0.0"
},
"peerDependencies": { "peerDependencies": {
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"
}, },
"publishConfig": { "devDependencies": {
"access": "public" "@babel/core": "^7.7.0",
}, "@babel/helper-plugin-test-runner": "^7.0.0"
"repository": {
"type": "git",
"url": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-dotall-regex"
}, },
"version": "7.7.0" "gitHead": "97faa83953cb87e332554fa559a4956d202343ea"
} }
{ {
"_from": "@babel/plugin-transform-duplicate-keys@^7.2.0", "name": "@babel/plugin-transform-duplicate-keys",
"_id": "@babel/plugin-transform-duplicate-keys@7.5.0", "version": "7.5.0",
"_inBundle": false,
"_integrity": "sha512-igcziksHizyQPlX9gfSjHkE2wmoCH3evvD2qR5w29/Dk0SMKE/eOI7f1HhBdNhR/zxJDqrgpoDTq5YSLH/XMsQ==",
"_location": "/@babel/plugin-transform-duplicate-keys",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@babel/plugin-transform-duplicate-keys@^7.2.0",
"name": "@babel/plugin-transform-duplicate-keys",
"escapedName": "@babel%2fplugin-transform-duplicate-keys",
"scope": "@babel",
"rawSpec": "^7.2.0",
"saveSpec": null,
"fetchSpec": "^7.2.0"
},
"_requiredBy": [
"/@babel/preset-env"
],
"_resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.5.0.tgz",
"_shasum": "c5dbf5106bf84cdf691222c0974c12b1df931853",
"_spec": "@babel/plugin-transform-duplicate-keys@^7.2.0",
"_where": "C:\\Work\\OneDrive - bwstaff\\M4_Lab\\TV3\\NewVersion01\\LAFJLBmf939XYm5gj\\dev\\node_modules\\@babel\\preset-env",
"bundleDependencies": false,
"dependencies": {
"@babel/helper-plugin-utils": "^7.0.0"
},
"deprecated": false,
"description": "Compile objects with duplicate keys to valid strict ES5", "description": "Compile objects with duplicate keys to valid strict ES5",
"devDependencies": { "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-duplicate-keys",
"@babel/core": "^7.5.0", "license": "MIT",
"@babel/helper-plugin-test-runner": "^7.0.0" "publishConfig": {
"access": "public"
}, },
"gitHead": "49da9a07c81156e997e60146eb001ea77b7044c4", "main": "lib/index.js",
"keywords": [ "keywords": [
"babel-plugin" "babel-plugin"
], ],
"license": "MIT", "dependencies": {
"main": "lib/index.js", "@babel/helper-plugin-utils": "^7.0.0"
"name": "@babel/plugin-transform-duplicate-keys", },
"peerDependencies": { "peerDependencies": {
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"
}, },
"publishConfig": { "devDependencies": {
"access": "public" "@babel/core": "^7.5.0",
}, "@babel/helper-plugin-test-runner": "^7.0.0"
"repository": {
"type": "git",
"url": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-duplicate-keys"
}, },
"version": "7.5.0" "gitHead": "49da9a07c81156e997e60146eb001ea77b7044c4"
} }
{ {
"_from": "@babel/plugin-transform-exponentiation-operator@^7.2.0", "name": "@babel/plugin-transform-exponentiation-operator",
"_id": "@babel/plugin-transform-exponentiation-operator@7.2.0", "version": "7.2.0",
"_inBundle": false, "description": "Compile exponentiation operator to ES5",
"_integrity": "sha512-umh4hR6N7mu4Elq9GG8TOu9M0bakvlsREEC+ialrQN6ABS4oDQ69qJv1VtR3uxlKMCQMCvzk7vr17RHKcjx68A==", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-exponentiation-operator",
"_location": "/@babel/plugin-transform-exponentiation-operator", "license": "MIT",
"_phantomChildren": {}, "publishConfig": {
"_requested": { "access": "public"
"type": "range",
"registry": true,
"raw": "@babel/plugin-transform-exponentiation-operator@^7.2.0",
"name": "@babel/plugin-transform-exponentiation-operator",
"escapedName": "@babel%2fplugin-transform-exponentiation-operator",
"scope": "@babel",
"rawSpec": "^7.2.0",
"saveSpec": null,
"fetchSpec": "^7.2.0"
}, },
"_requiredBy": [ "main": "lib/index.js",
"/@babel/preset-env" "keywords": [
"babel-plugin"
], ],
"_resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.2.0.tgz",
"_shasum": "a63868289e5b4007f7054d46491af51435766008",
"_spec": "@babel/plugin-transform-exponentiation-operator@^7.2.0",
"_where": "C:\\Work\\OneDrive - bwstaff\\M4_Lab\\TV3\\NewVersion01\\LAFJLBmf939XYm5gj\\dev\\node_modules\\@babel\\preset-env",
"bundleDependencies": false,
"dependencies": { "dependencies": {
"@babel/helper-builder-binary-assignment-operator-visitor": "^7.1.0", "@babel/helper-builder-binary-assignment-operator-visitor": "^7.1.0",
"@babel/helper-plugin-utils": "^7.0.0" "@babel/helper-plugin-utils": "^7.0.0"
}, },
"deprecated": false,
"description": "Compile exponentiation operator to ES5",
"devDependencies": {
"@babel/core": "^7.2.0",
"@babel/helper-plugin-test-runner": "^7.0.0"
},
"keywords": [
"babel-plugin"
],
"license": "MIT",
"main": "lib/index.js",
"name": "@babel/plugin-transform-exponentiation-operator",
"peerDependencies": { "peerDependencies": {
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"
}, },
"publishConfig": { "devDependencies": {
"access": "public" "@babel/core": "^7.2.0",
}, "@babel/helper-plugin-test-runner": "^7.0.0"
"repository": { }
"type": "git",
"url": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-exponentiation-operator"
},
"version": "7.2.0"
} }
{ {
"_from": "@babel/plugin-transform-for-of@^7.2.0", "name": "@babel/plugin-transform-for-of",
"_id": "@babel/plugin-transform-for-of@7.4.4", "version": "7.4.4",
"_inBundle": false,
"_integrity": "sha512-9T/5Dlr14Z9TIEXLXkt8T1DU7F24cbhwhMNUziN3hB1AXoZcdzPcTiKGRn/6iOymDqtTKWnr/BtRKN9JwbKtdQ==",
"_location": "/@babel/plugin-transform-for-of",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@babel/plugin-transform-for-of@^7.2.0",
"name": "@babel/plugin-transform-for-of",
"escapedName": "@babel%2fplugin-transform-for-of",
"scope": "@babel",
"rawSpec": "^7.2.0",
"saveSpec": null,
"fetchSpec": "^7.2.0"
},
"_requiredBy": [
"/@babel/preset-env"
],
"_resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.4.4.tgz",
"_shasum": "0267fc735e24c808ba173866c6c4d1440fc3c556",
"_spec": "@babel/plugin-transform-for-of@^7.2.0",
"_where": "C:\\Work\\OneDrive - bwstaff\\M4_Lab\\TV3\\NewVersion01\\LAFJLBmf939XYm5gj\\dev\\node_modules\\@babel\\preset-env",
"bundleDependencies": false,
"dependencies": {
"@babel/helper-plugin-utils": "^7.0.0"
},
"deprecated": false,
"description": "Compile ES2015 for...of to ES5", "description": "Compile ES2015 for...of to ES5",
"devDependencies": { "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-for-of",
"@babel/core": "^7.4.4", "license": "MIT",
"@babel/helper-plugin-test-runner": "^7.0.0" "publishConfig": {
"access": "public"
}, },
"gitHead": "2c88694388831b1e5b88e4bbed6781eb2be1edba", "main": "lib/index.js",
"keywords": [ "keywords": [
"babel-plugin" "babel-plugin"
], ],
"license": "MIT", "dependencies": {
"main": "lib/index.js", "@babel/helper-plugin-utils": "^7.0.0"
"name": "@babel/plugin-transform-for-of", },
"peerDependencies": { "peerDependencies": {
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"
}, },
"publishConfig": { "devDependencies": {
"access": "public" "@babel/core": "^7.4.4",
}, "@babel/helper-plugin-test-runner": "^7.0.0"
"repository": {
"type": "git",
"url": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-for-of"
}, },
"version": "7.4.4" "gitHead": "2c88694388831b1e5b88e4bbed6781eb2be1edba"
} }
{ {
"_from": "@babel/plugin-transform-function-name@^7.2.0", "name": "@babel/plugin-transform-function-name",
"_id": "@babel/plugin-transform-function-name@7.7.0", "version": "7.7.0",
"_inBundle": false, "description": "Apply ES2015 function.name semantics to all functions",
"_integrity": "sha512-P5HKu0d9+CzZxP5jcrWdpe7ZlFDe24bmqP6a6X8BHEBl/eizAsY8K6LX8LASZL0Jxdjm5eEfzp+FIrxCm/p8bA==", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-function-name",
"_location": "/@babel/plugin-transform-function-name", "license": "MIT",
"_phantomChildren": {}, "publishConfig": {
"_requested": { "access": "public"
"type": "range",
"registry": true,
"raw": "@babel/plugin-transform-function-name@^7.2.0",
"name": "@babel/plugin-transform-function-name",
"escapedName": "@babel%2fplugin-transform-function-name",
"scope": "@babel",
"rawSpec": "^7.2.0",
"saveSpec": null,
"fetchSpec": "^7.2.0"
}, },
"_requiredBy": [ "main": "lib/index.js",
"/@babel/preset-env" "keywords": [
"babel-plugin"
], ],
"_resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.7.0.tgz",
"_shasum": "0fa786f1eef52e3b7d4fc02e54b2129de8a04c2a",
"_spec": "@babel/plugin-transform-function-name@^7.2.0",
"_where": "C:\\Work\\OneDrive - bwstaff\\M4_Lab\\TV3\\NewVersion01\\LAFJLBmf939XYm5gj\\dev\\node_modules\\@babel\\preset-env",
"bundleDependencies": false,
"dependencies": { "dependencies": {
"@babel/helper-function-name": "^7.7.0", "@babel/helper-function-name": "^7.7.0",
"@babel/helper-plugin-utils": "^7.0.0" "@babel/helper-plugin-utils": "^7.0.0"
}, },
"deprecated": false,
"description": "Apply ES2015 function.name semantics to all functions",
"devDependencies": {
"@babel/core": "^7.7.0",
"@babel/helper-plugin-test-runner": "^7.0.0"
},
"gitHead": "97faa83953cb87e332554fa559a4956d202343ea",
"keywords": [
"babel-plugin"
],
"license": "MIT",
"main": "lib/index.js",
"name": "@babel/plugin-transform-function-name",
"peerDependencies": { "peerDependencies": {
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"
}, },
"publishConfig": { "devDependencies": {
"access": "public" "@babel/core": "^7.7.0",
}, "@babel/helper-plugin-test-runner": "^7.0.0"
"repository": {
"type": "git",
"url": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-function-name"
}, },
"version": "7.7.0" "gitHead": "97faa83953cb87e332554fa559a4956d202343ea"
} }
{ {
"_from": "@babel/plugin-transform-literals@^7.2.0", "name": "@babel/plugin-transform-literals",
"_id": "@babel/plugin-transform-literals@7.2.0", "version": "7.2.0",
"_inBundle": false,
"_integrity": "sha512-2ThDhm4lI4oV7fVQ6pNNK+sx+c/GM5/SaML0w/r4ZB7sAneD/piDJtwdKlNckXeyGK7wlwg2E2w33C/Hh+VFCg==",
"_location": "/@babel/plugin-transform-literals",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@babel/plugin-transform-literals@^7.2.0",
"name": "@babel/plugin-transform-literals",
"escapedName": "@babel%2fplugin-transform-literals",
"scope": "@babel",
"rawSpec": "^7.2.0",
"saveSpec": null,
"fetchSpec": "^7.2.0"
},
"_requiredBy": [
"/@babel/preset-env"
],
"_resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.2.0.tgz",
"_shasum": "690353e81f9267dad4fd8cfd77eafa86aba53ea1",
"_spec": "@babel/plugin-transform-literals@^7.2.0",
"_where": "C:\\Work\\OneDrive - bwstaff\\M4_Lab\\TV3\\NewVersion01\\LAFJLBmf939XYm5gj\\dev\\node_modules\\@babel\\preset-env",
"bundleDependencies": false,
"dependencies": {
"@babel/helper-plugin-utils": "^7.0.0"
},
"deprecated": false,
"description": "Compile ES2015 unicode string and number literals to ES5", "description": "Compile ES2015 unicode string and number literals to ES5",
"devDependencies": { "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-literals",
"@babel/core": "^7.2.0", "license": "MIT",
"@babel/helper-plugin-test-runner": "^7.0.0" "publishConfig": {
"access": "public"
}, },
"main": "lib/index.js",
"keywords": [ "keywords": [
"babel-plugin" "babel-plugin"
], ],
"license": "MIT", "dependencies": {
"main": "lib/index.js", "@babel/helper-plugin-utils": "^7.0.0"
"name": "@babel/plugin-transform-literals", },
"peerDependencies": { "peerDependencies": {
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"
}, },
"publishConfig": { "devDependencies": {
"access": "public" "@babel/core": "^7.2.0",
}, "@babel/helper-plugin-test-runner": "^7.0.0"
"repository": { }
"type": "git",
"url": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-literals"
},
"version": "7.2.0"
} }
{ {
"_from": "@babel/plugin-transform-modules-amd@^7.2.0", "name": "@babel/plugin-transform-modules-amd",
"_id": "@babel/plugin-transform-modules-amd@7.5.0", "version": "7.5.0",
"_inBundle": false, "description": "This plugin transforms ES2015 modules to AMD",
"_integrity": "sha512-n20UsQMKnWrltocZZm24cRURxQnWIvsABPJlw/fvoy9c6AgHZzoelAIzajDHAQrDpuKFFPPcFGd7ChsYuIUMpg==", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-modules-amd",
"_location": "/@babel/plugin-transform-modules-amd", "license": "MIT",
"_phantomChildren": {}, "publishConfig": {
"_requested": { "access": "public"
"type": "range",
"registry": true,
"raw": "@babel/plugin-transform-modules-amd@^7.2.0",
"name": "@babel/plugin-transform-modules-amd",
"escapedName": "@babel%2fplugin-transform-modules-amd",
"scope": "@babel",
"rawSpec": "^7.2.0",
"saveSpec": null,
"fetchSpec": "^7.2.0"
}, },
"_requiredBy": [ "main": "lib/index.js",
"/@babel/preset-env"
],
"_resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.5.0.tgz",
"_shasum": "ef00435d46da0a5961aa728a1d2ecff063e4fb91",
"_spec": "@babel/plugin-transform-modules-amd@^7.2.0",
"_where": "C:\\Work\\OneDrive - bwstaff\\M4_Lab\\TV3\\NewVersion01\\LAFJLBmf939XYm5gj\\dev\\node_modules\\@babel\\preset-env",
"bundleDependencies": false,
"dependencies": { "dependencies": {
"@babel/helper-module-transforms": "^7.1.0", "@babel/helper-module-transforms": "^7.1.0",
"@babel/helper-plugin-utils": "^7.0.0", "@babel/helper-plugin-utils": "^7.0.0",
"babel-plugin-dynamic-import-node": "^2.3.0" "babel-plugin-dynamic-import-node": "^2.3.0"
}, },
"deprecated": false,
"description": "This plugin transforms ES2015 modules to AMD",
"devDependencies": {
"@babel/core": "^7.5.0",
"@babel/helper-plugin-test-runner": "^7.0.0"
},
"gitHead": "49da9a07c81156e997e60146eb001ea77b7044c4",
"keywords": [ "keywords": [
"babel-plugin" "babel-plugin"
], ],
"license": "MIT",
"main": "lib/index.js",
"name": "@babel/plugin-transform-modules-amd",
"peerDependencies": { "peerDependencies": {
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"
}, },
"publishConfig": { "devDependencies": {
"access": "public" "@babel/core": "^7.5.0",
}, "@babel/helper-plugin-test-runner": "^7.0.0"
"repository": {
"type": "git",
"url": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-modules-amd"
}, },
"version": "7.5.0" "gitHead": "49da9a07c81156e997e60146eb001ea77b7044c4"
} }
{ {
"_from": "@babel/plugin-transform-modules-commonjs@^7.2.0", "name": "@babel/plugin-transform-modules-commonjs",
"_id": "@babel/plugin-transform-modules-commonjs@7.7.0", "version": "7.7.0",
"_inBundle": false, "description": "This plugin transforms ES2015 modules to CommonJS",
"_integrity": "sha512-KEMyWNNWnjOom8vR/1+d+Ocz/mILZG/eyHHO06OuBQ2aNhxT62fr4y6fGOplRx+CxCSp3IFwesL8WdINfY/3kg==", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-modules-commonjs",
"_location": "/@babel/plugin-transform-modules-commonjs", "license": "MIT",
"_phantomChildren": {}, "publishConfig": {
"_requested": { "access": "public"
"type": "range",
"registry": true,
"raw": "@babel/plugin-transform-modules-commonjs@^7.2.0",
"name": "@babel/plugin-transform-modules-commonjs",
"escapedName": "@babel%2fplugin-transform-modules-commonjs",
"scope": "@babel",
"rawSpec": "^7.2.0",
"saveSpec": null,
"fetchSpec": "^7.2.0"
}, },
"_requiredBy": [ "main": "lib/index.js",
"/@babel/preset-env"
],
"_resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.7.0.tgz",
"_shasum": "3e5ffb4fd8c947feede69cbe24c9554ab4113fe3",
"_spec": "@babel/plugin-transform-modules-commonjs@^7.2.0",
"_where": "C:\\Work\\OneDrive - bwstaff\\M4_Lab\\TV3\\NewVersion01\\LAFJLBmf939XYm5gj\\dev\\node_modules\\@babel\\preset-env",
"bundleDependencies": false,
"dependencies": { "dependencies": {
"@babel/helper-module-transforms": "^7.7.0", "@babel/helper-module-transforms": "^7.7.0",
"@babel/helper-plugin-utils": "^7.0.0", "@babel/helper-plugin-utils": "^7.0.0",
"@babel/helper-simple-access": "^7.7.0", "@babel/helper-simple-access": "^7.7.0",
"babel-plugin-dynamic-import-node": "^2.3.0" "babel-plugin-dynamic-import-node": "^2.3.0"
}, },
"deprecated": false,
"description": "This plugin transforms ES2015 modules to CommonJS",
"devDependencies": {
"@babel/core": "^7.7.0",
"@babel/helper-plugin-test-runner": "^7.0.0",
"@babel/plugin-syntax-object-rest-spread": "^7.2.0"
},
"gitHead": "97faa83953cb87e332554fa559a4956d202343ea",
"keywords": [ "keywords": [
"babel-plugin" "babel-plugin"
], ],
"license": "MIT",
"main": "lib/index.js",
"name": "@babel/plugin-transform-modules-commonjs",
"peerDependencies": { "peerDependencies": {
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"
}, },
"publishConfig": { "devDependencies": {
"access": "public" "@babel/core": "^7.7.0",
}, "@babel/helper-plugin-test-runner": "^7.0.0",
"repository": { "@babel/plugin-syntax-object-rest-spread": "^7.2.0"
"type": "git",
"url": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-modules-commonjs"
}, },
"version": "7.7.0" "gitHead": "97faa83953cb87e332554fa559a4956d202343ea"
} }
{ {
"_from": "@babel/plugin-transform-modules-systemjs@^7.3.4", "name": "@babel/plugin-transform-modules-systemjs",
"_id": "@babel/plugin-transform-modules-systemjs@7.7.0", "version": "7.7.0",
"_inBundle": false, "description": "This plugin transforms ES2015 modules to SystemJS",
"_integrity": "sha512-ZAuFgYjJzDNv77AjXRqzQGlQl4HdUM6j296ee4fwKVZfhDR9LAGxfvXjBkb06gNETPnN0sLqRm9Gxg4wZH6dXg==", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-modules-systemjs",
"_location": "/@babel/plugin-transform-modules-systemjs", "license": "MIT",
"_phantomChildren": {}, "publishConfig": {
"_requested": { "access": "public"
"type": "range",
"registry": true,
"raw": "@babel/plugin-transform-modules-systemjs@^7.3.4",
"name": "@babel/plugin-transform-modules-systemjs",
"escapedName": "@babel%2fplugin-transform-modules-systemjs",
"scope": "@babel",
"rawSpec": "^7.3.4",
"saveSpec": null,
"fetchSpec": "^7.3.4"
}, },
"_requiredBy": [ "main": "lib/index.js",
"/@babel/preset-env"
],
"_resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.7.0.tgz",
"_shasum": "9baf471213af9761c1617bb12fd278e629041417",
"_spec": "@babel/plugin-transform-modules-systemjs@^7.3.4",
"_where": "C:\\Work\\OneDrive - bwstaff\\M4_Lab\\TV3\\NewVersion01\\LAFJLBmf939XYm5gj\\dev\\node_modules\\@babel\\preset-env",
"bundleDependencies": false,
"dependencies": { "dependencies": {
"@babel/helper-hoist-variables": "^7.7.0", "@babel/helper-hoist-variables": "^7.7.0",
"@babel/helper-plugin-utils": "^7.0.0", "@babel/helper-plugin-utils": "^7.0.0",
"babel-plugin-dynamic-import-node": "^2.3.0" "babel-plugin-dynamic-import-node": "^2.3.0"
}, },
"deprecated": false,
"description": "This plugin transforms ES2015 modules to SystemJS",
"devDependencies": {
"@babel/core": "^7.7.0",
"@babel/helper-plugin-test-runner": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0"
},
"gitHead": "97faa83953cb87e332554fa559a4956d202343ea",
"keywords": [ "keywords": [
"babel-plugin" "babel-plugin"
], ],
"license": "MIT",
"main": "lib/index.js",
"name": "@babel/plugin-transform-modules-systemjs",
"peerDependencies": { "peerDependencies": {
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"
}, },
"publishConfig": { "devDependencies": {
"access": "public" "@babel/core": "^7.7.0",
}, "@babel/helper-plugin-test-runner": "^7.0.0",
"repository": { "@babel/plugin-syntax-dynamic-import": "^7.2.0"
"type": "git",
"url": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-modules-systemjs"
}, },
"version": "7.7.0" "gitHead": "97faa83953cb87e332554fa559a4956d202343ea"
} }
{ {
"_from": "@babel/plugin-transform-modules-umd@^7.2.0", "name": "@babel/plugin-transform-modules-umd",
"_id": "@babel/plugin-transform-modules-umd@7.7.0", "version": "7.7.0",
"_inBundle": false, "description": "This plugin transforms ES2015 modules to UMD",
"_integrity": "sha512-u7eBA03zmUswQ9LQ7Qw0/ieC1pcAkbp5OQatbWUzY1PaBccvuJXUkYzoN1g7cqp7dbTu6Dp9bXyalBvD04AANA==", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-modules-umd",
"_location": "/@babel/plugin-transform-modules-umd", "license": "MIT",
"_phantomChildren": {}, "publishConfig": {
"_requested": { "access": "public"
"type": "range",
"registry": true,
"raw": "@babel/plugin-transform-modules-umd@^7.2.0",
"name": "@babel/plugin-transform-modules-umd",
"escapedName": "@babel%2fplugin-transform-modules-umd",
"scope": "@babel",
"rawSpec": "^7.2.0",
"saveSpec": null,
"fetchSpec": "^7.2.0"
}, },
"_requiredBy": [ "main": "lib/index.js",
"/@babel/preset-env"
],
"_resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.7.0.tgz",
"_shasum": "d62c7da16670908e1d8c68ca0b5d4c0097b69966",
"_spec": "@babel/plugin-transform-modules-umd@^7.2.0",
"_where": "C:\\Work\\OneDrive - bwstaff\\M4_Lab\\TV3\\NewVersion01\\LAFJLBmf939XYm5gj\\dev\\node_modules\\@babel\\preset-env",
"bundleDependencies": false,
"dependencies": { "dependencies": {
"@babel/helper-module-transforms": "^7.7.0", "@babel/helper-module-transforms": "^7.7.0",
"@babel/helper-plugin-utils": "^7.0.0" "@babel/helper-plugin-utils": "^7.0.0"
}, },
"deprecated": false,
"description": "This plugin transforms ES2015 modules to UMD",
"devDependencies": {
"@babel/core": "^7.7.0",
"@babel/helper-plugin-test-runner": "^7.0.0"
},
"gitHead": "97faa83953cb87e332554fa559a4956d202343ea",
"keywords": [ "keywords": [
"babel-plugin" "babel-plugin"
], ],
"license": "MIT",
"main": "lib/index.js",
"name": "@babel/plugin-transform-modules-umd",
"peerDependencies": { "peerDependencies": {
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"
}, },
"publishConfig": { "devDependencies": {
"access": "public" "@babel/core": "^7.7.0",
}, "@babel/helper-plugin-test-runner": "^7.0.0"
"repository": {
"type": "git",
"url": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-modules-umd"
}, },
"version": "7.7.0" "gitHead": "97faa83953cb87e332554fa559a4956d202343ea"
} }
{ {
"_from": "@babel/plugin-transform-named-capturing-groups-regex@^7.3.0", "name": "@babel/plugin-transform-named-capturing-groups-regex",
"_id": "@babel/plugin-transform-named-capturing-groups-regex@7.7.0", "version": "7.7.0",
"_inBundle": false,
"_integrity": "sha512-+SicSJoKouPctL+j1pqktRVCgy+xAch1hWWTMy13j0IflnyNjaoskj+DwRQFimHbLqO3sq2oN2CXMvXq3Bgapg==",
"_location": "/@babel/plugin-transform-named-capturing-groups-regex",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@babel/plugin-transform-named-capturing-groups-regex@^7.3.0",
"name": "@babel/plugin-transform-named-capturing-groups-regex",
"escapedName": "@babel%2fplugin-transform-named-capturing-groups-regex",
"scope": "@babel",
"rawSpec": "^7.3.0",
"saveSpec": null,
"fetchSpec": "^7.3.0"
},
"_requiredBy": [
"/@babel/preset-env"
],
"_resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.7.0.tgz",
"_shasum": "358e6fd869b9a4d8f5cbc79e4ed4fc340e60dcaf",
"_spec": "@babel/plugin-transform-named-capturing-groups-regex@^7.3.0",
"_where": "C:\\Work\\OneDrive - bwstaff\\M4_Lab\\TV3\\NewVersion01\\LAFJLBmf939XYm5gj\\dev\\node_modules\\@babel\\preset-env",
"bugs": {
"url": "https://github.com/babel/babel/issues"
},
"bundleDependencies": false,
"dependencies": {
"@babel/helper-create-regexp-features-plugin": "^7.7.0"
},
"deprecated": false,
"description": "Compile regular expressions using named groups to ES5.", "description": "Compile regular expressions using named groups to ES5.",
"devDependencies": {
"@babel/core": "^7.7.0",
"@babel/helper-plugin-test-runner": "^7.0.0",
"core-js": "^3.2.1",
"core-js-pure": "^3.2.1"
},
"gitHead": "97faa83953cb87e332554fa559a4956d202343ea",
"homepage": "https://babeljs.io/", "homepage": "https://babeljs.io/",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js",
"keywords": [ "keywords": [
"babel-plugin", "babel-plugin",
"regex", "regex",
"regexp", "regexp",
"regular expressions" "regular expressions"
], ],
"license": "MIT",
"main": "lib/index.js",
"name": "@babel/plugin-transform-named-capturing-groups-regex",
"peerDependencies": {
"@babel/core": "^7.0.0"
},
"publishConfig": {
"access": "public"
},
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/babel/babel.git", "url": "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-transform-named-capturing-groups-regex" "directory": "packages/babel-plugin-transform-named-capturing-groups-regex"
}, },
"version": "7.7.0" "bugs": "https://github.com/babel/babel/issues",
"dependencies": {
"@babel/helper-create-regexp-features-plugin": "^7.7.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0"
},
"devDependencies": {
"@babel/core": "^7.7.0",
"@babel/helper-plugin-test-runner": "^7.0.0",
"core-js": "^3.2.1",
"core-js-pure": "^3.2.1"
},
"gitHead": "97faa83953cb87e332554fa559a4956d202343ea"
} }
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment