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

    rceaed42 r59329aa  
    11{
    2   "name": "url",
    3   "description": "The core `url` packaged standalone for use with Browserify.",
    4   "version": "0.11.0",
     2  "_args": [
     3    [
     4      "url@0.11.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "url@0.11.0",
     10  "_id": "url@0.11.0",
     11  "_inBundle": false,
     12  "_integrity": "sha1-ODjpfPxgUh63PFJajlW/3Z4uKPE=",
     13  "_location": "/url",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "url@0.11.0",
     19    "name": "url",
     20    "escapedName": "url",
     21    "rawSpec": "0.11.0",
     22    "saveSpec": null,
     23    "fetchSpec": "0.11.0"
     24  },
     25  "_requiredBy": [
     26    "/webpack-dev-server"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/url/-/url-0.11.0.tgz",
     29  "_spec": "0.11.0",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "bugs": {
     32    "url": "https://github.com/defunctzombie/node-url/issues"
     33  },
    534  "dependencies": {
    635    "punycode": "1.3.2",
    736    "querystring": "0.2.0"
    837  },
    9   "main": "./url.js",
     38  "description": "The core `url` packaged standalone for use with Browserify.",
    1039  "devDependencies": {
    1140    "assert": "1.1.1",
     
    1342    "zuul": "3.3.0"
    1443  },
     44  "homepage": "https://github.com/defunctzombie/node-url#readme",
     45  "license": "MIT",
     46  "main": "./url.js",
     47  "name": "url",
     48  "repository": {
     49    "type": "git",
     50    "url": "git+https://github.com/defunctzombie/node-url.git"
     51  },
    1552  "scripts": {
    1653    "test": "mocha --ui qunit test.js && zuul -- test.js",
    1754    "test-local": "zuul --local -- test.js"
    1855  },
    19   "repository": {
    20     "type": "git",
    21     "url": "https://github.com/defunctzombie/node-url.git"
    22   },
    23   "license": "MIT"
     56  "version": "0.11.0"
    2457}
Note: See TracChangeset for help on using the changeset viewer.