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

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

adding photos

  • Property mode set to 100644
File size: 2.2 KB
Line 
1{
2 "_args": [
3 [
4 "glob@7.1.7",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "glob@7.1.7",
10 "_id": "glob@7.1.7",
11 "_inBundle": false,
12 "_integrity": "sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==",
13 "_location": "/glob",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "glob@7.1.7",
19 "name": "glob",
20 "escapedName": "glob",
21 "rawSpec": "7.1.7",
22 "saveSpec": null,
23 "fetchSpec": "7.1.7"
24 },
25 "_requiredBy": [
26 "/@angular-devkit/build-angular",
27 "/cacache",
28 "/del/globby",
29 "/del/rimraf",
30 "/karma",
31 "/node-gyp",
32 "/npm-packlist",
33 "/rimraf",
34 "/stylus"
35 ],
36 "_resolved": "https://registry.npmjs.org/glob/-/glob-7.1.7.tgz",
37 "_spec": "7.1.7",
38 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
39 "author": {
40 "name": "Isaac Z. Schlueter",
41 "email": "i@izs.me",
42 "url": "http://blog.izs.me/"
43 },
44 "bugs": {
45 "url": "https://github.com/isaacs/node-glob/issues"
46 },
47 "dependencies": {
48 "fs.realpath": "^1.0.0",
49 "inflight": "^1.0.4",
50 "inherits": "2",
51 "minimatch": "^3.0.4",
52 "once": "^1.3.0",
53 "path-is-absolute": "^1.0.0"
54 },
55 "description": "a little globber",
56 "devDependencies": {
57 "mkdirp": "0",
58 "rimraf": "^2.2.8",
59 "tap": "^15.0.6",
60 "tick": "0.0.6"
61 },
62 "engines": {
63 "node": "*"
64 },
65 "files": [
66 "glob.js",
67 "sync.js",
68 "common.js"
69 ],
70 "funding": {
71 "url": "https://github.com/sponsors/isaacs"
72 },
73 "homepage": "https://github.com/isaacs/node-glob#readme",
74 "license": "ISC",
75 "main": "glob.js",
76 "name": "glob",
77 "repository": {
78 "type": "git",
79 "url": "git://github.com/isaacs/node-glob.git"
80 },
81 "scripts": {
82 "bench": "bash benchmark.sh",
83 "benchclean": "node benchclean.js",
84 "prepublish": "npm run benchclean",
85 "prof": "bash prof.sh && cat profile.txt",
86 "profclean": "rm -f v8.log profile.txt",
87 "test": "tap",
88 "test-regen": "npm run profclean && TEST_REGEN=1 node test/00-setup.js"
89 },
90 "tap": {
91 "before": "test/00-setup.js",
92 "after": "test/zz-cleanup.js",
93 "jobs": 1
94 },
95 "version": "7.1.7"
96}
Note: See TracBrowser for help on using the repository browser.