package.json 3.2 KB

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