mirror of
https://github.com/cachix/install-nix-action.git
synced 2024-11-22 16:40:51 +00:00
11 lines
332 B
JSON
11 lines
332 B
JSON
{
|
|
"name": "@babel/helper-get-function-arity",
|
|
"version": "7.0.0",
|
|
"description": "Helper function to get function arity",
|
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-get-function-arity",
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"dependencies": {
|
|
"@babel/types": "^7.0.0"
|
|
}
|
|
}
|