package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_args": [
  3. [
  4. "ejs@2.5.7",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "ejs@2.5.7",
  10. "_id": "ejs@2.5.7",
  11. "_inBundle": false,
  12. "_integrity": "sha512-ukpoEmMkRXdzig9UGWFSY+GqurZ+PROb/Q/6NUf+FYlIAI4fO79XFcFzob3TikfbaZZ3OGQAmryINW6/ELWPAg==",
  13. "_location": "/ejs",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "ejs@2.5.7",
  19. "name": "ejs",
  20. "escapedName": "ejs",
  21. "rawSpec": "2.5.7",
  22. "saveSpec": null,
  23. "fetchSpec": "2.5.7"
  24. },
  25. "_requiredBy": [
  26. "/nightwatch",
  27. "/webpack-bundle-analyzer"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/ejs/-/ejs-2.5.7.tgz",
  30. "_spec": "2.5.7",
  31. "_where": "E:\\2023\\5\\myjadmin",
  32. "author": {
  33. "name": "Matthew Eernisse",
  34. "email": "mde@fleegix.org",
  35. "url": "http://fleegix.org"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/mde/ejs/issues"
  39. },
  40. "contributors": [
  41. {
  42. "name": "Timothy Gu",
  43. "email": "timothygu99@gmail.com",
  44. "url": "https://timothygu.github.io"
  45. }
  46. ],
  47. "dependencies": {},
  48. "description": "Embedded JavaScript templates",
  49. "devDependencies": {
  50. "browserify": "^13.0.1",
  51. "eslint": "^3.0.0",
  52. "git-directory-deploy": "^1.5.1",
  53. "istanbul": "~0.4.3",
  54. "jake": "^8.0.0",
  55. "jsdoc": "^3.4.0",
  56. "lru-cache": "^4.0.1",
  57. "mocha": "^3.0.2",
  58. "uglify-js": "^2.6.2"
  59. },
  60. "engines": {
  61. "node": ">=0.10.0"
  62. },
  63. "homepage": "https://github.com/mde/ejs",
  64. "keywords": [
  65. "template",
  66. "engine",
  67. "ejs"
  68. ],
  69. "license": "Apache-2.0",
  70. "main": "./lib/ejs.js",
  71. "name": "ejs",
  72. "repository": {
  73. "type": "git",
  74. "url": "git://github.com/mde/ejs.git"
  75. },
  76. "scripts": {
  77. "coverage": "istanbul cover node_modules/mocha/bin/_mocha",
  78. "devdoc": "jake doc[dev]",
  79. "doc": "jake doc",
  80. "lint": "eslint \"**/*.js\" Jakefile",
  81. "test": "jake test"
  82. },
  83. "version": "2.5.7"
  84. }