package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_from": "istanbul-lib-source-maps@^4.0.0",
  3. "_id": "istanbul-lib-source-maps@4.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-c16LpFRkR8vQXyHZ5nLpY35JZtzj1PQY1iZmesUbf1FZHbIupcWfjgOXBY9YHkLEQ6puz1u4Dgj6qmU/DisrZg==",
  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.0.tgz",
  22. "_shasum": "75743ce6d96bb86dc7ee4352cf6366a23f0b1ad9",
  23. "_spec": "istanbul-lib-source-maps@^4.0.0",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\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": ">=8"
  48. },
  49. "files": [
  50. "lib",
  51. "index.js"
  52. ],
  53. "gitHead": "5319df684b508ff6fb19fe8b9a6147a3c5924e4b",
  54. "homepage": "https://istanbul.js.org/",
  55. "keywords": [
  56. "istanbul",
  57. "sourcemaps",
  58. "sourcemap",
  59. "source",
  60. "maps"
  61. ],
  62. "license": "BSD-3-Clause",
  63. "main": "index.js",
  64. "name": "istanbul-lib-source-maps",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+ssh://git@github.com/istanbuljs/istanbuljs.git",
  68. "directory": "packages/istanbul-lib-source-maps"
  69. },
  70. "scripts": {
  71. "test": "nyc --nycrc-path=../../monorepo-per-package-nycrc.json mocha"
  72. },
  73. "version": "4.0.0"
  74. }