package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_from": "istanbul-lib-coverage@^1.2.1",
  3. "_id": "istanbul-lib-coverage@1.2.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-PzITeunAgyGbtY1ibVIUiV679EFChHjoMNRibEIobvmrCRaIgwLxNucOSimtNWUhEib/oO7QY2imD75JVgCJWQ==",
  6. "_location": "/istanbul-lib-coverage",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "istanbul-lib-coverage@^1.2.1",
  12. "name": "istanbul-lib-coverage",
  13. "escapedName": "istanbul-lib-coverage",
  14. "rawSpec": "^1.2.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.2.1"
  17. },
  18. "_requiredBy": [
  19. "/istanbul-api",
  20. "/istanbul-lib-instrument",
  21. "/istanbul-lib-report",
  22. "/istanbul-lib-source-maps",
  23. "/jest/jest-cli"
  24. ],
  25. "_resolved": "https://registry.npmmirror.com/istanbul-lib-coverage/-/istanbul-lib-coverage-1.2.1.tgz",
  26. "_shasum": "ccf7edcd0a0bb9b8f729feeb0930470f9af664f0",
  27. "_spec": "istanbul-lib-coverage@^1.2.1",
  28. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\istanbul-lib-instrument",
  29. "author": {
  30. "name": "Krishnan Anantheswaran",
  31. "email": "kananthmail-github@yahoo.com"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/istanbuljs/istanbuljs/issues"
  35. },
  36. "bundleDependencies": false,
  37. "deprecated": false,
  38. "description": "Data library for istanbul coverage objects",
  39. "devDependencies": {
  40. "chai": "^3.0.0",
  41. "jshint": "^2.8.0",
  42. "mocha": "^3.2.0"
  43. },
  44. "files": [
  45. "lib",
  46. "index.js"
  47. ],
  48. "homepage": "https://github.com/istanbuljs/istanbuljs",
  49. "karmaDeps": {
  50. "browserify-istanbul": "^0.2.1",
  51. "karma": "^0.13.10",
  52. "karma-browserify": "^4.2.1",
  53. "karma-chrome-launcher": "^0.2.0",
  54. "karma-coverage": "^0.4.2",
  55. "karma-mocha": "^0.2.0",
  56. "karma-phantomjs-launcher": "^0.2.0",
  57. "phantomjs": "^1.9.17"
  58. },
  59. "keywords": [
  60. "istanbul",
  61. "coverage",
  62. "data"
  63. ],
  64. "license": "BSD-3-Clause",
  65. "main": "index.js",
  66. "name": "istanbul-lib-coverage",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+ssh://git@github.com/istanbuljs/istanbuljs.git"
  70. },
  71. "scripts": {
  72. "pretest": "jshint index.js lib/ test/",
  73. "test": "mocha"
  74. },
  75. "version": "1.2.1"
  76. }