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/serialize-javascript/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "serialize-javascript",
    3   "version": "6.0.0",
     2  "_args": [
     3    [
     4      "serialize-javascript@6.0.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "serialize-javascript@6.0.0",
     10  "_id": "serialize-javascript@6.0.0",
     11  "_inBundle": false,
     12  "_integrity": "sha512-Qr3TosvguFt8ePWqsvRfrKyQXIiW+nGbYpy8XK24NQHE83caxWt+mIymTT19DGFbNWNLfEwsrkSmN64lVWB9ag==",
     13  "_location": "/serialize-javascript",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "serialize-javascript@6.0.0",
     19    "name": "serialize-javascript",
     20    "escapedName": "serialize-javascript",
     21    "rawSpec": "6.0.0",
     22    "saveSpec": null,
     23    "fetchSpec": "6.0.0"
     24  },
     25  "_requiredBy": [
     26    "/copy-webpack-plugin",
     27    "/css-minimizer-webpack-plugin",
     28    "/terser-webpack-plugin"
     29  ],
     30  "_resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.0.tgz",
     31  "_spec": "6.0.0",
     32  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     33  "author": {
     34    "name": "Eric Ferraiuolo",
     35    "email": "edf@ericf.me"
     36  },
     37  "bugs": {
     38    "url": "https://github.com/yahoo/serialize-javascript/issues"
     39  },
     40  "dependencies": {
     41    "randombytes": "^2.1.0"
     42  },
    443  "description": "Serialize JavaScript to a superset of JSON that includes regular expressions and functions.",
    5   "main": "index.js",
    6   "scripts": {
    7     "benchmark": "node -v && node test/benchmark/serialize.js",
    8     "test": "nyc --reporter=lcov mocha test/unit"
     44  "devDependencies": {
     45    "benchmark": "^2.1.4",
     46    "chai": "^4.1.0",
     47    "mocha": "^9.0.0",
     48    "nyc": "^15.0.0"
    949  },
    10   "repository": {
    11     "type": "git",
    12     "url": "git+https://github.com/yahoo/serialize-javascript.git"
    13   },
     50  "homepage": "https://github.com/yahoo/serialize-javascript",
    1451  "keywords": [
    1552    "serialize",
     
    1956    "json"
    2057  ],
    21   "author": "Eric Ferraiuolo <edf@ericf.me>",
    2258  "license": "BSD-3-Clause",
    23   "bugs": {
    24     "url": "https://github.com/yahoo/serialize-javascript/issues"
     59  "main": "index.js",
     60  "name": "serialize-javascript",
     61  "repository": {
     62    "type": "git",
     63    "url": "git+https://github.com/yahoo/serialize-javascript.git"
    2564  },
    26   "homepage": "https://github.com/yahoo/serialize-javascript",
    27   "devDependencies": {
    28     "benchmark": "^2.1.4",
    29     "chai": "^4.1.0",
    30     "mocha": "^9.0.0",
    31     "nyc": "^15.0.0"
     65  "scripts": {
     66    "benchmark": "node -v && node test/benchmark/serialize.js",
     67    "test": "nyc --reporter=lcov mocha test/unit"
    3268  },
    33   "dependencies": {
    34     "randombytes": "^2.1.0"
    35   }
     69  "version": "6.0.0"
    3670}
Note: See TracChangeset for help on using the changeset viewer.