You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

71 lines
1.9 KiB

  1. {
  2. "_args": [
  3. [
  4. "istanbul-reports@1.5.1",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "istanbul-reports@1.5.1",
  9. "_id": "istanbul-reports@1.5.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-+cfoZ0UXzWjhAdzosCPP3AN8vvef8XDkWtTfgaN+7L3YTpNYITnCaEkceo5SEYy644VkHka/P1FvkWvrG/rrJw==",
  12. "_location": "/istanbul-reports",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "istanbul-reports@1.5.1",
  18. "name": "istanbul-reports",
  19. "escapedName": "istanbul-reports",
  20. "rawSpec": "1.5.1",
  21. "saveSpec": null,
  22. "fetchSpec": "1.5.1"
  23. },
  24. "_requiredBy": [
  25. "/istanbul-api"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-1.5.1.tgz",
  28. "_spec": "1.5.1",
  29. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  30. "author": {
  31. "name": "Krishnan Anantheswaran",
  32. "email": "kananthmail-github@yahoo.com"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/istanbuljs/istanbuljs/issues"
  36. },
  37. "dependencies": {
  38. "handlebars": "^4.0.3"
  39. },
  40. "description": "istanbul reports",
  41. "devDependencies": {
  42. "chai": "^3.5.0",
  43. "is-windows": "^1.0.1",
  44. "istanbul-lib-coverage": "^1.2.1",
  45. "istanbul-lib-report": "^1.1.5",
  46. "jshint": "^2.8.0",
  47. "mocha": "^3.1.2"
  48. },
  49. "files": [
  50. "index.js",
  51. "lib"
  52. ],
  53. "homepage": "https://github.com/istanbuljs/istanbuljs",
  54. "keywords": [
  55. "istanbul",
  56. "reports"
  57. ],
  58. "license": "BSD-3-Clause",
  59. "main": "index.js",
  60. "name": "istanbul-reports",
  61. "repository": {
  62. "type": "git",
  63. "url": "git+ssh://git@github.com/istanbuljs/istanbuljs.git"
  64. },
  65. "scripts": {
  66. "pretest": "jshint --exclude=**/prettify.js index.js lib/ test/",
  67. "test": "mocha --recursive"
  68. },
  69. "version": "1.5.1"
  70. }