package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_from": "istanbul-reports@^1.5.1",
  3. "_id": "istanbul-reports@1.5.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-+cfoZ0UXzWjhAdzosCPP3AN8vvef8XDkWtTfgaN+7L3YTpNYITnCaEkceo5SEYy644VkHka/P1FvkWvrG/rrJw==",
  6. "_location": "/istanbul-reports",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "istanbul-reports@^1.5.1",
  12. "name": "istanbul-reports",
  13. "escapedName": "istanbul-reports",
  14. "rawSpec": "^1.5.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.5.1"
  17. },
  18. "_requiredBy": [
  19. "/istanbul-api"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/istanbul-reports/-/istanbul-reports-1.5.1.tgz",
  22. "_shasum": "97e4dbf3b515e8c484caea15d6524eebd3ff4e1a",
  23. "_spec": "istanbul-reports@^1.5.1",
  24. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\istanbul-api",
  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. "handlebars": "^4.0.3"
  35. },
  36. "deprecated": false,
  37. "description": "istanbul reports",
  38. "devDependencies": {
  39. "chai": "^3.5.0",
  40. "is-windows": "^1.0.1",
  41. "istanbul-lib-coverage": "^1.2.1",
  42. "istanbul-lib-report": "^1.1.5",
  43. "jshint": "^2.8.0",
  44. "mocha": "^3.1.2"
  45. },
  46. "files": [
  47. "index.js",
  48. "lib"
  49. ],
  50. "homepage": "https://github.com/istanbuljs/istanbuljs",
  51. "keywords": [
  52. "istanbul",
  53. "reports"
  54. ],
  55. "license": "BSD-3-Clause",
  56. "main": "index.js",
  57. "name": "istanbul-reports",
  58. "repository": {
  59. "type": "git",
  60. "url": "git+ssh://git@github.com/istanbuljs/istanbuljs.git"
  61. },
  62. "scripts": {
  63. "pretest": "jshint --exclude=**/prettify.js index.js lib/ test/",
  64. "test": "mocha --recursive"
  65. },
  66. "version": "1.5.1"
  67. }