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/npm-registry-fetch/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "npm-registry-fetch",
    3   "version": "11.0.0",
    4   "description": "Fetch-based http client for use with npm registry APIs",
    5   "main": "index.js",
    6   "files": [
    7     "*.js"
     2  "_args": [
     3    [
     4      "npm-registry-fetch@11.0.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
    87  ],
    9   "scripts": {
    10     "eslint": "eslint",
    11     "lint": "npm run npmclilint -- \"*.*js\" \"test/**/*.*js\"",
    12     "lintfix": "npm run lint -- --fix",
    13     "prepublishOnly": "git push origin --follow-tags",
    14     "preversion": "npm test",
    15     "postversion": "npm publish",
    16     "test": "tap",
    17     "posttest": "npm run lint --",
    18     "npmclilint": "npmcli-lint",
    19     "postsnap": "npm run lintfix --"
     8  "_development": true,
     9  "_from": "npm-registry-fetch@11.0.0",
     10  "_id": "npm-registry-fetch@11.0.0",
     11  "_inBundle": false,
     12  "_integrity": "sha512-jmlgSxoDNuhAtxUIG6pVwwtz840i994dL14FoNVZisrmZW5kWd63IUTNv1m/hyRSGSqWjCUp/YZlS1BJyNp9XA==",
     13  "_location": "/npm-registry-fetch",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "npm-registry-fetch@11.0.0",
     19    "name": "npm-registry-fetch",
     20    "escapedName": "npm-registry-fetch",
     21    "rawSpec": "11.0.0",
     22    "saveSpec": null,
     23    "fetchSpec": "11.0.0"
    2024  },
    21   "repository": "https://github.com/npm/npm-registry-fetch",
    22   "keywords": [
    23     "npm",
    24     "registry",
    25     "fetch"
     25  "_requiredBy": [
     26    "/pacote"
    2627  ],
     28  "_resolved": "https://registry.npmjs.org/npm-registry-fetch/-/npm-registry-fetch-11.0.0.tgz",
     29  "_spec": "11.0.0",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
    2731  "author": {
    2832    "name": "Kat Marchán",
    29     "email": "kzm@sykosomatic.org",
    30     "twitter": "maybekatz"
     33    "email": "kzm@sykosomatic.org"
    3134  },
    32   "license": "ISC",
     35  "bugs": {
     36    "url": "https://github.com/npm/npm-registry-fetch/issues"
     37  },
    3338  "dependencies": {
    3439    "make-fetch-happen": "^9.0.1",
     
    3944    "npm-package-arg": "^8.0.0"
    4045  },
     46  "description": "Fetch-based http client for use with npm registry APIs",
    4147  "devDependencies": {
    4248    "@npmcli/lint": "^1.0.1",
     
    4854    "tap": "^15.0.4"
    4955  },
     56  "engines": {
     57    "node": ">=10"
     58  },
     59  "files": [
     60    "*.js"
     61  ],
     62  "homepage": "https://github.com/npm/npm-registry-fetch#readme",
     63  "keywords": [
     64    "npm",
     65    "registry",
     66    "fetch"
     67  ],
     68  "license": "ISC",
     69  "main": "index.js",
     70  "name": "npm-registry-fetch",
     71  "repository": {
     72    "type": "git",
     73    "url": "git+https://github.com/npm/npm-registry-fetch.git"
     74  },
     75  "scripts": {
     76    "eslint": "eslint",
     77    "lint": "npm run npmclilint -- \"*.*js\" \"test/**/*.*js\"",
     78    "lintfix": "npm run lint -- --fix",
     79    "npmclilint": "npmcli-lint",
     80    "postsnap": "npm run lintfix --",
     81    "posttest": "npm run lint --",
     82    "postversion": "npm publish",
     83    "prepublishOnly": "git push origin --follow-tags",
     84    "preversion": "npm test",
     85    "test": "tap"
     86  },
    5087  "tap": {
    5188    "check-coverage": true,
    5289    "test-ignore": "test[\\\\/](util|cache)[\\\\/]"
    5390  },
    54   "engines": {
    55     "node": ">=10"
    56   }
     91  "version": "11.0.0"
    5792}
Note: See TracChangeset for help on using the changeset viewer.