1
0
Fork 0
management/front/dkha-web-sz-main/node_modules/glob-parent/package.json

93 lines
2.3 KiB
JSON
Raw Normal View History

2023-12-18 13:12:25 +08:00
{
2024-01-16 21:26:16 +08:00
"_from": "glob-parent@~5.1.2",
"_id": "glob-parent@5.1.2",
2023-12-18 13:12:25 +08:00
"_inBundle": false,
2024-01-16 21:26:16 +08:00
"_integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
2023-12-18 13:12:25 +08:00
"_location": "/glob-parent",
2024-01-16 21:26:16 +08:00
"_phantomChildren": {
"is-extglob": "2.1.1"
},
2023-12-18 13:12:25 +08:00
"_requested": {
2024-01-16 21:26:16 +08:00
"type": "range",
2023-12-18 13:12:25 +08:00
"registry": true,
2024-01-16 21:26:16 +08:00
"raw": "glob-parent@~5.1.2",
2023-12-18 13:12:25 +08:00
"name": "glob-parent",
"escapedName": "glob-parent",
2024-01-16 21:26:16 +08:00
"rawSpec": "~5.1.2",
2023-12-18 13:12:25 +08:00
"saveSpec": null,
2024-01-16 21:26:16 +08:00
"fetchSpec": "~5.1.2"
2023-12-18 13:12:25 +08:00
},
"_requiredBy": [
2024-01-16 21:26:16 +08:00
"/chokidar"
2023-12-18 13:12:25 +08:00
],
2024-01-16 21:26:16 +08:00
"_resolved": "https://registry.npmmirror.com/glob-parent/-/glob-parent-5.1.2.tgz",
"_shasum": "869832c58034fe68a4093c17dc15e8340d8401c4",
"_spec": "glob-parent@~5.1.2",
"_where": "E:\\WebDevelop\\managment2\\management\\front\\dkha-web-sz-main\\node_modules\\chokidar",
2023-12-18 13:12:25 +08:00
"author": {
2024-01-16 21:26:16 +08:00
"name": "Gulp Team",
"email": "team@gulpjs.com",
"url": "https://gulpjs.com/"
2023-12-18 13:12:25 +08:00
},
"bugs": {
2024-01-16 21:26:16 +08:00
"url": "https://github.com/gulpjs/glob-parent/issues"
2023-12-18 13:12:25 +08:00
},
2024-01-16 21:26:16 +08:00
"bundleDependencies": false,
"contributors": [
{
"name": "Elan Shanker",
"url": "https://github.com/es128"
},
{
"name": "Blaine Bublitz",
"email": "blaine.bublitz@gmail.com"
}
],
2023-12-18 13:12:25 +08:00
"dependencies": {
2024-01-16 21:26:16 +08:00
"is-glob": "^4.0.1"
2023-12-18 13:12:25 +08:00
},
2024-01-16 21:26:16 +08:00
"deprecated": false,
"description": "Extract the non-magic parent path from a glob string.",
2023-12-18 13:12:25 +08:00
"devDependencies": {
2024-01-16 21:26:16 +08:00
"coveralls": "^3.0.11",
"eslint": "^2.13.1",
"eslint-config-gulp": "^3.0.1",
"expect": "^1.20.2",
"mocha": "^6.0.2",
"nyc": "^13.3.0"
},
"engines": {
"node": ">= 6"
2023-12-18 13:12:25 +08:00
},
"files": [
2024-01-16 21:26:16 +08:00
"LICENSE",
2023-12-18 13:12:25 +08:00
"index.js"
],
2024-01-16 21:26:16 +08:00
"homepage": "https://github.com/gulpjs/glob-parent#readme",
2023-12-18 13:12:25 +08:00
"keywords": [
"glob",
"parent",
"strip",
"path",
"dirname",
"directory",
"base",
"wildcard"
],
"license": "ISC",
"main": "index.js",
"name": "glob-parent",
"repository": {
"type": "git",
2024-01-16 21:26:16 +08:00
"url": "git+https://github.com/gulpjs/glob-parent.git"
2023-12-18 13:12:25 +08:00
},
"scripts": {
2024-01-16 21:26:16 +08:00
"azure-pipelines": "nyc mocha --async-only --reporter xunit -O output=test.xunit",
"coveralls": "nyc report --reporter=text-lcov | coveralls",
"lint": "eslint .",
"pretest": "npm run lint",
"test": "nyc mocha --async-only"
2023-12-18 13:12:25 +08:00
},
2024-01-16 21:26:16 +08:00
"version": "5.1.2"
2023-12-18 13:12:25 +08:00
}