package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. {
  2. "_from": "handlebars@^4.0.13",
  3. "_id": "handlebars@4.1.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-nvfrjqvt9xQ8Z/w0ijewdD/vvWDTOweBUm96NTr66Wfvo1mJenBLwcYmPs3TIBP5ruzYGD7Hx/DaM9RmhroGPw==",
  6. "_location": "/handlebars",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "handlebars@^4.0.13",
  12. "name": "handlebars",
  13. "escapedName": "handlebars",
  14. "rawSpec": "^4.0.13",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.13"
  17. },
  18. "_requiredBy": [
  19. "/express-handlebars"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.1.2.tgz",
  22. "_shasum": "b6b37c1ced0306b221e094fc7aca3ec23b131b67",
  23. "_spec": "handlebars@^4.0.13",
  24. "_where": "C:\\Users\\Mehdi\\Documents\\P_Tech\\Login-Register\\node_modules\\express-handlebars",
  25. "author": {
  26. "name": "Yehuda Katz"
  27. },
  28. "barename": "handlebars",
  29. "bin": {
  30. "handlebars": "bin/handlebars"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/wycats/handlebars.js/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "neo-async": "^2.6.0",
  38. "optimist": "^0.6.1",
  39. "source-map": "^0.6.1",
  40. "uglify-js": "^3.1.4"
  41. },
  42. "deprecated": false,
  43. "description": "Handlebars provides the power necessary to let you build semantic templates effectively with no frustration",
  44. "devDependencies": {
  45. "aws-sdk": "^2.1.49",
  46. "babel-loader": "^5.0.0",
  47. "babel-runtime": "^5.1.10",
  48. "benchmark": "~1.0",
  49. "dtslint": "^0.5.5",
  50. "dustjs-linkedin": "^2.0.2",
  51. "eco": "~1.1.0-rc-3",
  52. "grunt": "^1.0.3",
  53. "grunt-babel": "^5.0.0",
  54. "grunt-bg-shell": "^2.3.3",
  55. "grunt-cli": "^1",
  56. "grunt-contrib-clean": "^1",
  57. "grunt-contrib-concat": "^1",
  58. "grunt-contrib-connect": "^1",
  59. "grunt-contrib-copy": "^1",
  60. "grunt-contrib-requirejs": "^1",
  61. "grunt-contrib-uglify": "^1",
  62. "grunt-contrib-watch": "^1.1.0",
  63. "grunt-eslint": "^20.1.0",
  64. "grunt-saucelabs": "9.x",
  65. "grunt-webpack": "^1.0.8",
  66. "istanbul": "^0.3.0",
  67. "jison": "~0.3.0",
  68. "mocha": "^5",
  69. "mock-stdin": "^0.3.0",
  70. "mustache": "^2.1.3",
  71. "semver": "^5.0.1",
  72. "typescript": "^3.4.3",
  73. "underscore": "^1.5.1",
  74. "webpack": "^1.12.6",
  75. "webpack-dev-server": "^1.12.1"
  76. },
  77. "engines": {
  78. "node": ">=0.4.7"
  79. },
  80. "files": [
  81. "bin",
  82. "dist/*.js",
  83. "dist/amd/**/*.js",
  84. "dist/cjs/**/*.js",
  85. "lib",
  86. "print-script",
  87. "release-notes.md",
  88. "runtime.js",
  89. "types/*.d.ts"
  90. ],
  91. "homepage": "http://www.handlebarsjs.com/",
  92. "jspm": {
  93. "main": "handlebars",
  94. "directories": {
  95. "lib": "dist/amd"
  96. },
  97. "buildConfig": {
  98. "minify": true
  99. }
  100. },
  101. "keywords": [
  102. "handlebars",
  103. "mustache",
  104. "template",
  105. "html"
  106. ],
  107. "license": "MIT",
  108. "main": "lib/index.js",
  109. "name": "handlebars",
  110. "optionalDependencies": {
  111. "uglify-js": "^3.1.4"
  112. },
  113. "repository": {
  114. "type": "git",
  115. "url": "git+https://github.com/wycats/handlebars.js.git"
  116. },
  117. "scripts": {
  118. "checkTypes": "dtslint types",
  119. "test": "grunt"
  120. },
  121. "types": "types/index.d.ts",
  122. "version": "4.1.2"
  123. }