package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_from": "test-exclude@^4.2.1",
  3. "_id": "test-exclude@4.2.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-SYbXgY64PT+4GAL2ocI3HwPa4Q4TBKm0cwAVeKOt/Aoc0gSpNRjJX8w0pA1LMKZ3LBmd8pYBqApFNQLII9kavA==",
  6. "_location": "/test-exclude",
  7. "_phantomChildren": {
  8. "arr-flatten": "1.1.0",
  9. "expand-range": "1.8.2",
  10. "filename-regex": "2.0.1",
  11. "is-buffer": "1.1.6",
  12. "is-posix-bracket": "0.1.1",
  13. "object.omit": "2.0.1",
  14. "parse-glob": "3.0.4",
  15. "preserve": "0.2.0",
  16. "regex-cache": "0.4.4",
  17. "remove-trailing-separator": "1.1.0",
  18. "repeat-element": "1.1.4"
  19. },
  20. "_requested": {
  21. "type": "range",
  22. "registry": true,
  23. "raw": "test-exclude@^4.2.1",
  24. "name": "test-exclude",
  25. "escapedName": "test-exclude",
  26. "rawSpec": "^4.2.1",
  27. "saveSpec": null,
  28. "fetchSpec": "^4.2.1"
  29. },
  30. "_requiredBy": [
  31. "/babel-plugin-istanbul"
  32. ],
  33. "_resolved": "https://registry.npmmirror.com/test-exclude/-/test-exclude-4.2.3.tgz",
  34. "_shasum": "a9a5e64474e4398339245a0a769ad7c2f4a97c20",
  35. "_spec": "test-exclude@^4.2.1",
  36. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\babel-plugin-istanbul",
  37. "author": {
  38. "name": "Ben Coe",
  39. "email": "ben@npmjs.com"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/istanbuljs/istanbuljs/issues"
  43. },
  44. "bundleDependencies": false,
  45. "dependencies": {
  46. "arrify": "^1.0.1",
  47. "micromatch": "^2.3.11",
  48. "object-assign": "^4.1.0",
  49. "read-pkg-up": "^1.0.1",
  50. "require-main-filename": "^1.0.1"
  51. },
  52. "deprecated": false,
  53. "description": "test for inclusion or exclusion of paths using pkg-conf and globs",
  54. "devDependencies": {
  55. "chai": "^3.5.0",
  56. "mocha": "^3.1.2",
  57. "standard": "^9.0.0"
  58. },
  59. "files": [
  60. "index.js"
  61. ],
  62. "greenkeeper": {
  63. "ignore": [
  64. "read-pkg-up"
  65. ]
  66. },
  67. "homepage": "https://github.com/istanbuljs/istanbuljs#readme",
  68. "keywords": [
  69. "exclude",
  70. "include",
  71. "glob",
  72. "package",
  73. "config"
  74. ],
  75. "license": "ISC",
  76. "main": "index.js",
  77. "name": "test-exclude",
  78. "repository": {
  79. "type": "git",
  80. "url": "git+https://github.com/istanbuljs/istanbuljs.git"
  81. },
  82. "scripts": {
  83. "pretest": "standard",
  84. "test": "mocha"
  85. },
  86. "version": "4.2.3"
  87. }