Changeset 59329aa for trip-planner-front/node_modules/copy-webpack-plugin/node_modules/glob-parent/package.json
- 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/copy-webpack-plugin/node_modules/glob-parent/package.json
rceaed42 r59329aa 1 1 { 2 "name": "glob-parent", 3 "version": "6.0.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@6.0.2", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "glob-parent@6.0.2", 10 "_id": "glob-parent@6.0.2", 11 "_inBundle": false, 12 "_integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", 13 "_location": "/copy-webpack-plugin/glob-parent", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "glob-parent@6.0.2", 19 "name": "glob-parent", 20 "escapedName": "glob-parent", 21 "rawSpec": "6.0.2", 22 "saveSpec": null, 23 "fetchSpec": "6.0.2" 24 }, 25 "_requiredBy": [ 26 "/copy-webpack-plugin" 27 ], 28 "_resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", 29 "_spec": "6.0.2", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Gulp Team", 33 "email": "team@gulpjs.com", 34 "url": "https://gulpjs.com/" 35 }, 36 "bugs": { 37 "url": "https://github.com/gulpjs/glob-parent/issues" 38 }, 6 39 "contributors": [ 7 "Elan Shanker (https://github.com/es128)", 8 "Blaine Bublitz <blaine.bublitz@gmail.com>" 40 { 41 "name": "Elan Shanker", 42 "url": "https://github.com/es128" 43 }, 44 { 45 "name": "Blaine Bublitz", 46 "email": "blaine.bublitz@gmail.com" 47 } 9 48 ], 10 "repository": "gulpjs/glob-parent",11 "license": "ISC",12 "engines": {13 "node": ">=10.13.0"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 },25 49 "dependencies": { 26 50 "is-glob": "^4.0.3" 27 51 }, 52 "description": "Extract the non-magic parent path from a glob string.", 28 53 "devDependencies": { 29 54 "eslint": "^7.0.0", … … 33 58 "nyc": "^15.0.1" 34 59 }, 60 "engines": { 61 "node": ">=10.13.0" 62 }, 63 "files": [ 64 "LICENSE", 65 "index.js" 66 ], 67 "homepage": "https://github.com/gulpjs/glob-parent#readme", 68 "keywords": [ 69 "glob", 70 "parent", 71 "strip", 72 "path", 73 "dirname", 74 "directory", 75 "base", 76 "wildcard" 77 ], 78 "license": "ISC", 79 "main": "index.js", 80 "name": "glob-parent", 35 81 "nyc": { 36 82 "reporter": [ … … 42 88 "singleQuote": true 43 89 }, 44 " keywords": [45 " glob",46 " parent",47 "strip",48 "path",49 " dirname",50 " directory",51 " base",52 "wildcard"53 ]90 "repository": { 91 "type": "git", 92 "url": "git+https://github.com/gulpjs/glob-parent.git" 93 }, 94 "scripts": { 95 "lint": "eslint .", 96 "pretest": "npm run lint", 97 "test": "nyc mocha --async-only" 98 }, 99 "version": "6.0.2" 54 100 }
Note:
See TracChangeset
for help on using the changeset viewer.