package.json 1.7 KB

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