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

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

adding photos

  • Property mode set to 100644
File size: 1.8 KB
Line 
1{
2 "_args": [
3 [
4 "wildcard@2.0.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "wildcard@2.0.0",
10 "_id": "wildcard@2.0.0",
11 "_inBundle": false,
12 "_integrity": "sha512-JcKqAHLPxcdb9KM49dufGXn2x3ssnfjbcaQdLlfZsL9rH9wgDQjUtDxbo8NE0F6SFvydeu1VhZe7hZuHsB2/pw==",
13 "_location": "/wildcard",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "wildcard@2.0.0",
19 "name": "wildcard",
20 "escapedName": "wildcard",
21 "rawSpec": "2.0.0",
22 "saveSpec": null,
23 "fetchSpec": "2.0.0"
24 },
25 "_requiredBy": [
26 "/webpack-merge"
27 ],
28 "_resolved": "https://registry.npmjs.org/wildcard/-/wildcard-2.0.0.tgz",
29 "_spec": "2.0.0",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "Damon Oehlman",
33 "email": "damon.oehlman@gmail.com"
34 },
35 "bugs": {
36 "url": "http://github.com/DamonOehlman/wildcard/issues"
37 },
38 "dependencies": {},
39 "description": "Wildcard matching tools",
40 "devDependencies": {
41 "tape": "^4.6.3"
42 },
43 "directories": {
44 "test": "test"
45 },
46 "homepage": "https://github.com/DamonOehlman/wildcard#readme",
47 "keywords": [
48 "string",
49 "wildcard"
50 ],
51 "license": "MIT",
52 "main": "index.js",
53 "name": "wildcard",
54 "repository": {
55 "type": "git",
56 "url": "git://github.com/DamonOehlman/wildcard.git"
57 },
58 "scripts": {
59 "gendocs": "gendocs > README.md",
60 "test": "node test/all.js"
61 },
62 "testling": {
63 "files": "test/all.js",
64 "browsers": {
65 "ie": [
66 "latest"
67 ],
68 "ff": [
69 "latest",
70 "nightly"
71 ],
72 "chrome": [
73 "latest",
74 "canary"
75 ],
76 "opera": [
77 "latest",
78 "next"
79 ],
80 "safari": [
81 "latest"
82 ]
83 }
84 },
85 "version": "2.0.0"
86}
Note: See TracBrowser for help on using the repository browser.