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/json-stringify-safe/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "json-stringify-safe",
    3   "version": "5.0.1",
     2  "_args": [
     3    [
     4      "json-stringify-safe@5.0.1",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "json-stringify-safe@5.0.1",
     10  "_id": "json-stringify-safe@5.0.1",
     11  "_inBundle": false,
     12  "_integrity": "sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=",
     13  "_location": "/json-stringify-safe",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "json-stringify-safe@5.0.1",
     19    "name": "json-stringify-safe",
     20    "escapedName": "json-stringify-safe",
     21    "rawSpec": "5.0.1",
     22    "saveSpec": null,
     23    "fetchSpec": "5.0.1"
     24  },
     25  "_requiredBy": [
     26    "/request"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz",
     29  "_spec": "5.0.1",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Isaac Z. Schlueter",
     33    "email": "i@izs.me",
     34    "url": "http://blog.izs.me"
     35  },
     36  "bugs": {
     37    "url": "https://github.com/isaacs/json-stringify-safe/issues"
     38  },
     39  "contributors": [
     40    {
     41      "name": "Andri Möll",
     42      "email": "andri@dot.ee",
     43      "url": "http://themoll.com"
     44    }
     45  ],
    446  "description": "Like JSON.stringify, but doesn't blow up on circular refs.",
     47  "devDependencies": {
     48    "mocha": ">= 2.1.0 < 3",
     49    "must": ">= 0.12 < 0.13",
     50    "sinon": ">= 1.12.2 < 2"
     51  },
     52  "homepage": "https://github.com/isaacs/json-stringify-safe",
    553  "keywords": [
    654    "json",
     
    957    "safe"
    1058  ],
    11   "homepage": "https://github.com/isaacs/json-stringify-safe",
    12   "bugs": "https://github.com/isaacs/json-stringify-safe/issues",
    13   "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me)",
    14   "contributors": [
    15     "Andri Möll <andri@dot.ee> (http://themoll.com)"
    16   ],
    1759  "license": "ISC",
     60  "main": "stringify.js",
     61  "name": "json-stringify-safe",
    1862  "repository": {
    1963    "type": "git",
    20     "url": "git://github.com/isaacs/json-stringify-safe"
     64    "url": "git://github.com/isaacs/json-stringify-safe.git"
    2165  },
    22   "main": "stringify.js",
    2366  "scripts": {
    2467    "test": "node test.js"
    2568  },
    26   "devDependencies": {
    27     "mocha": ">= 2.1.0 < 3",
    28     "must": ">= 0.12 < 0.13",
    29     "sinon": ">= 1.12.2 < 2"
    30   }
     69  "version": "5.0.1"
    3170}
Note: See TracChangeset for help on using the changeset viewer.