package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_from": "istanbul-lib-source-maps@^3.0.1",
  3. "_id": "istanbul-lib-source-maps@3.0.6",
  4. "_inBundle": false,
  5. "_integrity": "sha512-R47KzMtDJH6X4/YW9XTx+jrLnZnscW4VpNN+1PViSYTejLVPWv7oov+Duf8YQSPyVRUvueQqz1TcsC6mooZTXw==",
  6. "_location": "/istanbul-lib-source-maps",
  7. "_phantomChildren": {
  8. "semver": "5.7.1"
  9. },
  10. "_requested": {
  11. "type": "range",
  12. "registry": true,
  13. "raw": "istanbul-lib-source-maps@^3.0.1",
  14. "name": "istanbul-lib-source-maps",
  15. "escapedName": "istanbul-lib-source-maps",
  16. "rawSpec": "^3.0.1",
  17. "saveSpec": null,
  18. "fetchSpec": "^3.0.1"
  19. },
  20. "_requiredBy": [
  21. "/@jest/reporters"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-3.0.6.tgz",
  24. "_shasum": "284997c48211752ec486253da97e3879defba8c8",
  25. "_spec": "istanbul-lib-source-maps@^3.0.1",
  26. "_where": "E:\\workspace\\cfd-front-admin\\node_modules\\@jest\\reporters",
  27. "author": {
  28. "name": "Krishnan Anantheswaran",
  29. "email": "kananthmail-github@yahoo.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/istanbuljs/istanbuljs/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "debug": "^4.1.1",
  37. "istanbul-lib-coverage": "^2.0.5",
  38. "make-dir": "^2.1.0",
  39. "rimraf": "^2.6.3",
  40. "source-map": "^0.6.1"
  41. },
  42. "deprecated": false,
  43. "description": "Source maps support for istanbul",
  44. "devDependencies": {
  45. "ts-node": "^8.1.0"
  46. },
  47. "engines": {
  48. "node": ">=6"
  49. },
  50. "files": [
  51. "lib",
  52. "index.js"
  53. ],
  54. "gitHead": "90e60cc47833bb780680f916488ca24f0be36ca2",
  55. "homepage": "https://istanbul.js.org/",
  56. "keywords": [
  57. "istanbul",
  58. "sourcemaps",
  59. "sourcemap",
  60. "source",
  61. "maps"
  62. ],
  63. "license": "BSD-3-Clause",
  64. "main": "index.js",
  65. "name": "istanbul-lib-source-maps",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+ssh://git@github.com/istanbuljs/istanbuljs.git"
  69. },
  70. "scripts": {
  71. "test": "mocha"
  72. },
  73. "version": "3.0.6"
  74. }