{
  "_args": [
    [
      "maquette-jsx@2.1.1",
      "C:\\Users\\xiao2192\\.jenkins\\workspace\\hydra"
    ]
  ],
  "_from": "maquette-jsx@2.1.1",
  "_id": "maquette-jsx@2.1.1",
  "_inBundle": false,
  "_integrity": "sha512-mE6ILC4SCcDY2Evra+SPYSVYJ5qbpuPSXR+KpZm+4LfQ1/7lGtij25hFJhMg8k/RUQNm+wWNpklpyC05kGdR0A==",
  "_location": "/maquette-jsx",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "maquette-jsx@2.1.1",
    "name": "maquette-jsx",
    "escapedName": "maquette-jsx",
    "rawSpec": "2.1.1",
    "saveSpec": null,
    "fetchSpec": "2.1.1"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/maquette-jsx/-/maquette-jsx-2.1.1.tgz",
  "_spec": "2.1.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": "2.2.44",
    "jsdom": "11.3.0",
    "jsdom-global": "3.0.2",
    "maquette": "3.0.0-alpha.11",
    "mocha": "4.0.1",
    "rollup": "0.50.0",
    "typescript-assistant": "0.23.3",
    "uglify-js": "3.1.5"
  },
  "homepage": "https://github.com/AFASSoftware/maquette-jsx#readme",
  "license": "MIT",
  "main": "./dist/maquette-jsx.cjs.js",
  "module": "./dist/maquette-jsx.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.0.0-alpha.11"
  },
  "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",
    "postcheckout": "tsa post-checkout || exit 0",
    "postmerge": "tsa post-merge || exit 0",
    "precommit": "tsa pre-commit",
    "prepublishOnly": "tsa clean && npm -s run dist",
    "prepush": "npm run dist && tsa pre-push",
    "release": "tsa release",
    "test": "tsa ci"
  },
  "typings": "./dist/index.d.ts",
  "version": "2.1.1"
}
