настройка webpack

This commit is contained in:
2020-07-05 09:07:36 +03:00
commit 7103f13750
8849 changed files with 920257 additions and 0 deletions

50
node_modules/@babel/helper-regex/package.json generated vendored Normal file
View File

@ -0,0 +1,50 @@
{
"_from": "@babel/helper-regex@^7.10.4",
"_id": "@babel/helper-regex@7.10.4",
"_inBundle": false,
"_integrity": "sha512-inWpnHGgtg5NOF0eyHlC0/74/VkdRITY9dtTpB2PrxKKn+AkVMRiZz/Adrx+Ssg+MLDesi2zohBW6MVq6b4pOQ==",
"_location": "/@babel/helper-regex",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@babel/helper-regex@^7.10.4",
"name": "@babel/helper-regex",
"escapedName": "@babel%2fhelper-regex",
"scope": "@babel",
"rawSpec": "^7.10.4",
"saveSpec": null,
"fetchSpec": "^7.10.4"
},
"_requiredBy": [
"/@babel/helper-create-regexp-features-plugin",
"/@babel/plugin-transform-sticky-regex"
],
"_resolved": "https://registry.npmjs.org/@babel/helper-regex/-/helper-regex-7.10.4.tgz",
"_shasum": "59b373daaf3458e5747dece71bbaf45f9676af6d",
"_spec": "@babel/helper-regex@^7.10.4",
"_where": "/Users/alinavigdorova/dev/storage-service-ui/node_modules/@babel/helper-create-regexp-features-plugin",
"bugs": {
"url": "https://github.com/babel/babel/issues"
},
"bundleDependencies": false,
"dependencies": {
"lodash": "^4.17.13"
},
"deprecated": false,
"description": "Helper function to check for literal RegEx",
"gitHead": "7fd40d86a0d03ff0e9c3ea16b29689945433d4df",
"homepage": "https://github.com/babel/babel#readme",
"license": "MIT",
"main": "lib/index.js",
"name": "@babel/helper-regex",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/babel/babel.git",
"directory": "packages/babel-helper-regex"
},
"version": "7.10.4"
}