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

    rceaed42 r59329aa  
    11{
    2   "name": "npm-pick-manifest",
    3   "version": "6.1.1",
    4   "description": "Resolves a matching manifest from a package metadata document according to standard npm semver resolution rules.",
    5   "main": "index.js",
    6   "files": [
    7     "*.js"
     2  "_args": [
     3    [
     4      "npm-pick-manifest@6.1.1",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
    87  ],
    9   "scripts": {
    10     "coverage": "tap",
    11     "lint": "standard",
    12     "test": "tap",
    13     "posttest": "npm run lint",
    14     "preversion": "npm test",
    15     "postversion": "npm publish",
    16     "prepublishOnly": "git push origin --follow-tags"
     8  "_development": true,
     9  "_from": "npm-pick-manifest@6.1.1",
     10  "_id": "npm-pick-manifest@6.1.1",
     11  "_inBundle": false,
     12  "_integrity": "sha512-dBsdBtORT84S8V8UTad1WlUyKIY9iMsAmqxHbLdeEeBNMLQDlDWWra3wYUx9EBEIiG/YwAy0XyNHDd2goAsfuA==",
     13  "_location": "/npm-pick-manifest",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "npm-pick-manifest@6.1.1",
     19    "name": "npm-pick-manifest",
     20    "escapedName": "npm-pick-manifest",
     21    "rawSpec": "6.1.1",
     22    "saveSpec": null,
     23    "fetchSpec": "6.1.1"
    1724  },
    18   "repository": "https://github.com/npm/npm-pick-manifest",
    19   "keywords": [
    20     "npm",
    21     "semver",
    22     "package manager"
     25  "_requiredBy": [
     26    "/@angular/cli",
     27    "/@npmcli/git",
     28    "/pacote"
    2329  ],
     30  "_resolved": "https://registry.npmjs.org/npm-pick-manifest/-/npm-pick-manifest-6.1.1.tgz",
     31  "_spec": "6.1.1",
     32  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
    2433  "author": {
    2534    "name": "Kat Marchán",
    26     "email": "kzm@sykosomatic.org",
    27     "twitter": "maybekatz"
     35    "email": "kzm@sykosomatic.org"
    2836  },
    29   "license": "ISC",
     37  "bugs": {
     38    "url": "https://github.com/npm/npm-pick-manifest/issues"
     39  },
    3040  "dependencies": {
    3141    "npm-install-checks": "^4.0.0",
     
    3444    "semver": "^7.3.4"
    3545  },
     46  "description": "Resolves a matching manifest from a package metadata document according to standard npm semver resolution rules.",
    3647  "devDependencies": {
    3748    "standard": "^14.3.1",
    3849    "tap": "^14.11.0"
    3950  },
     51  "files": [
     52    "*.js"
     53  ],
     54  "homepage": "https://github.com/npm/npm-pick-manifest#readme",
     55  "keywords": [
     56    "npm",
     57    "semver",
     58    "package manager"
     59  ],
     60  "license": "ISC",
     61  "main": "index.js",
     62  "name": "npm-pick-manifest",
     63  "repository": {
     64    "type": "git",
     65    "url": "git+https://github.com/npm/npm-pick-manifest.git"
     66  },
     67  "scripts": {
     68    "coverage": "tap",
     69    "lint": "standard",
     70    "posttest": "npm run lint",
     71    "postversion": "npm publish",
     72    "prepublishOnly": "git push origin --follow-tags",
     73    "preversion": "npm test",
     74    "test": "tap"
     75  },
    4076  "tap": {
    4177    "check-coverage": true
    42   }
     78  },
     79  "version": "6.1.1"
    4380}
Note: See TracChangeset for help on using the changeset viewer.