package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "_args": [
  3. [
  4. "glob-parent@5.1.2",
  5. "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "glob-parent@5.1.2",
  10. "_id": "glob-parent@5.1.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-hpgyxYA0/mikCTwX3BXoNA2EAcQ=",
  13. "_location": "/glob-parent",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "glob-parent@5.1.2",
  19. "name": "glob-parent",
  20. "escapedName": "glob-parent",
  21. "rawSpec": "5.1.2",
  22. "saveSpec": null,
  23. "fetchSpec": "5.1.2"
  24. },
  25. "_requiredBy": [
  26. "/chokidar",
  27. "/eslint"
  28. ],
  29. "_resolved": "https://registry.nlark.com/glob-parent/download/glob-parent-5.1.2.tgz",
  30. "_spec": "5.1.2",
  31. "_where": "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web",
  32. "author": {
  33. "name": "Gulp Team",
  34. "email": "team@gulpjs.com",
  35. "url": "https://gulpjs.com/"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/gulpjs/glob-parent/issues"
  39. },
  40. "contributors": [
  41. {
  42. "name": "Elan Shanker",
  43. "url": "https://github.com/es128"
  44. },
  45. {
  46. "name": "Blaine Bublitz",
  47. "email": "blaine.bublitz@gmail.com"
  48. }
  49. ],
  50. "dependencies": {
  51. "is-glob": "^4.0.1"
  52. },
  53. "description": "Extract the non-magic parent path from a glob string.",
  54. "devDependencies": {
  55. "coveralls": "^3.0.11",
  56. "eslint": "^2.13.1",
  57. "eslint-config-gulp": "^3.0.1",
  58. "expect": "^1.20.2",
  59. "mocha": "^6.0.2",
  60. "nyc": "^13.3.0"
  61. },
  62. "engines": {
  63. "node": ">= 6"
  64. },
  65. "files": [
  66. "LICENSE",
  67. "index.js"
  68. ],
  69. "homepage": "https://github.com/gulpjs/glob-parent#readme",
  70. "keywords": [
  71. "glob",
  72. "parent",
  73. "strip",
  74. "path",
  75. "dirname",
  76. "directory",
  77. "base",
  78. "wildcard"
  79. ],
  80. "license": "ISC",
  81. "main": "index.js",
  82. "name": "glob-parent",
  83. "repository": {
  84. "type": "git",
  85. "url": "git+https://github.com/gulpjs/glob-parent.git"
  86. },
  87. "scripts": {
  88. "azure-pipelines": "nyc mocha --async-only --reporter xunit -O output=test.xunit",
  89. "coveralls": "nyc report --reporter=text-lcov | coveralls",
  90. "lint": "eslint .",
  91. "pretest": "npm run lint",
  92. "test": "nyc mocha --async-only"
  93. },
  94. "version": "5.1.2"
  95. }