package.json 1005 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "name": "power-assert-context-reducer-ast",
  3. "description": "append AST into power-assert context",
  4. "version": "1.2.0",
  5. "author": {
  6. "name": "Takuto Wada",
  7. "email": "takuto.wada@gmail.com",
  8. "url": "https://github.com/twada"
  9. },
  10. "bugs": {
  11. "url": "https://github.com/twada/power-assert-runtime/issues"
  12. },
  13. "contributors": [
  14. {
  15. "name": "Haoliang Gao",
  16. "url": "https://github.com/popomore"
  17. }
  18. ],
  19. "dependencies": {
  20. "acorn": "^5.0.0",
  21. "acorn-es7-plugin": "^1.0.12",
  22. "core-js": "^2.0.0",
  23. "espurify": "^1.6.0",
  24. "estraverse": "^4.2.0"
  25. },
  26. "devDependencies": {
  27. "mocha": "^5.0.0"
  28. },
  29. "files": [
  30. "README.md",
  31. "index.js",
  32. "lib"
  33. ],
  34. "homepage": "https://github.com/twada/power-assert-runtime",
  35. "keywords": [
  36. "power-assert"
  37. ],
  38. "license": "MIT",
  39. "main": "index.js",
  40. "repository": {
  41. "type": "git",
  42. "url": "https://github.com/twada/power-assert-runtime.git"
  43. },
  44. "scripts": {
  45. "test": "mocha"
  46. }
  47. }