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

    rceaed42 r59329aa  
    11{
    2   "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
    3   "name": "tar",
    4   "description": "tar for node",
    5   "version": "6.1.11",
    6   "repository": {
    7     "type": "git",
    8     "url": "https://github.com/npm/node-tar.git"
     2  "_args": [
     3    [
     4      "tar@6.1.11",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "tar@6.1.11",
     10  "_id": "tar@6.1.11",
     11  "_inBundle": false,
     12  "_integrity": "sha512-an/KZQzQUkZCkuoAA64hM92X0Urb6VpRhAFllDzz44U2mcD5scmT3zBc4VgVpkugF580+DQn8eAFSyoQt0tznA==",
     13  "_location": "/tar",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "tar@6.1.11",
     19    "name": "tar",
     20    "escapedName": "tar",
     21    "rawSpec": "6.1.11",
     22    "saveSpec": null,
     23    "fetchSpec": "6.1.11"
    924  },
    10   "scripts": {
    11     "test:posix": "tap",
    12     "test:win32": "tap --lines=98 --branches=98 --statements=98 --functions=98",
    13     "test": "node test/fixtures/test.js",
    14     "posttest": "npm run lint",
    15     "eslint": "eslint",
    16     "lint": "npm run eslint -- test lib",
    17     "lintfix": "npm run lint -- --fix",
    18     "preversion": "npm test",
    19     "postversion": "npm publish",
    20     "prepublishOnly": "git push origin --follow-tags",
    21     "genparse": "node scripts/generate-parse-fixtures.js",
    22     "bench": "for i in benchmarks/*/*.js; do echo $i; for j in {1..5}; do node $i || break; done; done"
     25  "_requiredBy": [
     26    "/cacache",
     27    "/node-gyp",
     28    "/pacote"
     29  ],
     30  "_resolved": "https://registry.npmjs.org/tar/-/tar-6.1.11.tgz",
     31  "_spec": "6.1.11",
     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": "http://blog.izs.me/"
     37  },
     38  "bugs": {
     39    "url": "https://github.com/npm/node-tar/issues"
    2340  },
    2441  "dependencies": {
     
    3047    "yallist": "^4.0.0"
    3148  },
     49  "description": "tar for node",
    3250  "devDependencies": {
    3351    "chmodr": "^1.2.0",
     
    4563    "tar-stream": "^1.6.2"
    4664  },
    47   "license": "ISC",
    4865  "engines": {
    4966    "node": ">= 10"
     
    5370    "lib/*.js"
    5471  ],
     72  "homepage": "https://github.com/npm/node-tar#readme",
     73  "license": "ISC",
     74  "name": "tar",
     75  "repository": {
     76    "type": "git",
     77    "url": "git+https://github.com/npm/node-tar.git"
     78  },
     79  "scripts": {
     80    "bench": "for i in benchmarks/*/*.js; do echo $i; for j in {1..5}; do node $i || break; done; done",
     81    "eslint": "eslint",
     82    "genparse": "node scripts/generate-parse-fixtures.js",
     83    "lint": "npm run eslint -- test lib",
     84    "lintfix": "npm run lint -- --fix",
     85    "posttest": "npm run lint",
     86    "postversion": "npm publish",
     87    "prepublishOnly": "git push origin --follow-tags",
     88    "preversion": "npm test",
     89    "test": "node test/fixtures/test.js",
     90    "test:posix": "tap",
     91    "test:win32": "tap --lines=98 --branches=98 --statements=98 --functions=98"
     92  },
    5593  "tap": {
    5694    "coverage-map": "map.js",
    5795    "check-coverage": true
    58   }
     96  },
     97  "version": "6.1.11"
    5998}
Note: See TracChangeset for help on using the changeset viewer.