package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "_args": [
  3. [
  4. "glob-parent@5.1.1",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "glob-parent@5.1.1",
  10. "_id": "glob-parent@5.1.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-FnI+VGOpnlGHWZxthPGR+QhR78fuiK0sNLkHQv+bL9fQi57lNNdquIbna/WrfROrolq8GK5Ek6BiMwqL/voRYQ==",
  13. "_location": "/glob-parent",
  14. "_optional": true,
  15. "_phantomChildren": {},
  16. "_requested": {
  17. "type": "version",
  18. "registry": true,
  19. "raw": "glob-parent@5.1.1",
  20. "name": "glob-parent",
  21. "escapedName": "glob-parent",
  22. "rawSpec": "5.1.1",
  23. "saveSpec": null,
  24. "fetchSpec": "5.1.1"
  25. },
  26. "_requiredBy": [
  27. "/chokidar"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.1.tgz",
  30. "_spec": "5.1.1",
  31. "_where": "E:\\amr1.0\\AMR",
  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.1"
  95. }