package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_from": "istanbul-lib-source-maps@^4.0.0",
  3. "_id": "istanbul-lib-source-maps@4.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==",
  6. "_location": "/istanbul-lib-source-maps",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "istanbul-lib-source-maps@^4.0.0",
  12. "name": "istanbul-lib-source-maps",
  13. "escapedName": "istanbul-lib-source-maps",
  14. "rawSpec": "^4.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.0"
  17. },
  18. "_requiredBy": [
  19. "/@jest/reporters"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.1.tgz",
  22. "_shasum": "895f3a709fcfba34c6de5a42939022f3e4358551",
  23. "_spec": "istanbul-lib-source-maps@^4.0.0",
  24. "_where": "H:\\gs_nuxt\\node_modules\\@jest\\reporters",
  25. "author": {
  26. "name": "Krishnan Anantheswaran",
  27. "email": "kananthmail-github@yahoo.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/istanbuljs/istanbuljs/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "debug": "^4.1.1",
  35. "istanbul-lib-coverage": "^3.0.0",
  36. "source-map": "^0.6.1"
  37. },
  38. "deprecated": false,
  39. "description": "Source maps support for istanbul",
  40. "devDependencies": {
  41. "chai": "^4.2.0",
  42. "mocha": "^6.2.2",
  43. "nyc": "^15.0.0-beta.2",
  44. "ts-node": "^8.5.4"
  45. },
  46. "engines": {
  47. "node": ">=10"
  48. },
  49. "files": [
  50. "lib",
  51. "index.js"
  52. ],
  53. "homepage": "https://istanbul.js.org/",
  54. "keywords": [
  55. "istanbul",
  56. "sourcemaps",
  57. "sourcemap",
  58. "source",
  59. "maps"
  60. ],
  61. "license": "BSD-3-Clause",
  62. "main": "index.js",
  63. "name": "istanbul-lib-source-maps",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+ssh://git@github.com/istanbuljs/istanbuljs.git",
  67. "directory": "packages/istanbul-lib-source-maps"
  68. },
  69. "scripts": {
  70. "test": "nyc mocha"
  71. },
  72. "version": "4.0.1"
  73. }