package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "name": "@javascript-obfuscator/escodegen",
  3. "description": "`escodegen` fork for `javascript-obfuscator``",
  4. "homepage": "http://github.com/estools/escodegen",
  5. "main": "escodegen.js",
  6. "files": [
  7. "LICENSE.BSD",
  8. "README.md",
  9. "bin",
  10. "escodegen.js",
  11. "package.json"
  12. ],
  13. "version": "2.3.0",
  14. "engines": {
  15. "node": ">=6.0"
  16. },
  17. "maintainers": [
  18. {
  19. "name": "Yusuke Suzuki",
  20. "email": "utatane.tea@gmail.com",
  21. "web": "http://github.com/Constellation"
  22. },
  23. {
  24. "name": "Timofey Kachalov",
  25. "email": "sanex3339@yandex.ru",
  26. "web": "https://github.com/sanex3339"
  27. }
  28. ],
  29. "repository": {
  30. "type": "git",
  31. "url": "http://github.com/estools/escodegen.git"
  32. },
  33. "dependencies": {
  34. "@javascript-obfuscator/estraverse": "^5.3.0",
  35. "esutils": "^2.0.2",
  36. "esprima": "^4.0.1",
  37. "optionator": "^0.8.1"
  38. },
  39. "optionalDependencies": {
  40. "source-map": "~0.6.1"
  41. },
  42. "devDependencies": {
  43. "acorn": "^8.7.0",
  44. "bluebird": "^3.4.7",
  45. "bower-registry-client": "^1.0.0",
  46. "chai": "^4.2.0",
  47. "chai-exclude": "^2.0.2",
  48. "commonjs-everywhere": "^0.9.7",
  49. "gulp": "^3.8.10",
  50. "gulp-eslint": "^3.0.1",
  51. "gulp-mocha": "^3.0.1",
  52. "semver": "^5.1.0"
  53. },
  54. "license": "BSD-2-Clause",
  55. "scripts": {
  56. "test": "gulp travis",
  57. "unit-test": "gulp test",
  58. "lint": "gulp lint"
  59. }
  60. }