package.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. {
  2. "_from": "handlebars@^4.5.3",
  3. "_id": "handlebars@4.5.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-3yPecJoJHK/4c6aZhSvxOyG4vJKDshV36VHp0iVCDVh7o9w2vwi3NSnL2MMPj3YdduqaBcu7cGbggJQM0br9xA==",
  6. "_location": "/handlebars",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "handlebars@^4.5.3",
  12. "name": "handlebars",
  13. "escapedName": "handlebars",
  14. "rawSpec": "^4.5.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.5.3"
  17. },
  18. "_requiredBy": [
  19. "/highlight.js"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.5.3.tgz",
  22. "_shasum": "5cf75bd8714f7605713511a56be7c349becb0482",
  23. "_spec": "handlebars@^4.5.3",
  24. "_where": "C:\\Users\\Administrator\\Desktop\\缴纳党费\\node_modules\\highlight.js",
  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. "neo-async": "^2.6.0",
  42. "optimist": "^0.6.1",
  43. "source-map": "^0.6.1",
  44. "uglify-js": "^3.1.4"
  45. },
  46. "deprecated": false,
  47. "description": "Handlebars provides the power necessary to let you build semantic templates effectively with no frustration",
  48. "devDependencies": {
  49. "@knappi/grunt-saucelabs": "^9.0.2",
  50. "aws-sdk": "^2.1.49",
  51. "babel-loader": "^5.0.0",
  52. "babel-runtime": "^5.1.10",
  53. "benchmark": "~1.0",
  54. "chai": "^4.2.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-plugin-compat": "^3.3.0",
  60. "eslint-plugin-es5": "^1.4.1",
  61. "grunt": "^1.0.3",
  62. "grunt-babel": "^5.0.0",
  63. "grunt-bg-shell": "^2.3.3",
  64. "grunt-cli": "^1",
  65. "grunt-contrib-clean": "^1",
  66. "grunt-contrib-concat": "^1",
  67. "grunt-contrib-connect": "^1",
  68. "grunt-contrib-copy": "^1",
  69. "grunt-contrib-requirejs": "^1",
  70. "grunt-contrib-uglify": "^1",
  71. "grunt-contrib-watch": "^1.1.0",
  72. "grunt-eslint": "^20.1.0",
  73. "grunt-webpack": "^1.0.8",
  74. "istanbul": "^0.3.0",
  75. "jison": "~0.3.0",
  76. "mocha": "^5",
  77. "mock-stdin": "^0.3.0",
  78. "mustache": "^2.1.3",
  79. "semver": "^5.0.1",
  80. "sinon": "^7.5.0",
  81. "typescript": "^3.4.3",
  82. "underscore": "^1.5.1",
  83. "webpack": "^1.12.6",
  84. "webpack-dev-server": "^1.12.1"
  85. },
  86. "engines": {
  87. "node": ">=0.4.7"
  88. },
  89. "files": [
  90. "bin",
  91. "dist/*.js",
  92. "dist/amd/**/*.js",
  93. "dist/cjs/**/*.js",
  94. "lib",
  95. "print-script",
  96. "release-notes.md",
  97. "runtime.js",
  98. "types/*.d.ts"
  99. ],
  100. "homepage": "http://www.handlebarsjs.com/",
  101. "jspm": {
  102. "main": "handlebars",
  103. "directories": {
  104. "lib": "dist/amd"
  105. },
  106. "buildConfig": {
  107. "minify": true
  108. }
  109. },
  110. "keywords": [
  111. "handlebars",
  112. "mustache",
  113. "template",
  114. "html"
  115. ],
  116. "license": "MIT",
  117. "main": "lib/index.js",
  118. "name": "handlebars",
  119. "optionalDependencies": {
  120. "uglify-js": "^3.1.4"
  121. },
  122. "repository": {
  123. "type": "git",
  124. "url": "git+https://github.com/wycats/handlebars.js.git"
  125. },
  126. "scripts": {
  127. "checkTypes": "dtslint types",
  128. "test": "grunt"
  129. },
  130. "types": "types/index.d.ts",
  131. "version": "4.5.3"
  132. }