1 | {
|
---|
2 | "_args": [
|
---|
3 | [
|
---|
4 | "ignore-walk@3.0.4",
|
---|
5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
6 | ]
|
---|
7 | ],
|
---|
8 | "_development": true,
|
---|
9 | "_from": "ignore-walk@3.0.4",
|
---|
10 | "_id": "ignore-walk@3.0.4",
|
---|
11 | "_inBundle": false,
|
---|
12 | "_integrity": "sha512-PY6Ii8o1jMRA1z4F2hRkH/xN59ox43DavKvD3oDpfurRlOJyAHpifIwpbdv1n4jt4ov0jSpw3kQ4GhJnpBL6WQ==",
|
---|
13 | "_location": "/ignore-walk",
|
---|
14 | "_phantomChildren": {},
|
---|
15 | "_requested": {
|
---|
16 | "type": "version",
|
---|
17 | "registry": true,
|
---|
18 | "raw": "ignore-walk@3.0.4",
|
---|
19 | "name": "ignore-walk",
|
---|
20 | "escapedName": "ignore-walk",
|
---|
21 | "rawSpec": "3.0.4",
|
---|
22 | "saveSpec": null,
|
---|
23 | "fetchSpec": "3.0.4"
|
---|
24 | },
|
---|
25 | "_requiredBy": [
|
---|
26 | "/npm-packlist"
|
---|
27 | ],
|
---|
28 | "_resolved": "https://registry.npmjs.org/ignore-walk/-/ignore-walk-3.0.4.tgz",
|
---|
29 | "_spec": "3.0.4",
|
---|
30 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
31 | "author": {
|
---|
32 | "name": "Isaac Z. Schlueter",
|
---|
33 | "email": "i@izs.me",
|
---|
34 | "url": "http://blog.izs.me/"
|
---|
35 | },
|
---|
36 | "bugs": {
|
---|
37 | "url": "https://github.com/isaacs/ignore-walk/issues"
|
---|
38 | },
|
---|
39 | "dependencies": {
|
---|
40 | "minimatch": "^3.0.4"
|
---|
41 | },
|
---|
42 | "description": "Nested/recursive `.gitignore`/`.npmignore` parsing and filtering.",
|
---|
43 | "devDependencies": {
|
---|
44 | "mkdirp": "^0.5.1",
|
---|
45 | "mutate-fs": "^1.1.0",
|
---|
46 | "rimraf": "^2.6.1",
|
---|
47 | "tap": "^15.0.6"
|
---|
48 | },
|
---|
49 | "files": [
|
---|
50 | "index.js"
|
---|
51 | ],
|
---|
52 | "homepage": "https://github.com/isaacs/ignore-walk#readme",
|
---|
53 | "keywords": [
|
---|
54 | "ignorefile",
|
---|
55 | "ignore",
|
---|
56 | "file",
|
---|
57 | ".gitignore",
|
---|
58 | ".npmignore",
|
---|
59 | "glob"
|
---|
60 | ],
|
---|
61 | "license": "ISC",
|
---|
62 | "main": "index.js",
|
---|
63 | "name": "ignore-walk",
|
---|
64 | "repository": {
|
---|
65 | "type": "git",
|
---|
66 | "url": "git+https://github.com/isaacs/ignore-walk.git"
|
---|
67 | },
|
---|
68 | "scripts": {
|
---|
69 | "postpublish": "git push origin --all; git push origin --tags",
|
---|
70 | "postversion": "npm publish",
|
---|
71 | "preversion": "npm test",
|
---|
72 | "test": "tap"
|
---|
73 | },
|
---|
74 | "tap": {
|
---|
75 | "test-env": "LC_ALL=sk",
|
---|
76 | "before": "test/00-setup.js",
|
---|
77 | "after": "test/zz-cleanup.js",
|
---|
78 | "jobs": 1
|
---|
79 | },
|
---|
80 | "version": "3.0.4"
|
---|
81 | }
|
---|