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.

package.json 2.2 KiB

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