31 lines
1.1 KiB
JSON
31 lines
1.1 KiB
JSON
{
|
|
"name": "@babel/plugin-proposal-object-rest-spread",
|
|
"version": "7.9.6",
|
|
"description": "Compile object rest and spread to ES5",
|
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-object-rest-spread",
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"main": "lib/index.js",
|
|
"keywords": [
|
|
"babel-plugin"
|
|
],
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.8.3",
|
|
"@babel/plugin-syntax-object-rest-spread": "^7.8.0",
|
|
"@babel/plugin-transform-parameters": "^7.9.5"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.9.6",
|
|
"@babel/helper-plugin-test-runner": "^7.8.3"
|
|
},
|
|
"gitHead": "9c2846bcacc75aa931ea9d556950c2113765d43d"
|
|
|
|
,"_resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.9.6.tgz"
|
|
,"_integrity": "sha512-Ga6/fhGqA9Hj+y6whNpPv8psyaK5xzrQwSPsGPloVkvmH+PqW1ixdnfJ9uIO06OjQNYol3PMnfmJ8vfZtkzF+A=="
|
|
,"_from": "@babel/plugin-proposal-object-rest-spread@7.9.6"
|
|
} |