source: trip-planner-front/node_modules/snapdragon/package.json@ 84d0fbb

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

adding photos

  • Property mode set to 100644
File size: 3.0 KB
Line 
1{
2 "_args": [
3 [
4 "snapdragon@0.8.2",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "snapdragon@0.8.2",
10 "_id": "snapdragon@0.8.2",
11 "_inBundle": false,
12 "_integrity": "sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg==",
13 "_location": "/snapdragon",
14 "_phantomChildren": {
15 "atob": "2.1.2",
16 "decode-uri-component": "0.2.0",
17 "is-buffer": "1.1.6",
18 "resolve-url": "0.2.1",
19 "source-map-url": "0.4.1",
20 "urix": "0.1.0"
21 },
22 "_requested": {
23 "type": "version",
24 "registry": true,
25 "raw": "snapdragon@0.8.2",
26 "name": "snapdragon",
27 "escapedName": "snapdragon",
28 "rawSpec": "0.8.2",
29 "saveSpec": null,
30 "fetchSpec": "0.8.2"
31 },
32 "_requiredBy": [
33 "/expand-brackets",
34 "/extglob",
35 "/http-proxy-middleware/braces",
36 "/http-proxy-middleware/micromatch",
37 "/nanomatch",
38 "/webpack-dev-server/braces",
39 "/webpack-dev-server/micromatch"
40 ],
41 "_resolved": "https://registry.npmjs.org/snapdragon/-/snapdragon-0.8.2.tgz",
42 "_spec": "0.8.2",
43 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
44 "author": {
45 "name": "Jon Schlinkert",
46 "url": "https://github.com/jonschlinkert"
47 },
48 "bugs": {
49 "url": "https://github.com/jonschlinkert/snapdragon/issues"
50 },
51 "contributors": [
52 {
53 "name": "Brian Woodward",
54 "url": "https://twitter.com/doowb"
55 },
56 {
57 "name": "Edward Betts",
58 "url": "http://edwardbetts.com"
59 },
60 {
61 "name": "Jon Schlinkert",
62 "url": "http://twitter.com/jonschlinkert"
63 }
64 ],
65 "dependencies": {
66 "base": "^0.11.1",
67 "debug": "^2.2.0",
68 "define-property": "^0.2.5",
69 "extend-shallow": "^2.0.1",
70 "map-cache": "^0.2.2",
71 "source-map": "^0.5.6",
72 "source-map-resolve": "^0.5.0",
73 "use": "^3.1.0"
74 },
75 "description": "Fast, pluggable and easy-to-use parser-renderer factory.",
76 "devDependencies": {
77 "gulp": "^3.9.1",
78 "gulp-eslint": "^3.0.1",
79 "gulp-format-md": "^0.1.10",
80 "gulp-istanbul": "^1.1.1",
81 "gulp-mocha": "^3.0.1",
82 "gulp-unused": "^0.2.0",
83 "mocha": "^3.0.2"
84 },
85 "engines": {
86 "node": ">=0.10.0"
87 },
88 "files": [
89 "index.js",
90 "lib"
91 ],
92 "homepage": "https://github.com/jonschlinkert/snapdragon",
93 "keywords": [
94 "lexer",
95 "snapdragon"
96 ],
97 "license": "MIT",
98 "main": "index.js",
99 "name": "snapdragon",
100 "repository": {
101 "type": "git",
102 "url": "git+https://github.com/jonschlinkert/snapdragon.git"
103 },
104 "scripts": {
105 "test": "mocha"
106 },
107 "verb": {
108 "toc": false,
109 "layout": "default",
110 "tasks": [
111 "readme"
112 ],
113 "plugins": [
114 "gulp-format-md"
115 ],
116 "related": {
117 "description": "These libraries use snapdragon:",
118 "list": [
119 "braces",
120 "expand-brackets",
121 "extglob",
122 "micromatch"
123 ]
124 },
125 "reflinks": [
126 "css",
127 "pug",
128 "verb",
129 "verb-generate-readme"
130 ],
131 "lint": {
132 "reflinks": true
133 }
134 },
135 "version": "0.8.2"
136}
Note: See TracBrowser for help on using the repository browser.