package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "_args": [
  3. [
  4. "test-exclude@4.2.3",
  5. "D:\\代码\\单商户\\admin"
  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. "arr-flatten": "1.1.0",
  16. "error-ex": "1.3.2",
  17. "expand-range": "1.8.2",
  18. "filename-regex": "2.0.1",
  19. "graceful-fs": "4.2.4",
  20. "is-posix-bracket": "0.1.1",
  21. "is-utf8": "0.2.1",
  22. "normalize-package-data": "2.5.0",
  23. "object.omit": "2.0.1",
  24. "parse-glob": "3.0.4",
  25. "pinkie-promise": "2.0.1",
  26. "preserve": "0.2.0",
  27. "regex-cache": "0.4.4",
  28. "remove-trailing-separator": "1.1.0",
  29. "repeat-element": "1.1.3"
  30. },
  31. "_requested": {
  32. "type": "version",
  33. "registry": true,
  34. "raw": "test-exclude@4.2.3",
  35. "name": "test-exclude",
  36. "escapedName": "test-exclude",
  37. "rawSpec": "4.2.3",
  38. "saveSpec": null,
  39. "fetchSpec": "4.2.3"
  40. },
  41. "_requiredBy": [
  42. "/babel-plugin-istanbul"
  43. ],
  44. "_resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-4.2.3.tgz",
  45. "_spec": "4.2.3",
  46. "_where": "D:\\代码\\单商户\\admin",
  47. "author": {
  48. "name": "Ben Coe",
  49. "email": "ben@npmjs.com"
  50. },
  51. "bugs": {
  52. "url": "https://github.com/istanbuljs/istanbuljs/issues"
  53. },
  54. "dependencies": {
  55. "arrify": "^1.0.1",
  56. "micromatch": "^2.3.11",
  57. "object-assign": "^4.1.0",
  58. "read-pkg-up": "^1.0.1",
  59. "require-main-filename": "^1.0.1"
  60. },
  61. "description": "test for inclusion or exclusion of paths using pkg-conf and globs",
  62. "devDependencies": {
  63. "chai": "^3.5.0",
  64. "mocha": "^3.1.2",
  65. "standard": "^9.0.0"
  66. },
  67. "files": [
  68. "index.js"
  69. ],
  70. "greenkeeper": {
  71. "ignore": [
  72. "read-pkg-up"
  73. ]
  74. },
  75. "homepage": "https://github.com/istanbuljs/istanbuljs#readme",
  76. "keywords": [
  77. "exclude",
  78. "include",
  79. "glob",
  80. "package",
  81. "config"
  82. ],
  83. "license": "ISC",
  84. "main": "index.js",
  85. "name": "test-exclude",
  86. "repository": {
  87. "type": "git",
  88. "url": "git+https://github.com/istanbuljs/istanbuljs.git"
  89. },
  90. "scripts": {
  91. "pretest": "standard",
  92. "test": "mocha"
  93. },
  94. "version": "4.2.3"
  95. }