package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. {
  2. "_args": [
  3. [
  4. "handlebars@4.0.11",
  5. "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools"
  6. ]
  7. ],
  8. "_from": "handlebars@4.0.11",
  9. "_id": "handlebars@4.0.11",
  10. "_inBundle": false,
  11. "_integrity": "sha1-Ywo13+ApS8KB7a5v/F0yn8eYLcw=",
  12. "_location": "/handlebars",
  13. "_phantomChildren": {
  14. "amdefine": "1.0.1"
  15. },
  16. "_requested": {
  17. "type": "version",
  18. "registry": true,
  19. "raw": "handlebars@4.0.11",
  20. "name": "handlebars",
  21. "escapedName": "handlebars",
  22. "rawSpec": "4.0.11",
  23. "saveSpec": null,
  24. "fetchSpec": "4.0.11"
  25. },
  26. "_requiredBy": [
  27. "/static-server2"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.0.11.tgz",
  30. "_spec": "4.0.11",
  31. "_where": "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools",
  32. "author": {
  33. "name": "Yehuda Katz"
  34. },
  35. "barename": "handlebars",
  36. "bin": {
  37. "handlebars": "bin/handlebars"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/wycats/handlebars.js/issues"
  41. },
  42. "dependencies": {
  43. "async": "^1.4.0",
  44. "optimist": "^0.6.1",
  45. "source-map": "^0.4.4",
  46. "uglify-js": "^2.6"
  47. },
  48. "description": "Handlebars provides the power necessary to let you build semantic templates effectively with no frustration",
  49. "devDependencies": {
  50. "aws-sdk": "^2.1.49",
  51. "babel-loader": "^5.0.0",
  52. "babel-runtime": "^5.1.10",
  53. "benchmark": "~1.0",
  54. "dustjs-linkedin": "^2.0.2",
  55. "eco": "~1.1.0-rc-3",
  56. "grunt": "~0.4.1",
  57. "grunt-babel": "^5.0.0",
  58. "grunt-cli": "~0.1.10",
  59. "grunt-contrib-clean": "0.x",
  60. "grunt-contrib-concat": "0.x",
  61. "grunt-contrib-connect": "0.x",
  62. "grunt-contrib-copy": "0.x",
  63. "grunt-contrib-requirejs": "0.x",
  64. "grunt-contrib-uglify": "0.x",
  65. "grunt-contrib-watch": "0.x",
  66. "grunt-eslint": "^17.1.0",
  67. "grunt-saucelabs": "8.x",
  68. "grunt-webpack": "^1.0.8",
  69. "istanbul": "^0.3.0",
  70. "jison": "~0.3.0",
  71. "mocha": "~1.20.0",
  72. "mock-stdin": "^0.3.0",
  73. "mustache": "^2.1.3",
  74. "semver": "^5.0.1",
  75. "underscore": "^1.5.1",
  76. "webpack": "^1.12.6",
  77. "webpack-dev-server": "^1.12.1"
  78. },
  79. "engines": {
  80. "node": ">=0.4.7"
  81. },
  82. "homepage": "http://www.handlebarsjs.com/",
  83. "jspm": {
  84. "main": "handlebars",
  85. "directories": {
  86. "lib": "dist/amd"
  87. },
  88. "buildConfig": {
  89. "minify": true
  90. }
  91. },
  92. "keywords": [
  93. "handlebars",
  94. "mustache",
  95. "template",
  96. "html"
  97. ],
  98. "license": "MIT",
  99. "main": "lib/index.js",
  100. "name": "handlebars",
  101. "optionalDependencies": {
  102. "uglify-js": "^2.6"
  103. },
  104. "repository": {
  105. "type": "git",
  106. "url": "git+https://github.com/wycats/handlebars.js.git"
  107. },
  108. "scripts": {
  109. "test": "grunt"
  110. },
  111. "version": "4.0.11"
  112. }