initial commit

This commit is contained in:
s2
2019-04-12 19:28:21 +02:00
commit 3179f5581e
669 changed files with 124297 additions and 0 deletions

50
node_modules/@babel/runtime/package.json generated vendored Normal file
View File

@@ -0,0 +1,50 @@
{
"_from": "@babel/runtime@^7.3.1",
"_id": "@babel/runtime@7.4.3",
"_inBundle": false,
"_integrity": "sha512-9lsJwJLxDh/T3Q3SZszfWOTkk3pHbkmH+3KY+zwIDmsNlxsumuhS2TH3NIpktU4kNvfzy+k3eLT7aTJSPTo0OA==",
"_location": "/@babel/runtime",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@babel/runtime@^7.3.1",
"name": "@babel/runtime",
"escapedName": "@babel%2fruntime",
"scope": "@babel",
"rawSpec": "^7.3.1",
"saveSpec": null,
"fetchSpec": "^7.3.1"
},
"_requiredBy": [
"/i18next"
],
"_resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.4.3.tgz",
"_shasum": "79888e452034223ad9609187a0ad1fe0d2ad4bdc",
"_spec": "@babel/runtime@^7.3.1",
"_where": "/home/s2/tmp/vanillajs-seed/node_modules/i18next",
"author": {
"name": "Sebastian McKenzie",
"email": "sebmck@gmail.com"
},
"bundleDependencies": false,
"dependencies": {
"regenerator-runtime": "^0.13.2"
},
"deprecated": false,
"description": "babel's modular runtime helpers",
"devDependencies": {
"@babel/helpers": "^7.4.3"
},
"gitHead": "508fde4009f31883f318b9e6546459ac1b086a91",
"license": "MIT",
"name": "@babel/runtime",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/babel/babel/tree/master/packages/babel-runtime"
},
"version": "7.4.3"
}