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

    rceaed42 r59329aa  
    11{
    2   "name": "infer-owner",
    3   "version": "1.0.4",
     2  "_args": [
     3    [
     4      "infer-owner@1.0.4",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "infer-owner@1.0.4",
     10  "_id": "infer-owner@1.0.4",
     11  "_inBundle": false,
     12  "_integrity": "sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A==",
     13  "_location": "/infer-owner",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "infer-owner@1.0.4",
     19    "name": "infer-owner",
     20    "escapedName": "infer-owner",
     21    "rawSpec": "1.0.4",
     22    "saveSpec": null,
     23    "fetchSpec": "1.0.4"
     24  },
     25  "_requiredBy": [
     26    "/@npmcli/promise-spawn",
     27    "/cacache",
     28    "/pacote"
     29  ],
     30  "_resolved": "https://registry.npmjs.org/infer-owner/-/infer-owner-1.0.4.tgz",
     31  "_spec": "1.0.4",
     32  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     33  "author": {
     34    "name": "Isaac Z. Schlueter",
     35    "email": "i@izs.me",
     36    "url": "https://izs.me"
     37  },
     38  "bugs": {
     39    "url": "https://github.com/npm/infer-owner/issues"
     40  },
    441  "description": "Infer the owner of a path based on the owner of its nearest existing parent",
    5   "author": "Isaac Z. Schlueter <i@izs.me> (https://izs.me)",
    6   "license": "ISC",
    7   "scripts": {
    8     "test": "tap -J test/*.js --100",
    9     "snap": "TAP_SNAPSHOT=1 tap -J test/*.js --100",
    10     "preversion": "npm test",
    11     "postversion": "npm publish",
    12     "postpublish": "git push origin --follow-tags"
    13   },
    1442  "devDependencies": {
    1543    "mutate-fs": "^2.1.1",
    1644    "tap": "^12.4.2"
    1745  },
     46  "files": [
     47    "index.js"
     48  ],
     49  "homepage": "https://github.com/npm/infer-owner#readme",
     50  "license": "ISC",
    1851  "main": "index.js",
    19   "repository": "https://github.com/npm/infer-owner",
     52  "name": "infer-owner",
    2053  "publishConfig": {
    2154    "access": "public"
    2255  },
    23   "files": [
    24     "index.js"
    25   ]
     56  "repository": {
     57    "type": "git",
     58    "url": "git+https://github.com/npm/infer-owner.git"
     59  },
     60  "scripts": {
     61    "postpublish": "git push origin --follow-tags",
     62    "postversion": "npm publish",
     63    "preversion": "npm test",
     64    "snap": "TAP_SNAPSHOT=1 tap -J test/*.js --100",
     65    "test": "tap -J test/*.js --100"
     66  },
     67  "version": "1.0.4"
    2668}
Note: See TracChangeset for help on using the changeset viewer.