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

    rceaed42 r59329aa  
    11{
    2   "name": "querystringify",
    3   "version": "2.2.0",
     2  "_args": [
     3    [
     4      "querystringify@2.2.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "querystringify@2.2.0",
     10  "_id": "querystringify@2.2.0",
     11  "_inBundle": false,
     12  "_integrity": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==",
     13  "_location": "/querystringify",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "querystringify@2.2.0",
     19    "name": "querystringify",
     20    "escapedName": "querystringify",
     21    "rawSpec": "2.2.0",
     22    "saveSpec": null,
     23    "fetchSpec": "2.2.0"
     24  },
     25  "_requiredBy": [
     26    "/url-parse"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz",
     29  "_spec": "2.2.0",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Arnout Kazemier"
     33  },
     34  "bugs": {
     35    "url": "https://github.com/unshiftio/querystringify/issues"
     36  },
    437  "description": "Querystringify - Small, simple but powerful query string parser.",
    5   "main": "index.js",
    6   "scripts": {
    7     "test": "nyc --reporter=html --reporter=text mocha test.js",
    8     "watch": "mocha --watch test.js"
     38  "devDependencies": {
     39    "assume": "^2.1.0",
     40    "coveralls": "^3.1.0",
     41    "mocha": "^8.1.1",
     42    "nyc": "^15.1.0",
     43    "pre-commit": "^1.2.2"
    944  },
    10   "repository": {
    11     "type": "git",
    12     "url": "https://github.com/unshiftio/querystringify"
    13   },
     45  "homepage": "https://github.com/unshiftio/querystringify",
    1446  "keywords": [
    1547    "query",
     
    2355    "encode"
    2456  ],
    25   "author": "Arnout Kazemier",
    2657  "license": "MIT",
    27   "bugs": {
    28     "url": "https://github.com/unshiftio/querystringify/issues"
     58  "main": "index.js",
     59  "name": "querystringify",
     60  "repository": {
     61    "type": "git",
     62    "url": "git+https://github.com/unshiftio/querystringify.git"
    2963  },
    30   "homepage": "https://github.com/unshiftio/querystringify",
    31   "devDependencies": {
    32     "assume": "^2.1.0",
    33     "coveralls": "^3.1.0",
    34     "mocha": "^8.1.1",
    35     "nyc": "^15.1.0",
    36     "pre-commit": "^1.2.2"
    37   }
     64  "scripts": {
     65    "test": "nyc --reporter=html --reporter=text mocha test.js",
     66    "watch": "mocha --watch test.js"
     67  },
     68  "version": "2.2.0"
    3869}
Note: See TracChangeset for help on using the changeset viewer.