package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_from": "test-exclude@^6.0.0",
  3. "_id": "test-exclude@6.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==",
  6. "_location": "/test-exclude",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "test-exclude@^6.0.0",
  12. "name": "test-exclude",
  13. "escapedName": "test-exclude",
  14. "rawSpec": "^6.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^6.0.0"
  17. },
  18. "_requiredBy": [
  19. "/babel-plugin-istanbul"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz",
  22. "_shasum": "04a8698661d805ea6fa293b6cb9e63ac044ef15e",
  23. "_spec": "test-exclude@^6.0.0",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\babel-plugin-istanbul",
  25. "author": {
  26. "name": "Ben Coe",
  27. "email": "ben@npmjs.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/istanbuljs/test-exclude/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "@istanbuljs/schema": "^0.1.2",
  35. "glob": "^7.1.4",
  36. "minimatch": "^3.0.4"
  37. },
  38. "deprecated": false,
  39. "description": "test for inclusion or exclusion of paths using globs",
  40. "devDependencies": {
  41. "nyc": "^15.0.0-beta.3",
  42. "standard-version": "^7.0.0",
  43. "tap": "^14.10.5"
  44. },
  45. "engines": {
  46. "node": ">=8"
  47. },
  48. "files": [
  49. "*.js",
  50. "!nyc.config.js"
  51. ],
  52. "homepage": "https://istanbul.js.org/",
  53. "keywords": [
  54. "exclude",
  55. "include",
  56. "glob",
  57. "package",
  58. "config"
  59. ],
  60. "license": "ISC",
  61. "main": "index.js",
  62. "name": "test-exclude",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/istanbuljs/test-exclude.git"
  66. },
  67. "scripts": {
  68. "release": "standard-version",
  69. "snap": "npm test -- --snapshot",
  70. "test": "nyc tap"
  71. },
  72. "version": "6.0.0"
  73. }