Ignore:
Timestamp:
11/23/21 14:58:44 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
e29cc2e
Parents:
ceaed42
Message:

adding photos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/json3/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "json3",
    3   "version": "3.3.3",
     2  "_args": [
     3    [
     4      "json3@3.3.3",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "json3@3.3.3",
     10  "_id": "json3@3.3.3",
     11  "_inBundle": false,
     12  "_integrity": "sha512-c7/8mbUsKigAbLkD5B010BK4D9LZm7A1pNItkEwiUZRpIN66exu/e7YQWysGun+TRKaJp8MhemM+VkfWv42aCA==",
     13  "_location": "/json3",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "json3@3.3.3",
     19    "name": "json3",
     20    "escapedName": "json3",
     21    "rawSpec": "3.3.3",
     22    "saveSpec": null,
     23    "fetchSpec": "3.3.3"
     24  },
     25  "_requiredBy": [
     26    "/sockjs-client"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/json3/-/json3-3.3.3.tgz",
     29  "_spec": "3.3.3",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Kit Cambridge",
     33    "email": "github@kitcambridge.be",
     34    "url": "http://kitcambridge.be/"
     35  },
     36  "bugs": {
     37    "url": "https://github.com/bestiejs/json3/issues"
     38  },
     39  "contributors": [
     40    {
     41      "name": "Mangled Deutz",
     42      "email": "olivier@webitup.fr",
     43      "url": "http://tech.roxee.tv/"
     44    },
     45    {
     46      "name": "Øyvind Sean Kinsey",
     47      "email": "oyvind@kinsey.no",
     48      "url": "http://fb.me/ok"
     49    },
     50    {
     51      "name": "Oskar Schöldström",
     52      "email": "public@oxy.fi",
     53      "url": "http://oxy.fi/"
     54    },
     55    {
     56      "name": "Kiryl Yermakou",
     57      "email": "rma4ok@gmail.com",
     58      "url": "https://github.com/rma4ok"
     59    }
     60  ],
    461  "description": "A JSON polyfill for older JavaScript platforms.",
     62  "devDependencies": {
     63    "curl-amd": "~0.8.12",
     64    "highlight.js": "~8.3.0",
     65    "marked": "~0.3.2",
     66    "requirejs": "~2.1.15",
     67    "spec": "~1.0.1",
     68    "tar": "~1.0.2"
     69  },
     70  "files": [
     71    "README.md",
     72    "LICENSE",
     73    "lib/json3.js",
     74    "lib/json3.min.js"
     75  ],
    576  "homepage": "https://bestiejs.github.io/json3",
    6   "main": "./lib/json3",
     77  "jam": {
     78    "main": "./lib/json3.js",
     79    "includes": [
     80      "README.md",
     81      "LICENSE",
     82      "lib/json3.js",
     83      "lib/json3.min.js"
     84    ]
     85  },
    786  "keywords": [
    887    "json",
     
    1594  ],
    1695  "license": "MIT",
    17   "author": {
    18     "name": "Kit Cambridge",
    19     "email": "github@kitcambridge.be",
    20     "web": "http://kitcambridge.be/"
    21   },
     96  "main": "./lib/json3",
    2297  "maintainers": [
    2398    {
    2499      "name": "Kit Cambridge",
    25100      "email": "github@kitcambridge.be",
    26       "web": "http://kitcambridge.be/"
     101      "url": "http://kitcambridge.be/"
    27102    },
    28103    {
    29104      "name": "Benjamin Tan",
    30105      "email": "demoneaux@gmail.com",
    31       "web": "https://d10.github.io/"
     106      "url": "https://d10.github.io/"
    32107    }
    33108  ],
    34   "contributors": [
    35     {
    36       "name": "Mangled Deutz",
    37       "email": "olivier@webitup.fr",
    38       "web": "http://tech.roxee.tv/"
    39     },
    40     {
    41       "name": "Øyvind Sean Kinsey",
    42       "email": "oyvind@kinsey.no",
    43       "web": "http://fb.me/ok"
    44     },
    45     {
    46       "name": "Oskar Schöldström",
    47       "email": "public@oxy.fi",
    48       "web": "http://oxy.fi/"
    49     },
    50     {
    51       "name": "Kiryl Yermakou",
    52       "email": "rma4ok@gmail.com",
    53       "web": "https://github.com/rma4ok"
    54     }
    55   ],
    56   "bugs": {
    57     "url": "https://github.com/bestiejs/json3/issues"
     109  "name": "json3",
     110  "repository": {
     111    "type": "git",
     112    "url": "git://github.com/bestiejs/json3.git"
    58113  },
    59114  "scripts": {
    60115    "test": "node test/test_*.js"
    61116  },
    62   "repository": {
    63     "type": "git",
    64     "url": "git://github.com/bestiejs/json3.git"
    65   },
    66   "files": [
    67     "README.md",
    68     "LICENSE",
    69     "lib/json3.js",
    70     "lib/json3.min.js"
    71   ],
    72   "jam": {
    73     "main": "./lib/json3.js",
    74     "includes": [
    75       "README.md",
    76       "LICENSE",
    77       "lib/json3.js",
    78       "lib/json3.min.js"
    79     ]
    80   },
     117  "version": "3.3.3",
    81118  "volo": {
    82119    "type": "directory",
     
    92129      "vendor"
    93130    ]
    94   },
    95   "devDependencies": {
    96     "curl-amd": "~0.8.12",
    97     "highlight.js": "~8.3.0",
    98     "marked": "~0.3.2",
    99     "requirejs": "~2.1.15",
    100     "spec": "~1.0.1",
    101     "tar": "~1.0.2"
    102131  }
    103132}
Note: See TracChangeset for help on using the changeset viewer.