mirror of
https://github.com/cachix/install-nix-action.git
synced 2024-11-22 16:40:51 +00:00
24 lines
562 B
JSON
24 lines
562 B
JSON
|
{
|
||
|
"name": "@babel/plugin-syntax-object-rest-spread",
|
||
|
"version": "7.2.0",
|
||
|
"description": "Allow parsing of object rest/spread",
|
||
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-object-rest-spread",
|
||
|
"license": "MIT",
|
||
|
"publishConfig": {
|
||
|
"access": "public"
|
||
|
},
|
||
|
"main": "lib/index.js",
|
||
|
"keywords": [
|
||
|
"babel-plugin"
|
||
|
],
|
||
|
"dependencies": {
|
||
|
"@babel/helper-plugin-utils": "^7.0.0"
|
||
|
},
|
||
|
"peerDependencies": {
|
||
|
"@babel/core": "^7.0.0-0"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@babel/core": "^7.2.0"
|
||
|
}
|
||
|
}
|