package.json 4.1 KB

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