package.json 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  1. {
  2. "_from": "handlebars@^4.0.3",
  3. "_id": "handlebars@4.7.8",
  4. "_inBundle": false,
  5. "_integrity": "sha512-vafaFqs8MZkRrSX7sFVUdo3ap/eNiLnb4IakshzvP56X5Nr1iGKAIqdX6tMlm6HcNRIkr6AxO5jFEoJzzpT8aQ==",
  6. "_location": "/handlebars",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "handlebars@^4.0.3",
  12. "name": "handlebars",
  13. "escapedName": "handlebars",
  14. "rawSpec": "^4.0.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.3"
  17. },
  18. "_requiredBy": [
  19. "/istanbul-reports"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/handlebars/-/handlebars-4.7.8.tgz",
  22. "_shasum": "41c42c18b1be2365439188c77c6afae71c0cd9e9",
  23. "_spec": "handlebars@^4.0.3",
  24. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\istanbul-reports",
  25. "author": {
  26. "name": "Yehuda Katz"
  27. },
  28. "barename": "handlebars",
  29. "bin": {
  30. "handlebars": "bin/handlebars"
  31. },
  32. "browser": "./dist/cjs/handlebars.js",
  33. "bugs": {
  34. "url": "https://github.com/handlebars-lang/handlebars.js/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "minimist": "^1.2.5",
  39. "neo-async": "^2.6.2",
  40. "source-map": "^0.6.1",
  41. "uglify-js": "^3.1.4",
  42. "wordwrap": "^1.0.0"
  43. },
  44. "deprecated": false,
  45. "description": "Handlebars provides the power necessary to let you build semantic templates effectively with no frustration",
  46. "devDependencies": {
  47. "@playwright/test": "^1.17.1",
  48. "aws-sdk": "^2.1.49",
  49. "babel-loader": "^5.0.0",
  50. "babel-runtime": "^5.1.10",
  51. "benchmark": "~1.0",
  52. "chai": "^4.2.0",
  53. "chai-diff": "^1.0.1",
  54. "concurrently": "^5.0.0",
  55. "dirty-chai": "^2.0.1",
  56. "dtslint": "^0.5.5",
  57. "dustjs-linkedin": "^2.0.2",
  58. "eco": "~1.1.0-rc-3",
  59. "eslint": "^6.7.2",
  60. "eslint-config-prettier": "^6.7.0",
  61. "eslint-plugin-compat": "^3.13.0",
  62. "eslint-plugin-es5": "^1.4.1",
  63. "fs-extra": "^8.1.0",
  64. "grunt": "^1.0.4",
  65. "grunt-babel": "^5.0.0",
  66. "grunt-cli": "^1",
  67. "grunt-contrib-clean": "^1",
  68. "grunt-contrib-concat": "^1",
  69. "grunt-contrib-connect": "^1",
  70. "grunt-contrib-copy": "^1",
  71. "grunt-contrib-requirejs": "^1",
  72. "grunt-contrib-uglify": "^1",
  73. "grunt-contrib-watch": "^1.1.0",
  74. "grunt-shell": "^4.0.0",
  75. "grunt-webpack": "^1.0.8",
  76. "husky": "^3.1.0",
  77. "jison": "~0.3.0",
  78. "lint-staged": "^9.5.0",
  79. "mocha": "^5",
  80. "mock-stdin": "^0.3.0",
  81. "mustache": "^2.1.3",
  82. "nyc": "^14.1.1",
  83. "prettier": "^1.19.1",
  84. "semver": "^5.0.1",
  85. "sinon": "^7.5.0",
  86. "typescript": "^3.4.3",
  87. "underscore": "^1.5.1",
  88. "webpack": "^1.12.6",
  89. "webpack-dev-server": "^1.12.1"
  90. },
  91. "engines": {
  92. "node": ">=0.4.7"
  93. },
  94. "files": [
  95. "bin",
  96. "dist/*.js",
  97. "dist/amd/**/*.js",
  98. "dist/cjs/**/*.js",
  99. "lib",
  100. "release-notes.md",
  101. "runtime.js",
  102. "types/*.d.ts",
  103. "runtime.d.ts"
  104. ],
  105. "homepage": "https://www.handlebarsjs.com/",
  106. "husky": {
  107. "hooks": {
  108. "pre-commit": "lint-staged"
  109. }
  110. },
  111. "jspm": {
  112. "main": "handlebars",
  113. "directories": {
  114. "lib": "dist/amd"
  115. },
  116. "buildConfig": {
  117. "minify": true
  118. }
  119. },
  120. "keywords": [
  121. "handlebars",
  122. "mustache",
  123. "template",
  124. "html"
  125. ],
  126. "license": "MIT",
  127. "lint-staged": {
  128. "*.{js,css,json}": [
  129. "prettier --write",
  130. "git add"
  131. ],
  132. "*.js": [
  133. "eslint --fix",
  134. "git add"
  135. ]
  136. },
  137. "main": "lib/index.js",
  138. "name": "handlebars",
  139. "optionalDependencies": {
  140. "uglify-js": "^3.1.4"
  141. },
  142. "repository": {
  143. "type": "git",
  144. "url": "git+https://github.com/handlebars-lang/handlebars.js.git"
  145. },
  146. "scripts": {
  147. "--- combined tasks ---": "",
  148. "build": "grunt build",
  149. "check-before-pull-request": "concurrently --kill-others-on-fail npm:lint npm:test",
  150. "extensive-tests-and-publish-to-aws": "npx mocha tasks/tests/ && grunt --stack extensive-tests-and-publish-to-aws",
  151. "format": "prettier --write '**/*.js' && eslint --fix .",
  152. "lint": "npm run lint:eslint && npm run lint:prettier && npm run lint:types",
  153. "lint:eslint": "eslint --max-warnings 0 .",
  154. "lint:prettier": "prettier --check '**/*.js'",
  155. "lint:types": "dtslint types",
  156. "release": "npm run build && grunt release",
  157. "test": "npm run test:mocha",
  158. "test:browser": "playwright test --config tests/browser/playwright.config.js tests/browser/spec.js",
  159. "test:integration": "grunt integration-tests",
  160. "test:mocha": "grunt build && grunt test",
  161. "test:serve": "grunt connect:server:keepalive"
  162. },
  163. "types": "types/index.d.ts",
  164. "version": "4.7.8"
  165. }