настройка 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

59
node_modules/caniuse-lite/package.json generated vendored Normal file
View File

@ -0,0 +1,59 @@
{
"_from": "caniuse-lite@^1.0.30001093",
"_id": "caniuse-lite@1.0.30001094",
"_inBundle": false,
"_integrity": "sha512-ufHZNtMaDEuRBpTbqD93tIQnngmJ+oBknjvr0IbFympSdtFpAUFmNv4mVKbb53qltxFx0nK3iy32S9AqkLzUNA==",
"_location": "/caniuse-lite",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "caniuse-lite@^1.0.30001093",
"name": "caniuse-lite",
"escapedName": "caniuse-lite",
"rawSpec": "^1.0.30001093",
"saveSpec": null,
"fetchSpec": "^1.0.30001093"
},
"_requiredBy": [
"/browserslist"
],
"_resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001094.tgz",
"_shasum": "0b11d02e1cdc201348dbd8e3e57bd9b6ce82b175",
"_spec": "caniuse-lite@^1.0.30001093",
"_where": "/Users/alinavigdorova/dev/storage-service-ui/node_modules/browserslist",
"author": {
"name": "Ben Briggs",
"email": "beneb.info@gmail.com",
"url": "http://beneb.info"
},
"bugs": {
"url": "https://github.com/ben-eb/caniuse-lite/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "A smaller version of caniuse-db, with only the essentials!",
"files": [
"data",
"dist"
],
"homepage": "https://github.com/ben-eb/caniuse-lite#readme",
"keywords": [
"support",
"css",
"js",
"html5",
"svg"
],
"license": "CC-BY-4.0",
"main": "dist/unpacker/index.js",
"name": "caniuse-lite",
"repository": {
"type": "git",
"url": "git+https://github.com/ben-eb/caniuse-lite.git"
},
"scripts": {
"prepublish": "del-cli dist && babel src/unpacker -d dist/unpacker && mkdir dist/lib && babel src/lib/statuses.js -o dist/lib/statuses.js && babel src/lib/supported.js -o dist/lib/supported.js"
},
"version": "1.0.30001094"
}