项目原始demo,不改动
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

package.json 1.9 KiB

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