mirror of
https://github.com/actions/setup-node.git
synced 2025-04-22 17:26:27 +00:00
27 lines
No EOL
861 B
JSON
27 lines
No EOL
861 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"
|
|
}
|
|
|
|
,"_resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.2.0.tgz"
|
|
,"_integrity": "sha512-t0JKGgqk2We+9may3t0xDdmneaXmyxq0xieYcKHxIsrJO64n1OiMWNUtc5gQK1PA0NpdCRrtZp4z+IUaKugrSA=="
|
|
,"_from": "@babel/plugin-syntax-object-rest-spread@7.2.0"
|
|
} |