package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_from": "test-exclude@^5.2.3",
  3. "_id": "test-exclude@5.2.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-M+oxtseCFO3EDtAaGH7iiej3CBkzXqFMbzqYAACdzKui4eZA+pq3tZEwChvOdNfa7xxy8BfbmgJSIr43cC/+2g==",
  6. "_location": "/test-exclude",
  7. "_phantomChildren": {
  8. "error-ex": "1.3.2",
  9. "graceful-fs": "4.2.10",
  10. "json-parse-better-errors": "1.0.2",
  11. "locate-path": "3.0.0",
  12. "normalize-package-data": "2.5.0"
  13. },
  14. "_requested": {
  15. "type": "range",
  16. "registry": true,
  17. "raw": "test-exclude@^5.2.3",
  18. "name": "test-exclude",
  19. "escapedName": "test-exclude",
  20. "rawSpec": "^5.2.3",
  21. "saveSpec": null,
  22. "fetchSpec": "^5.2.3"
  23. },
  24. "_requiredBy": [
  25. "/babel-plugin-istanbul"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-5.2.3.tgz",
  28. "_shasum": "c3d3e1e311eb7ee405e092dac10aefd09091eac0",
  29. "_spec": "test-exclude@^5.2.3",
  30. "_where": "E:\\workspace\\cfd-front-admin\\node_modules\\babel-plugin-istanbul",
  31. "author": {
  32. "name": "Ben Coe",
  33. "email": "ben@npmjs.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/istanbuljs/istanbuljs/issues"
  37. },
  38. "bundleDependencies": false,
  39. "dependencies": {
  40. "glob": "^7.1.3",
  41. "minimatch": "^3.0.4",
  42. "read-pkg-up": "^4.0.0",
  43. "require-main-filename": "^2.0.0"
  44. },
  45. "deprecated": false,
  46. "description": "test for inclusion or exclusion of paths using pkg-conf and globs",
  47. "engines": {
  48. "node": ">=6"
  49. },
  50. "files": [
  51. "index.js"
  52. ],
  53. "gitHead": "90e60cc47833bb780680f916488ca24f0be36ca2",
  54. "homepage": "https://istanbul.js.org/",
  55. "keywords": [
  56. "exclude",
  57. "include",
  58. "glob",
  59. "package",
  60. "config"
  61. ],
  62. "license": "ISC",
  63. "main": "index.js",
  64. "name": "test-exclude",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/istanbuljs/istanbuljs.git"
  68. },
  69. "scripts": {
  70. "test": "mocha"
  71. },
  72. "version": "5.2.3"
  73. }