source: trip-planner-front/node_modules/glob-parent/package.json@ 8d391a1

Last change on this file since 8d391a1 was e29cc2e, checked in by Ema <ema_spirova@…>, 3 years ago

primeNG components

  • Property mode set to 100644
File size: 2.2 KB
RevLine 
[6a3a178]1{
[e29cc2e]2 "_from": "glob-parent@^6.0.0",
3 "_id": "glob-parent@6.0.2",
[59329aa]4 "_inBundle": false,
[e29cc2e]5 "_integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
[59329aa]6 "_location": "/glob-parent",
7 "_phantomChildren": {},
8 "_requested": {
[e29cc2e]9 "type": "range",
[59329aa]10 "registry": true,
[e29cc2e]11 "raw": "glob-parent@^6.0.0",
[59329aa]12 "name": "glob-parent",
13 "escapedName": "glob-parent",
[e29cc2e]14 "rawSpec": "^6.0.0",
[59329aa]15 "saveSpec": null,
[e29cc2e]16 "fetchSpec": "^6.0.0"
[6a3a178]17 },
[59329aa]18 "_requiredBy": [
[e29cc2e]19 "/copy-webpack-plugin"
[6a3a178]20 ],
[e29cc2e]21 "_resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
22 "_shasum": "6d237d99083950c79290f24c7642a3de9a28f9e3",
23 "_spec": "glob-parent@^6.0.0",
24 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\copy-webpack-plugin",
[59329aa]25 "author": {
26 "name": "Gulp Team",
27 "email": "team@gulpjs.com",
28 "url": "https://gulpjs.com/"
[6a3a178]29 },
[59329aa]30 "bugs": {
31 "url": "https://github.com/gulpjs/glob-parent/issues"
32 },
[e29cc2e]33 "bundleDependencies": false,
[59329aa]34 "contributors": [
35 {
36 "name": "Elan Shanker",
37 "url": "https://github.com/es128"
38 },
39 {
40 "name": "Blaine Bublitz",
41 "email": "blaine.bublitz@gmail.com"
42 }
43 ],
[6a3a178]44 "dependencies": {
[e29cc2e]45 "is-glob": "^4.0.3"
[6a3a178]46 },
[e29cc2e]47 "deprecated": false,
[59329aa]48 "description": "Extract the non-magic parent path from a glob string.",
[6a3a178]49 "devDependencies": {
[e29cc2e]50 "eslint": "^7.0.0",
51 "eslint-config-gulp": "^5.0.0",
52 "expect": "^26.0.1",
53 "mocha": "^7.1.2",
54 "nyc": "^15.0.1"
[6a3a178]55 },
[59329aa]56 "engines": {
[e29cc2e]57 "node": ">=10.13.0"
[59329aa]58 },
59 "files": [
60 "LICENSE",
61 "index.js"
62 ],
63 "homepage": "https://github.com/gulpjs/glob-parent#readme",
[6a3a178]64 "keywords": [
65 "glob",
66 "parent",
67 "strip",
68 "path",
69 "dirname",
70 "directory",
71 "base",
72 "wildcard"
[59329aa]73 ],
74 "license": "ISC",
75 "main": "index.js",
76 "name": "glob-parent",
[e29cc2e]77 "nyc": {
78 "reporter": [
79 "lcov",
80 "text-summary"
81 ]
82 },
83 "prettier": {
84 "singleQuote": true
85 },
[59329aa]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 },
[e29cc2e]95 "version": "6.0.2"
[6a3a178]96}
Note: See TracBrowser for help on using the repository browser.