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

    rceaed42 r59329aa  
    11{
     2  "_args": [
     3    [
     4      "npm-normalize-package-bin@1.0.1",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "npm-normalize-package-bin@1.0.1",
     10  "_id": "npm-normalize-package-bin@1.0.1",
     11  "_inBundle": false,
     12  "_integrity": "sha512-EPfafl6JL5/rU+ot6P3gRSCpPDW5VmIzX959Ob1+ySFUuuYHWHekXpwdUZcKP5C+DS4GEtdJluwBjnsNDl+fSA==",
     13  "_location": "/npm-normalize-package-bin",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "npm-normalize-package-bin@1.0.1",
     19    "name": "npm-normalize-package-bin",
     20    "escapedName": "npm-normalize-package-bin",
     21    "rawSpec": "1.0.1",
     22    "saveSpec": null,
     23    "fetchSpec": "1.0.1"
     24  },
     25  "_requiredBy": [
     26    "/@npmcli/installed-package-contents",
     27    "/npm-bundled",
     28    "/npm-packlist",
     29    "/npm-pick-manifest",
     30    "/read-package-json-fast"
     31  ],
     32  "_resolved": "https://registry.npmjs.org/npm-normalize-package-bin/-/npm-normalize-package-bin-1.0.1.tgz",
     33  "_spec": "1.0.1",
     34  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     35  "author": {
     36    "name": "Isaac Z. Schlueter",
     37    "email": "i@izs.me",
     38    "url": "https://izs.me"
     39  },
     40  "bugs": {
     41    "url": "https://github.com/npm/npm-normalize-package-bin/issues"
     42  },
     43  "description": "Turn any flavor of allowable package.json bin into a normalized object",
     44  "devDependencies": {
     45    "tap": "^14.10.2"
     46  },
     47  "homepage": "https://github.com/npm/npm-normalize-package-bin#readme",
     48  "license": "ISC",
    249  "name": "npm-normalize-package-bin",
    3   "version": "1.0.1",
    4   "description": "Turn any flavor of allowable package.json bin into a normalized object",
    5   "repository": "git+https://github.com/npm/npm-normalize-package-bin",
    6   "author": "Isaac Z. Schlueter <i@izs.me> (https://izs.me)",
    7   "license": "ISC",
     50  "repository": {
     51    "type": "git",
     52    "url": "git+https://github.com/npm/npm-normalize-package-bin.git"
     53  },
    854  "scripts": {
    9     "test": "tap",
     55    "postpublish": "git push origin --follow-tags",
     56    "postversion": "npm publish",
     57    "preversion": "npm test",
    1058    "snap": "tap",
    11     "preversion": "npm test",
    12     "postversion": "npm publish",
    13     "postpublish": "git push origin --follow-tags"
     59    "test": "tap"
    1460  },
    1561  "tap": {
    1662    "check-coverage": true
    1763  },
    18   "devDependencies": {
    19     "tap": "^14.10.2"
    20   }
     64  "version": "1.0.1"
    2165}
Note: See TracChangeset for help on using the changeset viewer.