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

    rceaed42 r59329aa  
    11{
    2   "name": "ssri",
    3   "version": "8.0.1",
     2  "_args": [
     3    [
     4      "ssri@8.0.1",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "ssri@8.0.1",
     10  "_id": "ssri@8.0.1",
     11  "_inBundle": false,
     12  "_integrity": "sha512-97qShzy1AiyxvPNIkLWoGua7xoQzzPjQ0HAH4B0rWKo7SZ6USuPcrUiAFrws0UH8RrbWmgq3LMTObhPIHbbBeQ==",
     13  "_location": "/ssri",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "ssri@8.0.1",
     19    "name": "ssri",
     20    "escapedName": "ssri",
     21    "rawSpec": "8.0.1",
     22    "saveSpec": null,
     23    "fetchSpec": "8.0.1"
     24  },
     25  "_requiredBy": [
     26    "/cacache",
     27    "/make-fetch-happen",
     28    "/pacote"
     29  ],
     30  "_resolved": "https://registry.npmjs.org/ssri/-/ssri-8.0.1.tgz",
     31  "_spec": "8.0.1",
     32  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     33  "author": {
     34    "name": "Kat Marchán",
     35    "email": "kzm@sykosomatic.org"
     36  },
     37  "bugs": {
     38    "url": "https://github.com/npm/ssri/issues"
     39  },
     40  "dependencies": {
     41    "minipass": "^3.1.1"
     42  },
    443  "description": "Standard Subresource Integrity library -- parses, serializes, generates, and verifies integrity metadata according to the SRI spec.",
    5   "main": "index.js",
     44  "devDependencies": {
     45    "standard": "^16.0.3",
     46    "standard-version": "^9.1.0",
     47    "tap": "^14.10.6"
     48  },
     49  "engines": {
     50    "node": ">= 8"
     51  },
    652  "files": [],
    7   "scripts": {
    8     "prerelease": "npm t",
    9     "postrelease": "npm publish",
    10     "prepublishOnly": "git push --follow-tags",
    11     "posttest": "npm run lint",
    12     "release": "standard-version -s",
    13     "test": "tap",
    14     "coverage": "tap",
    15     "lint": "standard"
    16   },
    17   "tap": {
    18     "check-coverage": true
    19   },
    20   "repository": "https://github.com/npm/ssri",
     53  "homepage": "https://github.com/npm/ssri#readme",
    2154  "keywords": [
    2255    "w3c",
     
    3366    "html"
    3467  ],
    35   "author": {
    36     "name": "Kat Marchán",
    37     "email": "kzm@sykosomatic.org",
    38     "twitter": "maybekatz"
     68  "license": "ISC",
     69  "main": "index.js",
     70  "name": "ssri",
     71  "repository": {
     72    "type": "git",
     73    "url": "git+https://github.com/npm/ssri.git"
    3974  },
    40   "license": "ISC",
    41   "dependencies": {
    42     "minipass": "^3.1.1"
     75  "scripts": {
     76    "coverage": "tap",
     77    "lint": "standard",
     78    "postrelease": "npm publish",
     79    "posttest": "npm run lint",
     80    "prepublishOnly": "git push --follow-tags",
     81    "prerelease": "npm t",
     82    "release": "standard-version -s",
     83    "test": "tap"
    4384  },
    44   "devDependencies": {
    45     "standard": "^16.0.3",
    46     "standard-version": "^9.1.0",
    47     "tap": "^14.10.6"
     85  "tap": {
     86    "check-coverage": true
    4887  },
    49   "engines": {
    50     "node": ">= 8"
    51   }
     88  "version": "8.0.1"
    5289}
Note: See TracChangeset for help on using the changeset viewer.