package.json 954 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "name": "istanbul-lib-source-maps",
  3. "version": "3.0.6",
  4. "description": "Source maps support for istanbul",
  5. "author": "Krishnan Anantheswaran <kananthmail-github@yahoo.com>",
  6. "main": "index.js",
  7. "files": [
  8. "lib",
  9. "index.js"
  10. ],
  11. "scripts": {
  12. "test": "mocha"
  13. },
  14. "dependencies": {
  15. "debug": "^4.1.1",
  16. "istanbul-lib-coverage": "^2.0.5",
  17. "make-dir": "^2.1.0",
  18. "rimraf": "^2.6.3",
  19. "source-map": "^0.6.1"
  20. },
  21. "devDependencies": {
  22. "ts-node": "^8.1.0"
  23. },
  24. "license": "BSD-3-Clause",
  25. "bugs": {
  26. "url": "https://github.com/istanbuljs/istanbuljs/issues"
  27. },
  28. "homepage": "https://istanbul.js.org/",
  29. "repository": {
  30. "type": "git",
  31. "url": "git+ssh://git@github.com/istanbuljs/istanbuljs.git"
  32. },
  33. "keywords": [
  34. "istanbul",
  35. "sourcemaps",
  36. "sourcemap",
  37. "source",
  38. "maps"
  39. ],
  40. "engines": {
  41. "node": ">=6"
  42. },
  43. "gitHead": "90e60cc47833bb780680f916488ca24f0be36ca2"
  44. }