source: trip-planner-front/node_modules/@fortawesome/fontawesome-svg-core/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: 2.4 KB
Line 
1{
2 "_from": "@fortawesome/fontawesome-svg-core@^1.2.32",
3 "_id": "@fortawesome/fontawesome-svg-core@1.2.36",
4 "_inBundle": false,
5 "_integrity": "sha512-YUcsLQKYb6DmaJjIHdDWpBIGCcyE/W+p/LMGvjQem55Mm2XWVAP5kWTMKWLv9lwpCVjpLxPyOMOyUocP1GxrtA==",
6 "_location": "/@fortawesome/fontawesome-svg-core",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "@fortawesome/fontawesome-svg-core@^1.2.32",
12 "name": "@fortawesome/fontawesome-svg-core",
13 "escapedName": "@fortawesome%2ffontawesome-svg-core",
14 "scope": "@fortawesome",
15 "rawSpec": "^1.2.32",
16 "saveSpec": null,
17 "fetchSpec": "^1.2.32"
18 },
19 "_requiredBy": [
20 "/"
21 ],
22 "_resolved": "https://registry.npmjs.org/@fortawesome/fontawesome-svg-core/-/fontawesome-svg-core-1.2.36.tgz",
23 "_shasum": "4f2ea6f778298e0c47c6524ce2e7fd58eb6930e3",
24 "_spec": "@fortawesome/fontawesome-svg-core@^1.2.32",
25 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
26 "author": {
27 "name": "Dave Gandy",
28 "email": "dave@fontawesome.com",
29 "url": "http://twitter.com/davegandy"
30 },
31 "bugs": {
32 "url": "http://github.com/FortAwesome/Font-Awesome/issues"
33 },
34 "bundleDependencies": false,
35 "contributors": [
36 {
37 "name": "Brian Talbot",
38 "url": "http://twitter.com/talbs"
39 },
40 {
41 "name": "Travis Chase",
42 "url": "http://twitter.com/supercodepoet"
43 },
44 {
45 "name": "Rob Madole",
46 "url": "http://twitter.com/robmadole"
47 },
48 {
49 "name": "Geremia Taglialatela",
50 "url": "http://twitter.com/gtagliala"
51 },
52 {
53 "name": "Mike Wilkerson",
54 "url": "http://twitter.com/mw77"
55 }
56 ],
57 "dependencies": {
58 "@fortawesome/fontawesome-common-types": "^0.2.36"
59 },
60 "deprecated": false,
61 "description": "The iconic font, CSS, and SVG framework",
62 "engines": {
63 "node": ">=6"
64 },
65 "homepage": "https://fontawesome.com",
66 "jsnext:main": "index.es.js",
67 "keywords": [
68 "font",
69 "awesome",
70 "fontawesome",
71 "icon",
72 "svg",
73 "bootstrap"
74 ],
75 "license": "MIT",
76 "main": "index.js",
77 "module": "index.es.js",
78 "name": "@fortawesome/fontawesome-svg-core",
79 "repository": {
80 "type": "git",
81 "url": "git+https://github.com/FortAwesome/Font-Awesome.git"
82 },
83 "scripts": {
84 "postinstall": "node attribution.js"
85 },
86 "style": "styles.css",
87 "types": "./index.d.ts",
88 "version": "1.2.36"
89}
Note: See TracBrowser for help on using the repository browser.