source: trip-planner-front/node_modules/ignore/package.json@ e29cc2e

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

primeNG components

  • Property mode set to 100644
File size: 2.7 KB
Line 
1{
2 "_from": "ignore@^5.1.4",
3 "_id": "ignore@5.1.9",
4 "_inBundle": false,
5 "_integrity": "sha512-2zeMQpbKz5dhZ9IwL0gbxSW5w0NK/MSAMtNuhgIHEPmaU3vPdKPL0UdvUCXs5SS4JAwsBxysK5sFMW8ocFiVjQ==",
6 "_location": "/ignore",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "ignore@^5.1.4",
12 "name": "ignore",
13 "escapedName": "ignore",
14 "rawSpec": "^5.1.4",
15 "saveSpec": null,
16 "fetchSpec": "^5.1.4"
17 },
18 "_requiredBy": [
19 "/globby"
20 ],
21 "_resolved": "https://registry.npmjs.org/ignore/-/ignore-5.1.9.tgz",
22 "_shasum": "9ec1a5cbe8e1446ec60d4420060d43aa6e7382fb",
23 "_spec": "ignore@^5.1.4",
24 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\globby",
25 "author": {
26 "name": "kael"
27 },
28 "bugs": {
29 "url": "https://github.com/kaelzhang/node-ignore/issues"
30 },
31 "bundleDependencies": false,
32 "deprecated": false,
33 "description": "Ignore is a manager and filter for .gitignore rules, the one used by eslint, gitbook and many others.",
34 "devDependencies": {
35 "@babel/cli": "^7.8.4",
36 "@babel/core": "^7.9.6",
37 "@babel/preset-env": "^7.9.6",
38 "codecov": "^3.7.0",
39 "debug": "^4.1.1",
40 "eslint": "^7.0.0",
41 "eslint-config-ostai": "^3.0.0",
42 "eslint-plugin-import": "^2.20.2",
43 "mkdirp": "^1.0.4",
44 "pre-suf": "^1.1.1",
45 "rimraf": "^3.0.2",
46 "spawn-sync": "^2.0.0",
47 "tap": "^14.10.7",
48 "tmp": "0.2.1",
49 "typescript": "^3.9.3"
50 },
51 "engines": {
52 "node": ">= 4"
53 },
54 "files": [
55 "legacy.js",
56 "index.js",
57 "index.d.ts",
58 "LICENSE-MIT"
59 ],
60 "homepage": "https://github.com/kaelzhang/node-ignore#readme",
61 "keywords": [
62 "ignore",
63 ".gitignore",
64 "gitignore",
65 "npmignore",
66 "rules",
67 "manager",
68 "filter",
69 "regexp",
70 "regex",
71 "fnmatch",
72 "glob",
73 "asterisks",
74 "regular-expression"
75 ],
76 "license": "MIT",
77 "name": "ignore",
78 "repository": {
79 "type": "git",
80 "url": "git+ssh://git@github.com/kaelzhang/node-ignore.git"
81 },
82 "scripts": {
83 "build": "babel -o legacy.js index.js",
84 "posttest": "tap --coverage-report=html && codecov",
85 "prepublishOnly": "npm run build",
86 "tap": "tap --reporter classic",
87 "test": "npm run test:only",
88 "test:cases": "npm run tap test/*.js -- --coverage",
89 "test:git": "npm run tap test/git-check-ignore.js",
90 "test:ignore": "npm run tap test/ignore.js",
91 "test:lint": "eslint .",
92 "test:only": "npm run test:lint && npm run test:tsc && npm run test:ts && npm run test:cases",
93 "test:others": "npm run tap test/others.js",
94 "test:ts": "node ./test/ts/simple.js",
95 "test:tsc": "tsc ./test/ts/simple.ts --lib ES6",
96 "test:win32": "IGNORE_TEST_WIN32=1 npm run test"
97 },
98 "version": "5.1.9"
99}
Note: See TracBrowser for help on using the repository browser.