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

    rceaed42 r59329aa  
    11{
    2   "name": "isbinaryfile",
     2  "_args": [
     3    [
     4      "isbinaryfile@4.0.8",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "isbinaryfile@4.0.8",
     10  "_id": "isbinaryfile@4.0.8",
     11  "_inBundle": false,
     12  "_integrity": "sha512-53h6XFniq77YdW+spoRrebh0mnmTxRPTlcuIArO57lmMdq4uBKFKaeTjnb92oYWrSn/LVL+LT+Hap2tFQj8V+w==",
     13  "_location": "/isbinaryfile",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "isbinaryfile@4.0.8",
     19    "name": "isbinaryfile",
     20    "escapedName": "isbinaryfile",
     21    "rawSpec": "4.0.8",
     22    "saveSpec": null,
     23    "fetchSpec": "4.0.8"
     24  },
     25  "_requiredBy": [
     26    "/karma"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/isbinaryfile/-/isbinaryfile-4.0.8.tgz",
     29  "_spec": "4.0.8",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "bugs": {
     32    "url": "https://github.com/gjtorikian/isBinaryFile/issues"
     33  },
     34  "dependencies": {},
    335  "description": "Detects if a file is binary in Node.js. Similar to Perl's -B.",
    4   "version": "4.0.8",
    5   "keywords": [
    6     "text",
    7     "binary",
    8     "encoding",
    9     "istext",
    10     "is text",
    11     "isbinary",
    12     "is binary",
    13     "is text or binary",
    14     "is text or binary file",
    15     "isbinaryfile",
    16     "is binary file",
    17     "istextfile",
    18     "is text file"
    19   ],
    20   "dependencies": {},
    2136  "devDependencies": {
    2237    "@types/jest": "^23.3.14",
     
    3651    "lib/**/*"
    3752  ],
     53  "funding": "https://github.com/sponsors/gjtorikian/",
     54  "homepage": "https://github.com/gjtorikian/isBinaryFile#readme",
     55  "keywords": [
     56    "text",
     57    "binary",
     58    "encoding",
     59    "istext",
     60    "is text",
     61    "isbinary",
     62    "is binary",
     63    "is text or binary",
     64    "is text or binary file",
     65    "isbinaryfile",
     66    "is binary file",
     67    "istextfile",
     68    "is text file"
     69  ],
    3870  "license": "MIT",
    3971  "main": "lib/index.js",
    40   "types": "lib/index.d.ts",
    4172  "maintainers": [
    4273    {
     
    4576    }
    4677  ],
    47   "funding": "https://github.com/sponsors/gjtorikian/",
     78  "name": "isbinaryfile",
    4879  "repository": {
    4980    "type": "git",
    50     "url": "https://github.com/gjtorikian/isBinaryFile"
     81    "url": "git+https://github.com/gjtorikian/isBinaryFile.git"
    5182  },
    5283  "scripts": {
     
    5485    "format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
    5586    "lint": "tslint -p tsconfig.json",
     87    "postversion": "git push && git push --tags",
    5688    "prepare": "npm run build",
    57     "release": "release-it",
    5889    "prepublishOnly": "npm test && npm run lint",
    5990    "preversion": "npm run lint",
     91    "release": "release-it",
     92    "test": "jest --config jestconfig.json",
    6093    "version": "npm run format && git add -A src",
    61     "postversion": "git push && git push --tags",
    62     "test": "jest --config jestconfig.json",
    6394    "watch": "tsc -w"
    64   }
     95  },
     96  "types": "lib/index.d.ts",
     97  "version": "4.0.8"
    6598}
Note: See TracChangeset for help on using the changeset viewer.