mirror of
https://github.com/cachix/install-nix-action.git
synced 2024-11-22 08:30:51 +00:00
55 lines
1.3 KiB
JSON
55 lines
1.3 KiB
JSON
{
|
|
"name": "@babel/core",
|
|
"version": "7.6.2",
|
|
"description": "Babel compiler core.",
|
|
"main": "lib/index.js",
|
|
"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-core",
|
|
"keywords": [
|
|
"6to5",
|
|
"babel",
|
|
"classes",
|
|
"const",
|
|
"es6",
|
|
"harmony",
|
|
"let",
|
|
"modules",
|
|
"transpile",
|
|
"transpiler",
|
|
"var",
|
|
"babel-core",
|
|
"compiler"
|
|
],
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"browser": {
|
|
"./lib/config/files/index.js": "./lib/config/files/index-browser.js",
|
|
"./lib/transform-file.js": "./lib/transform-file-browser.js"
|
|
},
|
|
"dependencies": {
|
|
"@babel/code-frame": "^7.5.5",
|
|
"@babel/generator": "^7.6.2",
|
|
"@babel/helpers": "^7.6.2",
|
|
"@babel/parser": "^7.6.2",
|
|
"@babel/template": "^7.6.0",
|
|
"@babel/traverse": "^7.6.2",
|
|
"@babel/types": "^7.6.0",
|
|
"convert-source-map": "^1.1.0",
|
|
"debug": "^4.1.0",
|
|
"json5": "^2.1.0",
|
|
"lodash": "^4.17.13",
|
|
"resolve": "^1.3.2",
|
|
"semver": "^5.4.1",
|
|
"source-map": "^0.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/helper-transform-fixture-test-runner": "^7.6.0"
|
|
},
|
|
"gitHead": "b9cb4af953afb1a5aeed9b18526192ab15bb45c1"
|
|
}
|