package.json 4.2 KB

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