mirror of
https://github.com/actions/setup-node.git
synced 2025-04-23 01:36:27 +00:00
26 lines
No EOL
878 B
JSON
26 lines
No EOL
878 B
JSON
{
|
|
"name": "@babel/helpers",
|
|
"version": "7.4.4",
|
|
"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.4.4",
|
|
"@babel/traverse": "^7.4.4",
|
|
"@babel/types": "^7.4.4"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/helper-plugin-test-runner": "^7.0.0"
|
|
},
|
|
"gitHead": "2c88694388831b1e5b88e4bbed6781eb2be1edba"
|
|
|
|
,"_resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.4.4.tgz"
|
|
,"_integrity": "sha512-igczbR/0SeuPR8RFfC7tGrbdTbFL3QTvH6D+Z6zNxnTe//GyqmtHmDkzrqDmyZ3eSwPqB/LhyKoU5DXsp+Vp2A=="
|
|
,"_from": "@babel/helpers@7.4.4"
|
|
} |