mirror of
https://github.com/cachix/install-nix-action.git
synced 2024-11-22 08:30:51 +00:00
22 lines
654 B
JSON
22 lines
654 B
JSON
{
|
|
"name": "@babel/helpers",
|
|
"version": "7.6.2",
|
|
"description": "Collection of helper functions used by Babel transforms.",
|
|
"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-helpers",
|
|
"main": "lib/index.js",
|
|
"dependencies": {
|
|
"@babel/template": "^7.6.0",
|
|
"@babel/traverse": "^7.6.2",
|
|
"@babel/types": "^7.6.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/helper-plugin-test-runner": "^7.0.0"
|
|
},
|
|
"gitHead": "b9cb4af953afb1a5aeed9b18526192ab15bb45c1"
|
|
}
|