Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 

107 linhas
2.9 KiB

  1. {
  2. "_args": [
  3. [
  4. "babel-plugin-istanbul@4.1.6",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "babel-plugin-istanbul@4.1.6",
  9. "_id": "babel-plugin-istanbul@4.1.6",
  10. "_inBundle": false,
  11. "_integrity": "sha512-PWP9FQ1AhZhS01T/4qLSKoHGY/xvkZdVBGlKM/HuxxS3+sC66HhTNR7+MpbO/so/cz/wY94MeSWJuP1hXIPfwQ==",
  12. "_location": "/babel-plugin-istanbul",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "babel-plugin-istanbul@4.1.6",
  18. "name": "babel-plugin-istanbul",
  19. "escapedName": "babel-plugin-istanbul",
  20. "rawSpec": "4.1.6",
  21. "saveSpec": null,
  22. "fetchSpec": "4.1.6"
  23. },
  24. "_requiredBy": [
  25. "/babel-jest",
  26. "/jest-runtime"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-4.1.6.tgz",
  29. "_spec": "4.1.6",
  30. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  31. "author": {
  32. "name": "Thai Pangsakulyanont @dtinth"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/istanbuljs/babel-plugin-istanbul/issues"
  36. },
  37. "dependencies": {
  38. "babel-plugin-syntax-object-rest-spread": "^6.13.0",
  39. "find-up": "^2.1.0",
  40. "istanbul-lib-instrument": "^1.10.1",
  41. "test-exclude": "^4.2.1"
  42. },
  43. "description": "A babel plugin that adds istanbul instrumentation to ES6 code",
  44. "devDependencies": {
  45. "babel-cli": "^6.18.0",
  46. "babel-core": "^6.24.0",
  47. "babel-preset-env": "^1.6.1",
  48. "babel-register": "^6.24.0",
  49. "chai": "^4.1.0",
  50. "coveralls": "^3.0.0",
  51. "cross-env": "^3.1.4",
  52. "mocha": "^4.0.0",
  53. "nyc": "^11.1.0",
  54. "pmock": "^0.2.3",
  55. "standard": "^9.0.2",
  56. "standard-version": "^4.0.0"
  57. },
  58. "files": [
  59. "lib"
  60. ],
  61. "greenkeeper": {
  62. "ignore": [
  63. "find-up",
  64. "cross-env"
  65. ]
  66. },
  67. "homepage": "https://github.com/istanbuljs/babel-plugin-istanbul#readme",
  68. "keywords": [
  69. "istanbul",
  70. "babel",
  71. "plugin",
  72. "instrumentation"
  73. ],
  74. "license": "BSD-3-Clause",
  75. "main": "lib/index.js",
  76. "name": "babel-plugin-istanbul",
  77. "nyc": {
  78. "include": [
  79. "src/*.js",
  80. "fixtures/should-cover.js"
  81. ],
  82. "require": [
  83. "babel-register"
  84. ],
  85. "sourceMap": false,
  86. "instrument": false
  87. },
  88. "repository": {
  89. "type": "git",
  90. "url": "git+https://github.com/istanbuljs/babel-plugin-istanbul.git"
  91. },
  92. "scripts": {
  93. "coverage": "nyc report --reporter=text-lcov | coveralls",
  94. "prepublish": "npm test && npm run release",
  95. "pretest": "standard && npm run release",
  96. "release": "babel src --out-dir lib",
  97. "test": "cross-env NODE_ENV=test nyc --reporter=lcov --reporter=text mocha test/*.js",
  98. "version": "standard-version"
  99. },
  100. "standard": {
  101. "ignore": [
  102. "fixtures/has-inline-source-map.js"
  103. ]
  104. },
  105. "version": "4.1.6"
  106. }