source: imaps-frontend/node_modules/glob/package.json@ 79a0317

main
Last change on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 2.2 KB
Line 
1{
2 "_from": "glob@^7.1.3",
3 "_id": "glob@7.2.3",
4 "_inBundle": false,
5 "_integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
6 "_location": "/glob",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "glob@^7.1.3",
12 "name": "glob",
13 "escapedName": "glob",
14 "rawSpec": "^7.1.3",
15 "saveSpec": null,
16 "fetchSpec": "^7.1.3"
17 },
18 "_requiredBy": [
19 "/rimraf"
20 ],
21 "_resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
22 "_shasum": "b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b",
23 "_spec": "glob@^7.1.3",
24 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/rimraf",
25 "author": {
26 "name": "Isaac Z. Schlueter",
27 "email": "i@izs.me",
28 "url": "http://blog.izs.me/"
29 },
30 "bugs": {
31 "url": "https://github.com/isaacs/node-glob/issues"
32 },
33 "bundleDependencies": false,
34 "dependencies": {
35 "fs.realpath": "^1.0.0",
36 "inflight": "^1.0.4",
37 "inherits": "2",
38 "minimatch": "^3.1.1",
39 "once": "^1.3.0",
40 "path-is-absolute": "^1.0.0"
41 },
42 "deprecated": "Glob versions prior to v9 are no longer supported",
43 "description": "a little globber",
44 "devDependencies": {
45 "memfs": "^3.2.0",
46 "mkdirp": "0",
47 "rimraf": "^2.2.8",
48 "tap": "^15.0.6",
49 "tick": "0.0.6"
50 },
51 "engines": {
52 "node": "*"
53 },
54 "files": [
55 "glob.js",
56 "sync.js",
57 "common.js"
58 ],
59 "funding": {
60 "url": "https://github.com/sponsors/isaacs"
61 },
62 "homepage": "https://github.com/isaacs/node-glob#readme",
63 "license": "ISC",
64 "main": "glob.js",
65 "name": "glob",
66 "publishConfig": {
67 "tag": "v7-legacy"
68 },
69 "repository": {
70 "type": "git",
71 "url": "git://github.com/isaacs/node-glob.git"
72 },
73 "scripts": {
74 "bench": "bash benchmark.sh",
75 "benchclean": "node benchclean.js",
76 "prepublish": "npm run benchclean",
77 "prof": "bash prof.sh && cat profile.txt",
78 "profclean": "rm -f v8.log profile.txt",
79 "test": "tap",
80 "test-regen": "npm run profclean && TEST_REGEN=1 node test/00-setup.js"
81 },
82 "tap": {
83 "before": "test/00-setup.js",
84 "after": "test/zz-cleanup.js",
85 "jobs": 1
86 },
87 "version": "7.2.3"
88}
Note: See TracBrowser for help on using the repository browser.