package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_args": [
  3. [
  4. "ejs@2.7.4",
  5. "D:\\project\\苏南官网\\su_nan_guan_wang"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "ejs@2.7.4",
  10. "_id": "ejs@2.7.4",
  11. "_inBundle": false,
  12. "_integrity": "sha1-SGYSh1c9zFPjZsehrlLDoSDuybo=",
  13. "_location": "/ejs",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "ejs@2.7.4",
  19. "name": "ejs",
  20. "escapedName": "ejs",
  21. "rawSpec": "2.7.4",
  22. "saveSpec": null,
  23. "fetchSpec": "2.7.4"
  24. },
  25. "_requiredBy": [
  26. "/webpack-bundle-analyzer"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/ejs/download/ejs-2.7.4.tgz?cache=0&sync_timestamp=1612643435705&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fejs%2Fdownload%2Fejs-2.7.4.tgz",
  29. "_spec": "2.7.4",
  30. "_where": "D:\\project\\苏南官网\\su_nan_guan_wang",
  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. "dependencies": {},
  40. "description": "Embedded JavaScript templates",
  41. "devDependencies": {
  42. "browserify": "^13.1.1",
  43. "eslint": "^4.14.0",
  44. "git-directory-deploy": "^1.5.1",
  45. "jake": "^10.3.1",
  46. "jsdoc": "^3.4.0",
  47. "lru-cache": "^4.0.1",
  48. "mocha": "^5.0.5",
  49. "uglify-js": "^3.3.16"
  50. },
  51. "engines": {
  52. "node": ">=0.10.0"
  53. },
  54. "homepage": "https://github.com/mde/ejs",
  55. "keywords": [
  56. "template",
  57. "engine",
  58. "ejs"
  59. ],
  60. "license": "Apache-2.0",
  61. "main": "./lib/ejs.js",
  62. "name": "ejs",
  63. "repository": {
  64. "type": "git",
  65. "url": "git://github.com/mde/ejs.git"
  66. },
  67. "scripts": {
  68. "postinstall": "node ./postinstall.js",
  69. "test": "mocha"
  70. },
  71. "version": "2.7.4"
  72. }