Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json « runtime « @babel « node_modules « assets - github.com/fourtyone11/origin-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d8f23a6228e5fb0310796f5199251cc7e39be8df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "name": "@babel/runtime",
  "version": "7.8.4",
  "description": "babel's modular runtime helpers",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/babel/babel.git",
    "directory": "packages/babel-runtime"
  },
  "homepage": "https://babeljs.io/docs/en/next/babel-runtime",
  "author": "Sebastian McKenzie <sebmck@gmail.com>",
  "dependencies": {
    "regenerator-runtime": "^0.13.2"
  },
  "devDependencies": {
    "@babel/helpers": "^7.8.4"
  },
  "gitHead": "5c2e6bc07fed3d28801d93168622c99ae622653a"
}