{
  "_args": [
    [
      "@vue/babel-sugar-functional-vue@1.1.2",
      "/root/project/processmaker/vendor/colosa/taskscheduler"
    ]
  ],
  "_development": true,
  "_from": "@vue/babel-sugar-functional-vue@1.1.2",
  "_id": "@vue/babel-sugar-functional-vue@1.1.2",
  "_inBundle": false,
  "_integrity": "sha512-YhmdJQSVEFF5ETJXzrMpj0nkCXEa39TvVxJTuVjzvP2rgKhdMmQzlJuMv/HpadhZaRVMCCF3AEjjJcK5q/cYzQ==",
  "_location": "/@vue/babel-sugar-functional-vue",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@vue/babel-sugar-functional-vue@1.1.2",
    "name": "@vue/babel-sugar-functional-vue",
    "escapedName": "@vue%2fbabel-sugar-functional-vue",
    "scope": "@vue",
    "rawSpec": "1.1.2",
    "saveSpec": null,
    "fetchSpec": "1.1.2"
  },
  "_requiredBy": [
    "/@vue/babel-preset-jsx"
  ],
  "_resolved": "https://registry.npmjs.org/@vue/babel-sugar-functional-vue/-/babel-sugar-functional-vue-1.1.2.tgz",
  "_spec": "1.1.2",
  "_where": "/root/project/processmaker/vendor/colosa/taskscheduler",
  "author": {
    "name": "Nick Messing",
    "email": "dot.nick.dot.messing@gmail.com"
  },
  "dependencies": {
    "@babel/plugin-syntax-jsx": "^7.2.0"
  },
  "description": "Babel syntactic sugar for functional components",
  "devDependencies": {
    "@babel/cli": "^7.2.0",
    "@babel/core": "^7.2.0",
    "@babel/preset-env": "^7.2.0",
    "ava": "^0.25.0",
    "nyc": "^13.1.0",
    "rollup": "^0.67.4",
    "rollup-plugin-babel": "4.0.3",
    "rollup-plugin-babel-minify": "^6.2.0",
    "rollup-plugin-istanbul": "^2.0.1",
    "vue": "^2.5.17"
  },
  "files": [],
  "gitHead": "67d6d39beab9f853118b4e0bbe901f5899ae7245",
  "license": "MIT",
  "main": "dist/plugin.js",
  "name": "@vue/babel-sugar-functional-vue",
  "nyc": {
    "exclude": [
      "dist",
      "test"
    ]
  },
  "peerDependencies": {
    "@babel/core": "^7.0.0-0"
  },
  "private": false,
  "repository": {
    "type": "git",
    "url": "https://github.com/vuejs/jsx/tree/master/packages/babel-sugar-functional-vue"
  },
  "scripts": {
    "build": "rollup -c",
    "build:test": "rollup -c rollup.config.testing.js",
    "prepublish": "yarn build",
    "pretest": "yarn build:test",
    "test": "nyc --reporter=html --reporter=text-summary ava -v test/test.js"
  },
  "version": "1.1.2"
}
