{
  "_args": [
    [
      "maquette-jsx@3.0.1",
      "C:\\Users\\xiao2192\\.jenkins\\workspace\\hydra"
    ]
  ],
  "_from": "maquette-jsx@3.0.1",
  "_id": "maquette-jsx@3.0.1",
  "_inBundle": false,
  "_integrity": "sha512-TQC+P3iJ1VhAXrAsgkJaKPnX6apfFBP7EGk0IdpkfDMnZ2dX8t3vrF2KkQJ1AMez0zZuqhqm/a24R0xdMaNLRw==",
  "_location": "/maquette-jsx",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "maquette-jsx@3.0.1",
    "name": "maquette-jsx",
    "escapedName": "maquette-jsx",
    "rawSpec": "3.0.1",
    "saveSpec": null,
    "fetchSpec": "3.0.1"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/maquette-jsx/-/maquette-jsx-3.0.1.tgz",
  "_spec": "3.0.1",
  "_where": "C:\\Users\\xiao2192\\.jenkins\\workspace\\hydra",
  "author": "",
  "browser": "./dist/maquette-jsx.umd.js",
  "bugs": {
    "url": "https://github.com/AFASSoftware/maquette-jsx/issues"
  },
  "description": "A library to enable maquette to use jsx",
  "devDependencies": {
    "@types/mocha": "5.2.7",
    "jsdom": "15.1.1",
    "jsdom-global": "3.0.2",
    "maquette": "3.3.4",
    "mocha": "6.1.4",
    "rollup": "1.17.0",
    "typescript-assistant": "0.40.1",
    "uglify-js": "3.6.0"
  },
  "homepage": "https://github.com/AFASSoftware/maquette-jsx#readme",
  "husky": {
    "hooks": {
      "post-checkout": "tsa post-checkout || exit 0",
      "post-merge": "tsa post-merge || exit 0",
      "pre-commit": "tsa pre-commit",
      "pre-push": "npm run dist && tsa pre-push"
    }
  },
  "license": "MIT",
  "main": "./dist/maquette-jsx.cjs.js",
  "module": "./dist/index.js",
  "name": "maquette-jsx",
  "nyc": {
    "include": [
      "src/**/*.ts"
    ],
    "exclude": [
      "**/*.d.ts"
    ],
    "extension": [
      ".ts"
    ],
    "reporter": [
      "lcov",
      "html",
      "text-summary"
    ],
    "require": "ts-node/register",
    "cache": true,
    "temp-directory": "./build/nyc/cache",
    "all": false,
    "check-coverage": false,
    "report-dir": "./build/coverage",
    "es-module": false,
    "lines": 100,
    "statements": 100,
    "functions": 100,
    "branches": 100,
    "watermarks": {
      "lines": [
        75,
        100
      ],
      "functions": [
        75,
        100
      ],
      "branches": [
        75,
        100
      ],
      "statements": [
        75,
        100
      ]
    }
  },
  "peerDependencies": {
    "maquette": ">=3.3.4"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/AFASSoftware/maquette-jsx.git"
  },
  "scripts": {
    "assist": "tsa assist",
    "ci": "tsa ci",
    "clean": "tsa clean",
    "coverage-show": "opn build/coverage/index.html",
    "dist": "tsc -p ./src/tsconfig.json && rollup -c && uglifyjs ./dist/maquette-jsx.umd.js -c unsafe=true -m -o ./dist/maquette-jsx.umd.min.js",
    "fix": "tsa fix",
    "prepublishOnly": "tsa clean && npm -s run dist",
    "release": "tsa release",
    "test": "tsa ci"
  },
  "types": "./dist/index.d.ts",
  "version": "3.0.1"
}
