Changeset 59329aa for trip-planner-front/node_modules/glob-parent
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/glob-parent/package.json
rceaed42 r59329aa 1 1 { 2 "name": "glob-parent", 3 "version": "5.1.2", 4 "description": "Extract the non-magic parent path from a glob string.", 5 "author": "Gulp Team <team@gulpjs.com> (https://gulpjs.com/)", 2 "_args": [ 3 [ 4 "glob-parent@5.1.2", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "glob-parent@5.1.2", 10 "_id": "glob-parent@5.1.2", 11 "_inBundle": false, 12 "_integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", 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 "/fast-glob" 28 ], 29 "_resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", 30 "_spec": "5.1.2", 31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 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 }, 6 40 "contributors": [ 7 "Elan Shanker (https://github.com/es128)", 8 "Blaine Bublitz <blaine.bublitz@gmail.com>" 41 { 42 "name": "Elan Shanker", 43 "url": "https://github.com/es128" 44 }, 45 { 46 "name": "Blaine Bublitz", 47 "email": "blaine.bublitz@gmail.com" 48 } 9 49 ], 10 "repository": "gulpjs/glob-parent",11 "license": "ISC",12 "engines": {13 "node": ">= 6"14 },15 "main": "index.js",16 "files": [17 "LICENSE",18 "index.js"19 ],20 "scripts": {21 "lint": "eslint .",22 "pretest": "npm run lint",23 "test": "nyc mocha --async-only",24 "azure-pipelines": "nyc mocha --async-only --reporter xunit -O output=test.xunit",25 "coveralls": "nyc report --reporter=text-lcov | coveralls"26 },27 50 "dependencies": { 28 51 "is-glob": "^4.0.1" 29 52 }, 53 "description": "Extract the non-magic parent path from a glob string.", 30 54 "devDependencies": { 31 55 "coveralls": "^3.0.11", … … 36 60 "nyc": "^13.3.0" 37 61 }, 62 "engines": { 63 "node": ">= 6" 64 }, 65 "files": [ 66 "LICENSE", 67 "index.js" 68 ], 69 "homepage": "https://github.com/gulpjs/glob-parent#readme", 38 70 "keywords": [ 39 71 "glob", … … 45 77 "base", 46 78 "wildcard" 47 ] 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" 48 95 }
Note:
See TracChangeset
for help on using the changeset viewer.