package.json 2.1 KB

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