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

    rceaed42 r59329aa  
    11{
    2   "name": "aproba",
    3   "version": "1.2.0",
    4   "description": "A ridiculously light-weight argument validator (now browser friendly)",
    5   "main": "index.js",
    6   "directories": {
    7     "test": "test"
     2  "_args": [
     3    [
     4      "aproba@1.2.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "aproba@1.2.0",
     10  "_id": "aproba@1.2.0",
     11  "_inBundle": false,
     12  "_integrity": "sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==",
     13  "_location": "/aproba",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "aproba@1.2.0",
     19    "name": "aproba",
     20    "escapedName": "aproba",
     21    "rawSpec": "1.2.0",
     22    "saveSpec": null,
     23    "fetchSpec": "1.2.0"
     24  },
     25  "_requiredBy": [
     26    "/gauge"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/aproba/-/aproba-1.2.0.tgz",
     29  "_spec": "1.2.0",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Rebecca Turner",
     33    "email": "me@re-becca.org"
     34  },
     35  "bugs": {
     36    "url": "https://github.com/iarna/aproba/issues"
    837  },
    938  "dependencies": {},
     39  "description": "A ridiculously light-weight argument validator (now browser friendly)",
    1040  "devDependencies": {
    1141    "standard": "^10.0.3",
    1242    "tap": "^10.0.2"
    1343  },
     44  "directories": {
     45    "test": "test"
     46  },
    1447  "files": [
    1548    "index.js"
    1649  ],
    17   "scripts": {
    18     "test": "standard && tap -j3 test/*.js"
    19   },
    20   "repository": {
    21     "type": "git",
    22     "url": "https://github.com/iarna/aproba"
    23   },
     50  "homepage": "https://github.com/iarna/aproba",
    2451  "keywords": [
    2552    "argument",
    2653    "validate"
    2754  ],
    28   "author": "Rebecca Turner <me@re-becca.org>",
    2955  "license": "ISC",
    30   "bugs": {
    31     "url": "https://github.com/iarna/aproba/issues"
     56  "main": "index.js",
     57  "name": "aproba",
     58  "repository": {
     59    "type": "git",
     60    "url": "git+https://github.com/iarna/aproba.git"
    3261  },
    33   "homepage": "https://github.com/iarna/aproba"
     62  "scripts": {
     63    "test": "standard && tap -j3 test/*.js"
     64  },
     65  "version": "1.2.0"
    3466}
Note: See TracChangeset for help on using the changeset viewer.