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