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

    rceaed42 r59329aa  
    11{
    2   "name": "abbrev",
    3   "version": "1.1.1",
     2  "_args": [
     3    [
     4      "abbrev@1.1.1",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "abbrev@1.1.1",
     10  "_id": "abbrev@1.1.1",
     11  "_inBundle": false,
     12  "_integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==",
     13  "_location": "/abbrev",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "abbrev@1.1.1",
     19    "name": "abbrev",
     20    "escapedName": "abbrev",
     21    "rawSpec": "1.1.1",
     22    "saveSpec": null,
     23    "fetchSpec": "1.1.1"
     24  },
     25  "_requiredBy": [
     26    "/nopt"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz",
     29  "_spec": "1.1.1",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Isaac Z. Schlueter",
     33    "email": "i@izs.me"
     34  },
     35  "bugs": {
     36    "url": "https://github.com/isaacs/abbrev-js/issues"
     37  },
    438  "description": "Like ruby's abbrev module, but in js",
    5   "author": "Isaac Z. Schlueter <i@izs.me>",
    6   "main": "abbrev.js",
    7   "scripts": {
    8     "test": "tap test.js --100",
    9     "preversion": "npm test",
    10     "postversion": "npm publish",
    11     "postpublish": "git push origin --all; git push origin --tags"
    12   },
    13   "repository": "http://github.com/isaacs/abbrev-js",
    14   "license": "ISC",
    1539  "devDependencies": {
    1640    "tap": "^10.1"
     
    1842  "files": [
    1943    "abbrev.js"
    20   ]
     44  ],
     45  "homepage": "https://github.com/isaacs/abbrev-js#readme",
     46  "license": "ISC",
     47  "main": "abbrev.js",
     48  "name": "abbrev",
     49  "repository": {
     50    "type": "git",
     51    "url": "git+ssh://git@github.com/isaacs/abbrev-js.git"
     52  },
     53  "scripts": {
     54    "postpublish": "git push origin --all; git push origin --tags",
     55    "postversion": "npm publish",
     56    "preversion": "npm test",
     57    "test": "tap test.js --100"
     58  },
     59  "version": "1.1.1"
    2160}
Note: See TracChangeset for help on using the changeset viewer.