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

package.json « generator « @babel « node_modules « assets - github.com/fourtyone11/origin-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c3666c5c90568172360fb64f43d8a9e5a4fcde82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
  "name": "@babel/generator",
  "version": "7.8.4",
  "description": "Turns an AST into code.",
  "author": "Sebastian McKenzie <sebmck@gmail.com>",
  "homepage": "https://babeljs.io/",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "repository": "https://github.com/babel/babel/tree/master/packages/babel-generator",
  "main": "lib/index.js",
  "files": [
    "lib"
  ],
  "dependencies": {
    "@babel/types": "^7.8.3",
    "jsesc": "^2.5.1",
    "lodash": "^4.17.13",
    "source-map": "^0.5.0"
  },
  "devDependencies": {
    "@babel/helper-fixtures": "^7.8.3",
    "@babel/parser": "^7.8.4"
  },
  "gitHead": "5c2e6bc07fed3d28801d93168622c99ae622653a"
}