Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 

167 строки
4.3 KiB

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