package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. {
  2. "_from": "maquette-jsx@~2.1.1",
  3. "_id": "maquette-jsx@2.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-mE6ILC4SCcDY2Evra+SPYSVYJ5qbpuPSXR+KpZm+4LfQ1/7lGtij25hFJhMg8k/RUQNm+wWNpklpyC05kGdR0A==",
  6. "_location": "/maquette-jsx",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "maquette-jsx@~2.1.1",
  12. "name": "maquette-jsx",
  13. "escapedName": "maquette-jsx",
  14. "rawSpec": "~2.1.1",
  15. "saveSpec": null,
  16. "fetchSpec": "~2.1.1"
  17. },
  18. "_requiredBy": [
  19. "/"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/maquette-jsx/-/maquette-jsx-2.1.1.tgz",
  22. "_shasum": "fc974c102f6430ad99f695890d05ddefe856a237",
  23. "_spec": "maquette-jsx@~2.1.1",
  24. "_where": "C:\\Users\\xiao2192\\.jenkins\\workspace\\hydra",
  25. "author": "",
  26. "browser": "./dist/maquette-jsx.umd.js",
  27. "bugs": {
  28. "url": "https://github.com/AFASSoftware/maquette-jsx/issues"
  29. },
  30. "bundleDependencies": false,
  31. "deprecated": false,
  32. "description": "A library to enable maquette to use jsx",
  33. "devDependencies": {
  34. "@types/mocha": "2.2.44",
  35. "jsdom": "11.3.0",
  36. "jsdom-global": "3.0.2",
  37. "maquette": "3.0.0-alpha.11",
  38. "mocha": "4.0.1",
  39. "rollup": "0.50.0",
  40. "typescript-assistant": "0.23.3",
  41. "uglify-js": "3.1.5"
  42. },
  43. "homepage": "https://github.com/AFASSoftware/maquette-jsx#readme",
  44. "license": "MIT",
  45. "main": "./dist/maquette-jsx.cjs.js",
  46. "module": "./dist/maquette-jsx.js",
  47. "name": "maquette-jsx",
  48. "nyc": {
  49. "include": [
  50. "src/**/*.ts"
  51. ],
  52. "exclude": [
  53. "**/*.d.ts"
  54. ],
  55. "extension": [
  56. ".ts"
  57. ],
  58. "reporter": [
  59. "lcov",
  60. "html",
  61. "text-summary"
  62. ],
  63. "require": "ts-node/register",
  64. "cache": true,
  65. "temp-directory": "./build/nyc/cache",
  66. "all": false,
  67. "check-coverage": false,
  68. "report-dir": "./build/coverage",
  69. "es-module": false,
  70. "lines": 100,
  71. "statements": 100,
  72. "functions": 100,
  73. "branches": 100,
  74. "watermarks": {
  75. "lines": [
  76. 75,
  77. 100
  78. ],
  79. "functions": [
  80. 75,
  81. 100
  82. ],
  83. "branches": [
  84. 75,
  85. 100
  86. ],
  87. "statements": [
  88. 75,
  89. 100
  90. ]
  91. }
  92. },
  93. "peerDependencies": {
  94. "maquette": ">=3.0.0-alpha.11"
  95. },
  96. "repository": {
  97. "type": "git",
  98. "url": "git+https://github.com/AFASSoftware/maquette-jsx.git"
  99. },
  100. "scripts": {
  101. "assist": "tsa assist",
  102. "ci": "tsa ci",
  103. "clean": "tsa clean",
  104. "coverage-show": "opn build/coverage/index.html",
  105. "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",
  106. "fix": "tsa fix",
  107. "postcheckout": "tsa post-checkout || exit 0",
  108. "postmerge": "tsa post-merge || exit 0",
  109. "precommit": "tsa pre-commit",
  110. "prepublishOnly": "tsa clean && npm -s run dist",
  111. "prepush": "npm run dist && tsa pre-push",
  112. "release": "tsa release",
  113. "test": "tsa ci"
  114. },
  115. "typings": "./dist/index.d.ts",
  116. "version": "2.1.1"
  117. }