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

    rceaed42 r59329aa  
    11{
    2   "name": "bl",
    3   "version": "4.1.0",
    4   "description": "Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too!",
    5   "license": "MIT",
    6   "main": "bl.js",
    7   "scripts": {
    8     "lint": "standard *.js test/*.js",
    9     "test": "npm run lint && node test/test.js | faucet"
     2  "_args": [
     3    [
     4      "bl@4.1.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "bl@4.1.0",
     10  "_id": "bl@4.1.0",
     11  "_inBundle": false,
     12  "_integrity": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==",
     13  "_location": "/bl",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "bl@4.1.0",
     19    "name": "bl",
     20    "escapedName": "bl",
     21    "rawSpec": "4.1.0",
     22    "saveSpec": null,
     23    "fetchSpec": "4.1.0"
    1024  },
    11   "repository": {
    12     "type": "git",
    13     "url": "https://github.com/rvagg/bl.git"
    14   },
    15   "homepage": "https://github.com/rvagg/bl",
     25  "_requiredBy": [
     26    "/ora"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz",
     29  "_spec": "4.1.0",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
    1631  "authors": [
    1732    "Rod Vagg <rod@vagg.org> (https://github.com/rvagg)",
     
    1934    "Jarett Cruger <jcrugzz@gmail.com> (https://github.com/jcrugzz)"
    2035  ],
     36  "bugs": {
     37    "url": "https://github.com/rvagg/bl/issues"
     38  },
     39  "dependencies": {
     40    "buffer": "^5.5.0",
     41    "inherits": "^2.0.4",
     42    "readable-stream": "^3.4.0"
     43  },
     44  "description": "Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too!",
     45  "devDependencies": {
     46    "faucet": "~0.0.1",
     47    "standard": "^14.3.0",
     48    "tape": "^4.11.0"
     49  },
     50  "homepage": "https://github.com/rvagg/bl",
    2151  "keywords": [
    2252    "buffer",
     
    2555    "awesomesauce"
    2656  ],
    27   "dependencies": {
    28     "buffer": "^5.5.0",
    29     "inherits": "^2.0.4",
    30     "readable-stream": "^3.4.0"
     57  "license": "MIT",
     58  "main": "bl.js",
     59  "name": "bl",
     60  "repository": {
     61    "type": "git",
     62    "url": "git+https://github.com/rvagg/bl.git"
    3163  },
    32   "devDependencies": {
    33     "faucet": "~0.0.1",
    34     "standard": "^14.3.0",
    35     "tape": "^4.11.0"
    36   }
     64  "scripts": {
     65    "lint": "standard *.js test/*.js",
     66    "test": "npm run lint && node test/test.js | faucet"
     67  },
     68  "version": "4.1.0"
    3769}
Note: See TracChangeset for help on using the changeset viewer.