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
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_args": [
  3. [
  4. "istanbul-api@1.3.7",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "istanbul-api@1.3.7",
  9. "_id": "istanbul-api@1.3.7",
  10. "_inBundle": false,
  11. "_integrity": "sha512-4/ApBnMVeEPG3EkSzcw25wDe4N66wxwn+KKn6b47vyek8Xb3NBAcg4xfuQbS7BqcZuTX4wxfD5lVagdggR3gyA==",
  12. "_location": "/istanbul-api",
  13. "_phantomChildren": {
  14. "lodash": "4.17.15"
  15. },
  16. "_requested": {
  17. "type": "version",
  18. "registry": true,
  19. "raw": "istanbul-api@1.3.7",
  20. "name": "istanbul-api",
  21. "escapedName": "istanbul-api",
  22. "rawSpec": "1.3.7",
  23. "saveSpec": null,
  24. "fetchSpec": "1.3.7"
  25. },
  26. "_requiredBy": [
  27. "/jest/jest-cli"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/istanbul-api/-/istanbul-api-1.3.7.tgz",
  30. "_spec": "1.3.7",
  31. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  32. "author": {
  33. "name": "Krishnan Anantheswaran",
  34. "email": "kananthmail-github@yahoo.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/istanbuljs/istanbuljs/issues"
  38. },
  39. "dependencies": {
  40. "async": "^2.1.4",
  41. "fileset": "^2.0.2",
  42. "istanbul-lib-coverage": "^1.2.1",
  43. "istanbul-lib-hook": "^1.2.2",
  44. "istanbul-lib-instrument": "^1.10.2",
  45. "istanbul-lib-report": "^1.1.5",
  46. "istanbul-lib-source-maps": "^1.2.6",
  47. "istanbul-reports": "^1.5.1",
  48. "js-yaml": "^3.7.0",
  49. "mkdirp": "^0.5.1",
  50. "once": "^1.4.0"
  51. },
  52. "description": "High level API for istanbul features",
  53. "devDependencies": {
  54. "chai": "^3.0.0",
  55. "is-windows": "^1.0.0",
  56. "jshint": "^2.8.0",
  57. "memory-streams": "^0.1.0",
  58. "mocha": "^3.1.2",
  59. "rimraf": "^2.6.1"
  60. },
  61. "files": [
  62. "lib",
  63. "index.js"
  64. ],
  65. "homepage": "https://github.com/istanbuljs/istanbuljs#readme",
  66. "keywords": [
  67. "istanbul",
  68. "api"
  69. ],
  70. "license": "BSD-3-Clause",
  71. "main": "index.js",
  72. "name": "istanbul-api",
  73. "repository": {
  74. "type": "git",
  75. "url": "git+ssh://git@github.com/istanbuljs/istanbuljs.git"
  76. },
  77. "scripts": {
  78. "fast": "mocha --slow 1000",
  79. "pretest": "jshint index.js lib/ test/",
  80. "test": "mocha"
  81. },
  82. "version": "1.3.7"
  83. }