1 | {
|
---|
2 | "_args": [
|
---|
3 | [
|
---|
4 | "minimatch@3.0.4",
|
---|
5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
6 | ]
|
---|
7 | ],
|
---|
8 | "_development": true,
|
---|
9 | "_from": "minimatch@3.0.4",
|
---|
10 | "_id": "minimatch@3.0.4",
|
---|
11 | "_inBundle": false,
|
---|
12 | "_integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==",
|
---|
13 | "_location": "/minimatch",
|
---|
14 | "_phantomChildren": {},
|
---|
15 | "_requested": {
|
---|
16 | "type": "version",
|
---|
17 | "registry": true,
|
---|
18 | "raw": "minimatch@3.0.4",
|
---|
19 | "name": "minimatch",
|
---|
20 | "escapedName": "minimatch",
|
---|
21 | "rawSpec": "3.0.4",
|
---|
22 | "saveSpec": null,
|
---|
23 | "fetchSpec": "3.0.4"
|
---|
24 | },
|
---|
25 | "_requiredBy": [
|
---|
26 | "/@angular-devkit/build-angular",
|
---|
27 | "/glob",
|
---|
28 | "/ignore-walk",
|
---|
29 | "/karma",
|
---|
30 | "/karma-coverage"
|
---|
31 | ],
|
---|
32 | "_resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
|
---|
33 | "_spec": "3.0.4",
|
---|
34 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
35 | "author": {
|
---|
36 | "name": "Isaac Z. Schlueter",
|
---|
37 | "email": "i@izs.me",
|
---|
38 | "url": "http://blog.izs.me"
|
---|
39 | },
|
---|
40 | "bugs": {
|
---|
41 | "url": "https://github.com/isaacs/minimatch/issues"
|
---|
42 | },
|
---|
43 | "dependencies": {
|
---|
44 | "brace-expansion": "^1.1.7"
|
---|
45 | },
|
---|
46 | "description": "a glob matcher in javascript",
|
---|
47 | "devDependencies": {
|
---|
48 | "tap": "^10.3.2"
|
---|
49 | },
|
---|
50 | "engines": {
|
---|
51 | "node": "*"
|
---|
52 | },
|
---|
53 | "files": [
|
---|
54 | "minimatch.js"
|
---|
55 | ],
|
---|
56 | "homepage": "https://github.com/isaacs/minimatch#readme",
|
---|
57 | "license": "ISC",
|
---|
58 | "main": "minimatch.js",
|
---|
59 | "name": "minimatch",
|
---|
60 | "repository": {
|
---|
61 | "type": "git",
|
---|
62 | "url": "git://github.com/isaacs/minimatch.git"
|
---|
63 | },
|
---|
64 | "scripts": {
|
---|
65 | "postpublish": "git push origin --all; git push origin --tags",
|
---|
66 | "postversion": "npm publish",
|
---|
67 | "preversion": "npm test",
|
---|
68 | "test": "tap test/*.js --cov"
|
---|
69 | },
|
---|
70 | "version": "3.0.4"
|
---|
71 | }
|
---|