{
  "name": "@babel/plugin-transform-spread",
  "version": "7.2.2",
  "description": "Compile ES2015 spread to ES5",
  "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-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.2",
    "@babel/helper-plugin-test-runner": "^7.0.0"
  }

,"_resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.2.2.tgz"
,"_integrity": "sha512-KWfky/58vubwtS0hLqEnrWJjsMGaOeSBn90Ezn5Jeg9Z8KKHmELbP1yGylMlm5N6TPKeY9A2+UaSYLdxahg01w=="
,"_from": "@babel/plugin-transform-spread@7.2.2"
}