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

    rceaed42 r59329aa  
    11{
    2   "name": "spdy-transport",
    3   "version": "3.0.0",
    4   "main": "lib/spdy-transport",
    5   "description": "SPDY v2, v3, v3.1 and HTTP2 transport",
    6   "license": "MIT",
    7   "keywords": [
    8     "spdy",
    9     "http2",
    10     "transport"
     2  "_args": [
     3    [
     4      "spdy-transport@3.0.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
    117  ],
    12   "repository": {
    13     "type": "git",
    14     "url": "git://github.com/spdy-http2/spdy-transport.git"
     8  "_development": true,
     9  "_from": "spdy-transport@3.0.0",
     10  "_id": "spdy-transport@3.0.0",
     11  "_inBundle": false,
     12  "_integrity": "sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw==",
     13  "_location": "/spdy-transport",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "spdy-transport@3.0.0",
     19    "name": "spdy-transport",
     20    "escapedName": "spdy-transport",
     21    "rawSpec": "3.0.0",
     22    "saveSpec": null,
     23    "fetchSpec": "3.0.0"
    1524  },
    16   "homepage": "https://github.com/spdy-http2/spdy-transport",
    17   "author": "Fedor Indutny <fedor@indutny.com>",
     25  "_requiredBy": [
     26    "/spdy"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/spdy-transport/-/spdy-transport-3.0.0.tgz",
     29  "_spec": "3.0.0",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Fedor Indutny",
     33    "email": "fedor@indutny.com"
     34  },
     35  "bugs": {
     36    "url": "https://github.com/spdy-http2/spdy-transport/issues"
     37  },
    1838  "dependencies": {
    1939    "debug": "^4.1.0",
     
    2444    "wbuf": "^1.7.3"
    2545  },
     46  "description": "SPDY v2, v3, v3.1 and HTTP2 transport",
    2647  "devDependencies": {
    2748    "async": "^2.6.1",
     
    3253    "stream-pair": "^1.0.3"
    3354  },
    34   "scripts": {
    35     "lint": "standard",
    36     "test": "mocha --reporter=spec test/**/*-test.js test/**/**/*-test.js",
    37     "coverage": "istanbul cover node_modules/.bin/_mocha -- --reporter=spec test/**/*-test.js test/**/**/*-test.js"
    38   },
     55  "homepage": "https://github.com/spdy-http2/spdy-transport",
     56  "keywords": [
     57    "spdy",
     58    "http2",
     59    "transport"
     60  ],
     61  "license": "MIT",
     62  "main": "lib/spdy-transport",
     63  "name": "spdy-transport",
    3964  "pre-commit": [
    4065    "lint",
    4166    "test"
    42   ]
     67  ],
     68  "repository": {
     69    "type": "git",
     70    "url": "git://github.com/spdy-http2/spdy-transport.git"
     71  },
     72  "scripts": {
     73    "coverage": "istanbul cover node_modules/.bin/_mocha -- --reporter=spec test/**/*-test.js test/**/**/*-test.js",
     74    "lint": "standard",
     75    "test": "mocha --reporter=spec test/**/*-test.js test/**/**/*-test.js"
     76  },
     77  "version": "3.0.0"
    4378}
Note: See TracChangeset for help on using the changeset viewer.