package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_args": [
  3. [
  4. "test-exclude@4.2.3",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "test-exclude@4.2.3",
  10. "_id": "test-exclude@4.2.3",
  11. "_inBundle": false,
  12. "_integrity": "sha512-SYbXgY64PT+4GAL2ocI3HwPa4Q4TBKm0cwAVeKOt/Aoc0gSpNRjJX8w0pA1LMKZ3LBmd8pYBqApFNQLII9kavA==",
  13. "_location": "/test-exclude",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "test-exclude@4.2.3",
  19. "name": "test-exclude",
  20. "escapedName": "test-exclude",
  21. "rawSpec": "4.2.3",
  22. "saveSpec": null,
  23. "fetchSpec": "4.2.3"
  24. },
  25. "_requiredBy": [
  26. "/babel-plugin-istanbul"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-4.2.3.tgz",
  29. "_spec": "4.2.3",
  30. "_where": "E:\\2023\\5\\myjadmin",
  31. "author": {
  32. "name": "Ben Coe",
  33. "email": "ben@npmjs.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/istanbuljs/istanbuljs/issues"
  37. },
  38. "dependencies": {
  39. "arrify": "^1.0.1",
  40. "micromatch": "^2.3.11",
  41. "object-assign": "^4.1.0",
  42. "read-pkg-up": "^1.0.1",
  43. "require-main-filename": "^1.0.1"
  44. },
  45. "description": "test for inclusion or exclusion of paths using pkg-conf and globs",
  46. "devDependencies": {
  47. "chai": "^3.5.0",
  48. "mocha": "^3.1.2",
  49. "standard": "^9.0.0"
  50. },
  51. "files": [
  52. "index.js"
  53. ],
  54. "greenkeeper": {
  55. "ignore": [
  56. "read-pkg-up"
  57. ]
  58. },
  59. "homepage": "https://github.com/istanbuljs/istanbuljs#readme",
  60. "keywords": [
  61. "exclude",
  62. "include",
  63. "glob",
  64. "package",
  65. "config"
  66. ],
  67. "license": "ISC",
  68. "main": "index.js",
  69. "name": "test-exclude",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/istanbuljs/istanbuljs.git"
  73. },
  74. "scripts": {
  75. "pretest": "standard",
  76. "test": "mocha"
  77. },
  78. "version": "4.2.3"
  79. }